File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1309,6 +1309,26 @@ <h2 id="pagination">
13091309 </ li >
13101310 </ ol >
13111311
1312+ < h2 id ="cssom "> CSSOM</ h2 >
1313+
1314+ < div class ="issue ">
1315+ < p > 'Flex' property is currently defined as shorthand only, combining three
1316+ values. When queried from OM, it is seen as a string with up to three
1317+ values, which can be very complicated to deal with properly.</ p >
1318+
1319+ < p > There should be separate properties to access flexibility components in OM, such as:</ p >
1320+
1321+ < pre class ="idl ">
1322+ [Supplemental] interface "< a href ="http://www.w3.org/TR/cssom/#cssstyledeclaration "> CSSStyleDeclaration</ a > {
1323+ attribute DOMString? flexPositive;
1324+ attribute DOMString? flexNegative;
1325+ attribute DOMString? flexPreferredSize;
1326+ };
1327+ </ pre >
1328+
1329+ See < a href ="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16145 "> Bug-16145</ a >
1330+ </ div >
1331+
13121332< h2 id ="conformance ">
13131333Conformance</ h2 >
13141334
You can’t perform that action at this time.
0 commit comments