Closed
Bug 19480
Opened 24 years ago
Closed 24 years ago
can't select generated text with attr() function
Categories
(Core :: DOM: Selection, defect, P3)
Tracking
()
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.
Updated•24 years ago
|
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•24 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•24 years ago
|
||
Verified duplicate. Thanks!
You need to log in
before you can comment on or make changes to this bug.
Description
•