Skip to content

Commit 90c8894

Browse files
committed
[css-ui-3] Align behavior of cursor:auto on implementations
Closes #1598
1 parent 12e4847 commit 90c8894

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

css-ui-3/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@ they must be clamped (independently) to fit.
10381038
<dl>
10391039
<dt style="cursor:auto"><dfn>auto</dfn></dt>
10401040
<dd>The UA determines the cursor to display based on the current
1041-
context, specifically: auto behaves as ''cursor/text'' over text, and ''cursor/default'' otherwise.
1041+
context, specifically: auto behaves as ''cursor/text'' over selectable text or editable elements, and ''cursor/default'' otherwise.
10421042
</dd>
10431043

10441044
<dt style="cursor:default"><dfn>default</dfn></dt>
@@ -1381,6 +1381,7 @@ This appendix describes changes from the
13811381
<li>Clarify (as a SHOULD) the implications of text-overflow on pointer events to capture implementor consensus.
13821382
<li>Clarify that UAs may ignore the cursor property to reflect the UA's UI state
13831383
<li>Allow, but stop requiring support for SVG images without intrinsic sizes for cursors
1384+
<li>Align the spec with implementations, and make ''cursor: auto'' look like ''cursor/text'' over **selectable** text, and over editable elements.
13841385
</ul>
13851386

13861387
<h2 class="no-num" id="security-privacy-considerations">Appendix C. Considerations for Security and Privacy</h2>

css-ui-3/issues-2017-2.html

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ <h1>CSS Basic User Interface Module Level 3 (CSS3 UI) Disposition of Comments fo
6363
Response: <a href='https://github.com/w3c/csswg-drafts/issues/1598#issuecomment-315245660'>https://github.com/w3c/csswg-drafts/issues/1598#issuecomment-315245660</a>
6464
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1598#issuecomment-318745526'>https://github.com/w3c/csswg-drafts/issues/1598#issuecomment-318745526</a>
6565
Response: <a href='https://github.com/w3c/csswg-drafts/issues/1598#issuecomment-318888367'>https://github.com/w3c/csswg-drafts/issues/1598#issuecomment-318888367</a>
66-
Closed: Rejected
67-
Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/1598#issuecomment-319924706'>https://github.com/w3c/csswg-drafts/issues/1598#issuecomment-319924706</a>
68-
Verified: <a href='https://github.com/w3c/csswg-drafts/issues/1598#event-1192086140'>https://github.com/w3c/csswg-drafts/issues/1598#event-1192086140</a></pre>
66+
Response: <a href='https://github.com/w3c/csswg-drafts/issues/1598#issuecomment-319924706'>https://github.com/w3c/csswg-drafts/issues/1598#issuecomment-319924706</a>
67+
Closed: Accepted
68+
Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/1598#issuecomment-337653861'>https://github.com/w3c/csswg-drafts/issues/1598#issuecomment-337653861</a></pre>
6969
<pre class='a' id='issue-5'>
7070
Issue 5. <a href='#issue-5'>#</a>
7171
Summary: Fix a typo
@@ -95,6 +95,15 @@ <h1>CSS Basic User Interface Module Level 3 (CSS3 UI) Disposition of Comments fo
9595
Response: <a href='https://github.com/w3c/csswg-drafts/issues/1691#issuecomment-323391476'>https://github.com/w3c/csswg-drafts/issues/1691#issuecomment-323391476</a>
9696
Closed: Accepted
9797
Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/1691#issuecomment-324391129'>https://github.com/w3c/csswg-drafts/issues/1691#issuecomment-324391129</a></pre>
98+
<pre class='a' id='issue-9'>
99+
Issue 9. <a href='#issue-9'>#</a>
100+
Summary: Stop mandating support for non fixed size SVG as cursors
101+
From: Florian Rivoal
102+
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1813'>https://github.com/w3c/csswg-drafts/issues/1813</a>
103+
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1813#issuecomment-329298504'>https://github.com/w3c/csswg-drafts/issues/1813#issuecomment-329298504</a>
104+
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1813#issuecomment-329701978'>https://github.com/w3c/csswg-drafts/issues/1813#issuecomment-329701978</a>
105+
Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/1813#issuecomment-330912545'>https://github.com/w3c/csswg-drafts/issues/1813#issuecomment-330912545</a>
106+
Closed: Accepted</pre>
98107
<script>
99108
(function () {
100109
var sheet = document.styleSheets[0];

css-ui-3/issues-2017-2.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ Comment: https://github.com/w3c/csswg-drafts/issues/1598
3333
Response: https://github.com/w3c/csswg-drafts/issues/1598#issuecomment-315245660
3434
Comment: https://github.com/w3c/csswg-drafts/issues/1598#issuecomment-318745526
3535
Response: https://github.com/w3c/csswg-drafts/issues/1598#issuecomment-318888367
36-
Closed: Rejected
37-
Resolved: https://github.com/w3c/csswg-drafts/issues/1598#issuecomment-319924706
38-
Verified: https://github.com/w3c/csswg-drafts/issues/1598#event-1192086140
36+
Response: https://github.com/w3c/csswg-drafts/issues/1598#issuecomment-319924706
37+
Closed: Accepted
38+
Resolved: https://github.com/w3c/csswg-drafts/issues/1598#issuecomment-337653861
3939
----
4040
Issue 5.
4141
Summary: Fix a typo

0 commit comments

Comments
 (0)