[Bug 13398] i18n-ISSUE-80: Default rules for the quotes property

http://www.w3.org/Bugs/Public/show_bug.cgi?id=13398

fantasai <fantasai.bugs@inkedblade.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fantasai.bugs@inkedblade.ne
                   |                            |t

--- Comment #14 from fantasai <fantasai.bugs@inkedblade.net> 2011-09-30 20:00:24 UTC ---
You want
  :lang(en) > q { quotes: '“' '”' '‘' '’'; }

I believe the second rule (q q) is unnecessary... but I could be wrong. What
was it indended to accomplish? Also, the current behavior of CSS quotes is to
repeat the last pair. Is that correct behavior, or should it be cycling?

Wrt tracking CLDR updates, hixie, I agree with the i18n folks that you should
put that normatively in the spec. The CSS should effectively be a transform of
the CLDR data, and should be defined as such so that implementations understand
they should (ideally) track that data and that the CSS syntax is provided as a
convenience. If the HTML spec gets out of sync, the CLDR should be the one to
follow.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 30 September 2011 20:00:27 UTC