Re: [csswg-drafts] [css-ruby-1] Generating Parentheses needs more thought

The chief issue with all these approaches is that there isn't one set 
of CSS that can be applied to all content. If your page mixes the rp, 
interleaved, and tabular approaches, you'll need to use classes to 
indicate which set of CSS rules to apply to that particular `ruby` 
element, which is rather unhelpful for a content author, to say the 
least.

On the other hand, it seems to me that the browser, when it has parsed
 the `ruby` element, knows where each of the relevant boundaries are, 
and so adding parens at that point, if the CSS contains 
`ruby-position:inline` should be relatively straightforward, should 
make life easier for authors, and should avoid the need to debug and 
fix CSS when the wrong styles are applied to a particular document.

-- 
GitHub Notification of comment by r12a
Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/761#issuecomment-262978070 
using your GitHub account

Received on Friday, 25 November 2016 15:21:47 UTC