[Webkit-unassigned] [Bug 20032] CSS 'content' attribute does not support 'none' or 'normal' values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 12 12:13:31 PDT 2010


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


Nicholas Wilson <nicholas at nicholaswilson.me.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nicholas at nicholaswilson.me.
                   |                            |uk




--- Comment #5 from Nicholas Wilson <nicholas at nicholaswilson.me.uk>  2010-04-12 12:13:31 PST ---
Setting content to empty string does *not* work, and should not.

'content: ""' means to render the element, but with no text inside, so, for
example, if there is a padding and a background on the pseudo-element it must
be drawn.

'content: none' prevents the p-element from being drawn at all.

Discuss fix at bug 13097

-- 
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