Skip to content

Commit 7d17315

Browse files
committed
removed issue on CSSOM. not an issue any more, with flex component properties added.
1 parent fef6877 commit 7d17315

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

css3-flexbox/Overview.src.html

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2023,26 +2023,6 @@ <h2 id="pagination">
20232023
and running out of space.
20242024
(I think it just lays out as continuous media within the overflow area.)
20252025

2026-
<h2 id="cssom">CSSOM</h2>
2027-
2028-
<div class="issue">
2029-
<p>'Flex' property is currently defined as shorthand only, combining three
2030-
values. When queried&nbsp; from OM, it is seen as a string with up to three
2031-
values, which can be very complicated to deal with properly.
2032-
2033-
<p>There should be separate properties to access flexibility components in OM, such as:
2034-
2035-
<pre class="idl">
2036-
[Supplemental] interface "<a href="http://www.w3.org/TR/cssom/#cssstyledeclaration">CSSStyleDeclaration</a> {
2037-
attribute DOMString? flexPositive;
2038-
attribute DOMString? flexNegative;
2039-
attribute DOMString? flexPreferredSize;
2040-
};
2041-
</pre>
2042-
2043-
See <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16145">Bug-16145</a>
2044-
</div>
2045-
20462026
<h2 id="conformance">
20472027
Conformance</h2>
20482028

0 commit comments

Comments
 (0)