Skip to content

Commit fc83249

Browse files
committed
[css-ui-4] Require cursor:pointer for hyperlinks
Closes #2664
1 parent d34fff6 commit fc83249

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

css-ui-4/Overview.bs

+7
Original file line numberDiff line numberDiff line change
@@ -1307,6 +1307,12 @@ Values have the following meanings:
13071307
<dd>The cursor is a pointer that indicates a link.
13081308
Often rendered as the backside of a hand with the index finger extended.
13091309

1310+
Unless otherwise specified,
1311+
UAs must apply ''cursor: pointer'' to hyperlinks
1312+
for all supported document formats
1313+
via the <a lt="User Agent Origin">UA stylesheet</a>,
1314+
using a normal (i.e. not <a>!important</a>) declaration.
1315+
13101316
<dt style="cursor:progress"><dfn>progress</dfn>
13111317
<dd>
13121318
A progress indicator. The program is performing some processing,
@@ -2669,6 +2675,7 @@ This appendix is <em>informative</em>.
26692675
<ul>
26702676
<li>Added details about form control specific rendering rules
26712677
<li>Clarify interaction between text-overflow and annonymous block containers
2678+
<li>Require the ''cursor/pointer'' cursor for hyperlinks in all document formats
26722679
</ul>
26732680

26742681
<h3 id=changes-22-09-2015 class=no-num>Changes from the

css-ui-4/issues-fpwd-2015.html

+8
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,14 @@ <h1>CSS Basic User Interface Module Level 4 Disposition of Comments for 2015-09-
137137
Response: <a href='https://github.com/w3c/csswg-drafts/issues/2595#issuecomment-386153703'>https://github.com/w3c/csswg-drafts/issues/2595#issuecomment-386153703</a>
138138
Closed: Accepted
139139
Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/2595#issuecomment-386153703'>https://github.com/w3c/csswg-drafts/issues/2595#issuecomment-386153703</a></pre>
140+
<pre class='a' id='issue-14'>
141+
Issue 14. <a href='#issue-14'>#</a>
142+
Summary: Require link-pointer when pointer is over a link
143+
From: Tobi Reif
144+
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2664'>https://github.com/w3c/csswg-drafts/issues/2664</a>
145+
Response: <a href='https://github.com/w3c/csswg-drafts/issues/2664#issuecomment-388486742'>https://github.com/w3c/csswg-drafts/issues/2664#issuecomment-388486742</a>
146+
Closed: Accepted
147+
Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/2664#issuecomment-395243086'>https://github.com/w3c/csswg-drafts/issues/2664#issuecomment-395243086</a></pre>
140148
<script>
141149
(function () {
142150
var sheet = document.styleSheets[0];

css-ui-4/issues-fpwd-2015.txt

+8
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,11 @@ Comment: https://github.com/w3c/csswg-drafts/issues/2595
113113
Response: https://github.com/w3c/csswg-drafts/issues/2595#issuecomment-386153703
114114
Closed: Accepted
115115
Resolved: https://github.com/w3c/csswg-drafts/issues/2595#issuecomment-386153703
116+
----
117+
Issue 14.
118+
Summary: Require link-pointer when pointer is over a link
119+
From: Tobi Reif
120+
Comment: https://github.com/w3c/csswg-drafts/issues/2664
121+
Response: https://github.com/w3c/csswg-drafts/issues/2664#issuecomment-388486742
122+
Closed: Accepted
123+
Resolved: https://github.com/w3c/csswg-drafts/issues/2664#issuecomment-395243086

0 commit comments

Comments
 (0)