@@ -128,30 +128,27 @@ Introduction</h2>
128
128
<div class="issue">
129
129
<strong> Things That Are Unstable</strong>
130
130
Since implementation of parts of this module is effectively required
131
- for shipping an implementation of CSS Writing Modes on the Web
131
+ for shipping an implementation of <a href="https://www.w3.org/TR/css-writing-modes-3/ CSS Writing Modes</a> on the Web
132
132
(in order to correctly implement the default HTML styles),
133
133
The CSSWG resolved that although the draft is not very stable overall,
134
134
the requisite features in
135
135
<a href="#directional-keywords"></a> and <a href="#box"></a>
136
136
are approved for shipping.
137
- However, there are a number of unstable features in this draft
138
- (which are not required for implementing the HTML default style sheet, incidentally),
139
- and these are:
137
+ However, there are a few significant open issues:
140
138
<ul>
141
- <li><del> The 'float' and 'clear' keywords,
142
- because it is not yet clear what the upcoming 2-dimensional syntax of 'float' will be.</del>
143
- (This has been resolved as of April 2017.)
144
- <li><del> The 'inset-*' properties,
145
- because the name of the prefix is undecided.
146
- (It used to be 'offset-*' , but ended up conflicting with another CSS feature.)</del>
147
- (This has been resolved as of June 2017.)
148
139
<li> The ''border/logical'' keyword on shorthands,
149
140
because the name of the keyword may change or it may be replaced by some other syntactic marker.
150
- <li> The 'background-image-transform' and 'border-image-transform' properties,
151
- because they have, as far as the editor is aware,
152
- received no review from anyone and may or may not be well-designed.
141
+ (This feature will be deferred from this level for further development
142
+ if there is no clearly satisfactory mechanism proposed,
143
+ see <a href="https://github.com/w3c/csswg-drafts/issues/1282">Issue 1282</a> .)
144
+ <li> Whether flow-relative longhands inherit from their namesake on the parent,
145
+ or are mapped to a physical property and inherit from that property.
146
+ (See <a href="https://github.com/w3c/csswg-drafts/issues/3029">Issue 3029</a> .)
147
+ <li> Whether shorthands like 'margin' expand to both sets of longhands,
148
+ or only the ones that were set.
149
+ (See <a href="https://github.com/w3c/csswg-drafts/issues/3030">Issue 3030</a> .)
153
150
</ul>
154
- Comments and suggestions are welcome on these issues.
151
+ Comments, suggestions, and use cases are welcome on these issues.
155
152
Please file them in GitHub, tweet them to @csswg, or send them to www-style@w3.org.
156
153
</div>
157
154
0 commit comments