Open
Bug 309217
Opened 19 years ago
Updated 2 years ago
support CSS3 content property fallback lists
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Core
CSS Parsing and Computation
Tracking
()
NEW
People
(Reporter: dbaron, Unassigned)
References
Details
(Keywords: css3, dev-doc-needed, Whiteboard: [patch])
Attachments
(1 file)
27.80 KB,
patch
|
Details | Diff | Splinter Review |
We should support the CSS3 'content' property's concept of fallback lists. This
is needed for bug 288704 and probably for a bunch of other things that we could
reimplement using 'content' (although most of the others probably require bug
215083 as well).
I may do this sometime since I'd like to fix bug 288704 for 1.9, but doing this
may be more work than that, so I may not.
Reporter | ||
Comment 1•19 years ago
|
||
In particular, this is the "[ <uri> ',' ]*" part of the "Value:" definition in
http://www.w3.org/TR/2003/WD-css3-content-20030514/#inserting3
Reporter | ||
Comment 2•19 years ago
|
||
Mainly parsing and computation code here; still lots to do.
Reporter | ||
Updated•19 years ago
|
Whiteboard: [patch]
Reporter | ||
Updated•18 years ago
|
QA Contact: ian → style-system
Comment 3•11 years ago
|
||
Since it hasn't been touched or commented on in about 6 years, should it be re-assigned to no-body?
Flags: needinfo?(dbaron)
Reporter | ||
Updated•11 years ago
|
Assignee: dbaron → nobody
Flags: needinfo?(dbaron)
Updated•9 years ago
|
Keywords: dev-doc-needed
Updated•2 years ago
|
Severity: normal → S3
Comment 5•2 years ago
|
||
The severity field for this bug is relatively low, S3. However, the bug has 21 votes.
:emilio, could you consider increasing the bug severity?
For more information, please visit auto_nag documentation.
Flags: needinfo?(emilio)
Updated•2 years ago
|
Flags: needinfo?(emilio)
Updated•2 years ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•