Skip to content

Commit 342953c

Browse files
committed
[css-ui-3] Use ordinary css fallback for unsuported cursors
1 parent 60af883 commit 342953c

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

css-ui/Overview.bs

-4
Original file line numberDiff line numberDiff line change
@@ -1208,10 +1208,6 @@ often rendered as a magnifying glass with a "+" or "-" in the center of the glas
12081208
</dl>
12091209
</dl>
12101210

1211-
The UA may treat unsupported values as ''cursor/auto''.
1212-
E.g. on platforms that do not have a concept of a ''context-menu'' cursor,
1213-
the UA may render ''default'' or whatever is appropriate.
1214-
12151211
<div class="example">
12161212

12171213
Example: cursor fallback

css-ui/Overview.html

+1-12
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
<h1 class="p-name no-ref" id="title">CSS Basic User Interface Module Level 3 (CSS3 UI)</h1>
224224

225225
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft,
226-
<time class="dt-updated" datetime="2015-06-10">10 June 2015</time></span></h2>
226+
<time class="dt-updated" datetime="2015-06-20">20 June 2015</time></span></h2>
227227

228228
<div data-fill-with="spec-metadata">
229229
<dl>
@@ -2534,11 +2534,6 @@ <h4 class="heading settled" data-level="6.1.1" id="cursor"><span class="secno">6
25342534
</dl>
25352535

25362536

2537-
<p>The UA may treat unsupported values as <span class="css">auto</span>.
2538-
E.g. on platforms that do not have a concept of a <span class="css">context-menu</span> cursor,
2539-
the UA may render <a class="css" data-link-type="maybe" href="http://dev.w3.org/csswg/css-cascade-4/#valdef-all-default">default</a> or whatever is appropriate.</p>
2540-
2541-
25422537
<div class="example" id="example-4a59cfe4"><a class="self-link" href="#example-4a59cfe4"></a>
25432538

25442539

@@ -3946,10 +3941,6 @@ <h3 class="no-num heading settled" id="index-defined-elsewhere"><span class="con
39463941
<li><a href="http://dev.w3.org/csswg/css-backgrounds-3/#border-width">border-width</a>
39473942
<li><a href="http://dev.w3.org/csswg/css-backgrounds-3/#solid">solid</a>
39483943
</ul>
3949-
<li><a data-link-type="biblio" href="#biblio-css-cascade-4">[css-cascade-4]</a> defines the following terms:
3950-
<ul>
3951-
<li><a href="http://dev.w3.org/csswg/css-cascade-4/#valdef-all-default">default</a>
3952-
</ul>
39533944
<li><a data-link-type="biblio" href="#biblio-css-color-3">[css-color-3]</a> defines the following terms:
39543945
<ul>
39553946
<li><a href="http://dev.w3.org/csswg/css-color-3/#valuea-def-color">&lt;color></a>
@@ -4033,8 +4024,6 @@ <h3 class="no-num heading settled" id="normative"><span class="content">Normativ
40334024
<dd>Mark Davis. <a href="http://www.unicode.org/unicode/reports/tr29/tr29-9.html">Text Boundaries</a>. 25 March 2005. Unicode Standard Annex #29. URL: <a href="http://www.unicode.org/unicode/reports/tr29/tr29-9.html">http://www.unicode.org/unicode/reports/tr29/tr29-9.html</a>
40344025
<dt id="biblio-css-backgrounds-3"><a class="self-link" href="#biblio-css-backgrounds-3"></a>[CSS-BACKGROUNDS-3]
40354026
<dd>CSS Backgrounds and Borders Module Level 3 URL: <a href="http://www.w3.org/TR/css3-background/">http://www.w3.org/TR/css3-background/</a>
4036-
<dt id="biblio-css-cascade-4"><a class="self-link" href="#biblio-css-cascade-4"></a>[CSS-CASCADE-4]
4037-
<dd>Elika Etemad; Tab Atkins Jr.. <a href="http://www.w3.org/TR/css-cascade-4/">CSS Cascading and Inheritance Level 4</a>. 21 April 2015. WD. URL: <a href="http://www.w3.org/TR/css-cascade-4/">http://www.w3.org/TR/css-cascade-4/</a>
40384027
<dt id="biblio-css-color-3"><a class="self-link" href="#biblio-css-color-3"></a>[CSS-COLOR-3]
40394028
<dd>CSS Color Module Level 3 URL: <a href="http://www.w3.org/TR/css3-color/">http://www.w3.org/TR/css3-color/</a>
40404029
<dt id="biblio-css-images-3"><a class="self-link" href="#biblio-css-images-3"></a>[CSS-IMAGES-3]

0 commit comments

Comments
 (0)