On 07/15/2014 10:28 PM, Snsk Matsuki wrote: > > "text-combine-upright"(tcy) applies to "non-replaced inline > > elements"[1]. In my understanding, tcy shall not affect to "block > > level element(e.g. p)". > > > > <div style="text-combine-upright: digit"> > > <div style="writing-mode: vertical-rl"> > > <p> some text 6 </p> > > > > In case of above contents, the character "6" does not upright. If the > > string "some text 6" generate anonymous inline element, the character > > "6" should be upright? > text-combine-upright also inherits, so in the above case it would > inherit > into the anonymous inline box that contains all the content of <p>, and > act there. > > ~fantasai It must be digits (plural) and not digit (singular). Maybe we should add such oversight case into CSS Writing Modes: parsing text-combine-upright with invalid values http://test.csswg.org/suites/css-writing-modes-3_dev/nightly-unstable/html/text-combine-upright-parsing-invalid-001.htm GérardReceived on Wednesday, 23 March 2016 17:09:23 UTC
This archive was generated by hypermail 2.4.0 : Friday, 25 March 2022 10:09:01 UTC