Closed
Bug 5253
Opened 25 years ago
Closed 25 years ago
CSS2 content: attr(); does not work
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Core
CSS Parsing and Computation
Tracking
()
VERIFIED
INVALID
People
(Reporter: roland.mainz, Assigned: troy)
Details
I don't know if this is implemented or not working, but it seems that the CSS2
contruct like
FetchAttr { content: attr(mytext) }
does not work.
(If it is not implemented, can someone make a quick hack to get this working
soon, please ? Or give me the name of the source part to hack this in
myself...).
Updated•25 years ago
|
Assignee: nisheeth → peterl
Component: XML → Style System
Comment 1•25 years ago
|
||
Assigning this to Peter, the style system god...
Updated•25 years ago
|
Assignee: peterl → troy
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
It's there and it works (or so it did last time I checked). There's no URL or
sample HTML, so I'm marking this INVALID.
BTW, the 'content' property is only for :before and :after pseudo-elements. That
means:
FetchAttr { content: attr(mytext) }
probably doesn't make sense, but this would:
FetchAttr:before { content: attr(mytext) }
Updated•25 years ago
|
QA Contact: 3849 → 4110
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•25 years ago
|
||
Although test case is absent, will verify bug invalid based on assigned engineer
comments.
You need to log in
before you can comment on or make changes to this bug.
Description
•