Closed
Bug 215403
Opened 21 years ago
Closed 21 years ago
Applying the content property on a type selector
Categories
(Core :: CSS Parsing and Computation, enhancement)
Tracking
()
RESOLVED
DUPLICATE
of bug 215083
People
(Reporter: annevk, Assigned: dbaron)
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030804
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030804
I would like that mozilla is going to support content on type selectors as
specified in http://www.w3.org/TR/css3-content/#inserting3 , that way we can
replace content with graphics without changing the document structure. I made a
little test case
http://www.annevankesteren.nl/css/testcase/type_selector_content.html (I will
add it to this bug case).
This CSS3 behavior is already implanted in Opera, if you want an example of how
it renders.
Reproducible: Always
Steps to Reproduce:
1. Visit http://www.annevankesteren.nl/css/testcase/type_selector_content.html
2. Read the text.
Actual Results:
The text was: "This rule is not applied".
Expected Results:
The text should be: "This rule is applied".
Reporter | ||
Comment 1•21 years ago
|
||
The text should be: "The rule is applied".
Comment 2•21 years ago
|
||
Previously determined to be a WONTFIX until the draft of this spec is more mature.
*** This bug has been marked as a duplicate of 215083 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•