Skip to content

Commit 8493633

Browse files
committed
[css-ui-3] Add informative link to HTML about 'cursor' & image maps
Closes #1618
1 parent eee458b commit 8493633

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

css-ui/Overview.bs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -933,6 +933,9 @@ in a future revision of CSS or HTML.
933933

934934
User agents may ignore the cursor property over native user-agent controls such as scrollbars, resizers, or other native UI widgets e.g. those that may be used inside some user agent specific implementations of form elements.
935935

936+
Note: [[HTML]] defines <a href="https://html.spec.whatwg.org/multipage/rendering.html#image-maps-2">special handling of image maps</a>
937+
for the 'cursor' property.
938+
936939
Values have the following meanings:
937940

938941
<dl dfn-type=value dfn-for=cursor>
@@ -1363,6 +1366,7 @@ This appendix describes changes from the
13631366
<li>Updated references to latest versions
13641367
<li>Editorial Clarification about the resize property
13651368
<li>Move directional focus navigation properties from level 3 to level 4
1369+
<l>Add informative link to HTML about special handling of 'cursor' over image maps
13661370
</ul>
13671371

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

css-ui/issues-2017-2.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ <h1>CSS Basic User Interface Module Level 3 (CSS3 UI) Disposition of Comments fo
3939
Response: <a href='https://github.com/w3c/csswg-drafts/issues/1328#issuecomment-299635221'>https://github.com/w3c/csswg-drafts/issues/1328#issuecomment-299635221</a>
4040
Closed: Accepted
4141
Resolved: Editorial</pre>
42+
<pre class='a' id='issue-2'>
43+
Issue 2. <a href='#issue-2'>#</a>
44+
Summary: Add note pointing to HTML's definition of cursor applying to image maps
45+
From: David Baron
46+
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1618#issue-244204036'>https://github.com/w3c/csswg-drafts/issues/1618#issue-244204036</a>
47+
Response: <a href='https://github.com/w3c/csswg-drafts/issues/1618#issuecomment-316582905'>https://github.com/w3c/csswg-drafts/issues/1618#issuecomment-316582905</a>
48+
Closed: Accepted
49+
Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/1618#issuecomment-319927639'>https://github.com/w3c/csswg-drafts/issues/1618#issuecomment-319927639</a></pre>
4250
<script>
4351
(function () {
4452
var sheet = document.styleSheets[0];

css-ui/issues-2017-2.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,11 @@ Comment: https://github.com/w3c/csswg-drafts/issues/1328#issue-226625704
99
Response: https://github.com/w3c/csswg-drafts/issues/1328#issuecomment-299635221
1010
Closed: Accepted
1111
Resolved: Editorial
12+
----
13+
Issue 2.
14+
Summary: Add note pointing to HTML's definition of cursor applying to image maps
15+
From: David Baron
16+
Comment: https://github.com/w3c/csswg-drafts/issues/1618#issue-244204036
17+
Response: https://github.com/w3c/csswg-drafts/issues/1618#issuecomment-316582905
18+
Closed: Accepted
19+
Resolved: https://github.com/w3c/csswg-drafts/issues/1618#issuecomment-319927639

0 commit comments

Comments
 (0)