- From: Koji Ishii <kojiishi@gmail.com>
- Date: Thu, 17 Sep 2015 22:15:07 +0900
- To: "www-style@w3.org" <www-style@w3.org>
Received on Thursday, 17 September 2015 13:16:03 UTC
The spec defines SVG 1.1 values "treat as" CSS values[1]. When these values are serialized, are they supposed to keep its original string, or are they supposed to be CSS? For example, what would we expect to see: <div id=test style="writing-mode: tb-rl"></div> and console.log(getComputedStyle(test).style.writingMode); ? I recall there were some discussions about this for value aliases, but I don't remember the conclusion. The same question applies to 'text-orientation: sideways' which is equivalent to 'sideways-right'. [1] https://drafts.csswg.org/css-writing-modes-3/#svg-writing-mode [2] https://drafts.csswg.org/css-writing-modes-3/#valdef-text-orientation-sideways /koji
Received on Thursday, 17 September 2015 13:16:03 UTC