[Webkit-unassigned] [Bug 37208] css content set on INPUT pseudo-classes (like :after) do not render

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 7 09:25:35 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=37208





--- Comment #2 from Marques Johansson <marques at displague.com>  2010-04-07 09:25:35 PST ---
I already provided this link, but the relevant section seems to be
http://www.w3.org/TR/CSS2/generate.html#before-after-content  

"Note. This specification does not fully define the interaction of :before and
:after with replaced elements (such as IMG in HTML). This will be defined in
more detail in a future specification."

Based on the examples given it would seem that the :after content should be
seen as equivalent to <input><span></span></input> which one would not expect
to render. 

But the examples are also prefaced with:

"The :before and :after pseudo-elements elements interact with other boxes,
such as run-in boxes, as if they were real elements inserted just inside their
associated element."

They weren't specific about how inline-blocks or 'replaced elements' should
handle this.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list