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)

defect

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...).
Assignee: nisheeth → peterl
Component: XML → Style System
Assigning this to Peter, the style system god...
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) }
QA Contact: 3849 → 4110
Status: RESOLVED → VERIFIED
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.