Re: [csswg-drafts] [css-text] text-transform's design, intent and reality resolution (#3775)

I see that https://bugzilla.mozilla.org/show_bug.cgi?id=1541668 has been filed on this.

In looking at how Gecko might be persuaded to ignore the `full-width` and `full-size-kana` transforms for purposes of the accessibility tree, I notice that there's a fairly close relationship between what is exposed for accessibility and what is exposed by `HTMLElement.innerText`.

Which raises the question in my mind, should `innerText` continue to respect all `text-transform` values (as it currently does in Gecko), or should it respect only the case-related transforms and ignore the `full-width` and `full-size-kana` ones, as proposed for accessibility?

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

Received on Thursday, 4 April 2019 13:33:07 UTC