Closed Bug 19480 Opened 25 years ago Closed 25 years ago

can't select generated text with attr() function

Categories

(Core :: DOM: Selection, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED DUPLICATE of bug 12460

People

(Reporter: ikemo, Assigned: mjudge)

Details

<html>
<head>
<style type="text/css">
<!--
p:before { content: "generated text ";}
p[title]:before { content: attr(title);}
-->
</style>
<body>
<p>1</p>
<p title="generated text ">2</p>
</body>
</html>

In this case, I can select "generated text" before "1",
but can't select "generated text" before "2".

I'm using M11 and 1999111608 build
on WinNT 4.0 SP5.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
*** This bug has been marked as a duplicate of 12460 ***
Status: RESOLVED → VERIFIED
Verified duplicate. Thanks!
You need to log in before you can comment on or make changes to this bug.