Skip to content

Commit eb48762

Browse files
committed
[css-ui] Remove outdated at-risk note
1 parent 808b908 commit eb48762

File tree

2 files changed

+0
-37
lines changed

2 files changed

+0
-37
lines changed

css-ui-3/Overview.bs

-34
Original file line numberDiff line numberDiff line change
@@ -68,37 +68,6 @@ url: https://www.w3.org/TR/CSS21/visuren.html#position-props; type: property; sp
6868
text: right
6969
</pre>
7070

71-
<!--
72-
At risk due to only one implementation:
73-
74-
Not at risk:
75-
<li>box-sizing implemented by IE5/Mac, Opera
76-
-moz-box-sizing implemented by Mozilla
77-
78-
<li>outline, outline-width, outline-color, outline-style all in CSS 2.1
79-
<li>outline-offset property
80-
implemented by Safari 1.2
81-
82-
<li>cursor property:
83-
CSS2.1: auto | default | help | pointer | wait | crosshair | text |
84-
e-resize | n-resize | ne-resize | nw-resize | s-resize | se-resize | sw-resize | w-resize
85-
IE5/Mac implements: none | progress | cell
86-
IE6/Windows implements: <uri> | progress | not-allowed | no-drop | vertical-text | all-scroll | col-resize | row-resize | move |
87-
Mozilla implements: progress | cell(as -moz-cell) | alias(as -moz-alias) | copy(as -moz-copy) | context-menu(as -moz-context-menu) |
88-
freedesktop.org copied all the cursors from the CSS3-UI LC Working Draft
89-
by FredrikHoeglund - 14 Oct 2003
90-
http://freedesktop.org/Standards/cursor-spec
91-
92-
<li>'cursor' property values: ew-resize | ns-resize | nesw-resize | nwse-resize
93-
implemented by Firefox and Safari
94-
95-
<li>'resize' property
96-
implemented by Firefox 4 and Safari
97-
<li>nav-up, nav-down, nav-right, nav-left properties
98-
implemented by Opera/Presto desktop with "shift+arrow", and Blink, as well as Samsung in webkit http://www.w3.org/2013/11/27-css-irc
99-
100-
-->
101-
10271

10372
<h2 id="intro">Introduction</h2>
10473

@@ -597,9 +566,6 @@ how to convey the resizing mechanism to the user.
597566
The user agent must allow the user to resize the element
598567
with no other constraints than what is imposed by
599568
'min-width', 'max-width', 'min-height', and 'max-height'.
600-
(The "must" is <a href="https://wiki.csswg.org/spec/css3-ui#issue-53">at risk</a>
601-
since
602-
<a href="http://lists.w3.org/Archives/Public/www-style/2014Dec/0063.html">only Firefox currently supports this</a>, and may be downgraded to a "should".)
603569

604570
Note: There may be situations where user attempts to resize an element
605571
appear to be overriden or ignored, e.g. because of ''!important'' cascading declarations that supersede

css-ui-4/Overview.bs

-3
Original file line numberDiff line numberDiff line change
@@ -541,9 +541,6 @@ how to convey the resizing mechanism to the user.
541541
The user agent must allow the user to resize the element
542542
with no other constraints than what is imposed by
543543
'min-width', 'max-width', 'min-height', and 'max-height'.
544-
(The "must" is <a href="https://wiki.csswg.org/spec/css3-ui#issue-53">at risk</a>
545-
since
546-
<a href="http://lists.w3.org/Archives/Public/www-style/2014Dec/0063.html">only Firefox currently supports this</a>, and may be downgraded to a "should".)
547544

548545
Note: There may be situations where user attempts to resize an element
549546
appear to be overriden or ignored, e.g. because of ''!important'' cascading declarations that supersede

0 commit comments

Comments
 (0)