Skip to content

Commit e2fb43b

Browse files
committed
[css-logical-1] Update status issue
1 parent 680c424 commit e2fb43b

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

css-logical-1/Overview.bs

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -128,30 +128,27 @@ Introduction</h2>
128128
<div class="issue">
129129
<strong>Things That Are Unstable</strong>
130130
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
132132
(in order to correctly implement the default HTML styles),
133133
The CSSWG resolved that although the draft is not very stable overall,
134134
the requisite features in
135135
<a href="#directional-keywords"></a> and <a href="#box"></a>
136136
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:
140138
<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.)
148139
<li>The ''border/logical'' keyword on shorthands,
149140
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>.)
153150
</ul>
154-
Comments and suggestions are welcome on these issues.
151+
Comments, suggestions, and use cases are welcome on these issues.
155152
Please file them in GitHub, tweet them to @csswg, or send them to www-style@w3.org.
156153
</div>
157154

0 commit comments

Comments
 (0)