[Webkit-unassigned] [Bug 3234] CSS2: Implement better quote support (for the q tag)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 17 06:47:08 PST 2010


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


Oli Studholme <webkit.org at boblet.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |webkit.org at boblet.net




--- Comment #25 from Oli Studholme <webkit.org at boblet.net>  2010-01-17 06:47:03 PST ---
Currently http://trac.webkit.org/browser/trunk/WebCore/css/html.css reads:

97 q:before {
98        content: '"'
99        /* FIXME: content: open-quote; */
100    }
101    
102    q:after {
103        content: '"'
104        /* FIXME: content: close-quote; */
105    }

Workaround for authors until this is fixed:
http://monc.se/kitchen/129/rendering-quotes-with-css

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