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

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

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |NEW
                 CC|                            |ishida@w3.org,
                   |                            |jackalmage@gmail.com
          Component|LC1 HTML5 spec              |HTML
            Product|HTML WG                     |WHATWG
   Target Milestone|---                         |Unsorted
         QA Contact|public-html-bugzilla@w3.org |contributor@whatwg.org

--- Comment #23 from Ian 'Hixie' Hickson <ian@hixie.ch> ---
The problem with that is that it would set 'quotes' on every element, and we
only want to set 'quotes' when the quotes change, letting inheritance do the
rest.

But maybe we could do something like this?:

   :root:lang(x),
   :not(:lang(x)) > :lang(x),
   :lang(x) > q:not(:lang(x))::before,
   :lang(x) > q:not(:lang(x))::after { quotes: ... }

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 21 February 2014 17:36:34 UTC