Platform/Features/Vertical text: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 53: Line 53:
** Get all tests to pass with logical params in use
** Get all tests to pass with logical params in use
* Bug 2: Parsing of <code>writing-mode</code> and <code>text-orientation</code>
* Bug 2: Parsing of <code>writing-mode</code> and <code>text-orientation</code>
(see [#Engineering_notes engineering notes] below)  
(see [#Implementation implementation notes] below)  
* Initial containing block with a vertical writing mode
* Initial containing block with a vertical writing mode
** i.e. laying out the whole document with a horizontal block flow and vertical text flow
** i.e. laying out the whole document with a horizontal block flow and vertical text flow
Line 83: Line 83:
}}
}}
{{FeatureTeamStatus
{{FeatureTeamStatus
|Feature engineering notes=** Need to investigate how to pref CSS keyword parsing (and all writing-mode processing) on and off -- put in a separate DOM idl?
|Feature engineering notes=* Need to investigate how to pref CSS keyword parsing (and all writing-mode processing) on and off -- put in a separate DOM idl?
** Possibly want to be able to <code>#ifdef</code> it as well? Or just back out the changes after each uplift so we don't pay the perf cost until it's ready?
* Possibly want to be able to <code>#ifdef</code> it as well? Or just back out the changes after each uplift so we don't pay the perf cost until it's ready?
}}
}}
67

edits