Skip to content

Commit 84016b7

Browse files
committed
[css-ui-3][css-ui-4] Make sure the sample cursors are actually displayed
Closes #3219
1 parent bad4e52 commit 84016b7

4 files changed

Lines changed: 24 additions & 2 deletions

File tree

css-ui-3/Overview.bs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,10 @@ for the 'cursor' property.
967967

968968
Values have the following meanings:
969969

970-
<dl dfn-type=value dfn-for=cursor>
970+
<style>
971+
#cursors dfn { cursor: inherit }
972+
</style>
973+
<dl dfn-type=value dfn-for=cursor id=cursors>
971974
<dt>image cursors
972975
<dd>
973976
<dl>

css-ui-4/Overview.bs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,10 @@ for the 'cursor' property.
605605

606606
Values have the following meanings:
607607

608-
<dl dfn-type=value dfn-for=cursor>
608+
<style>
609+
#cursors dfn { cursor: inherit }
610+
</style>
611+
<dl dfn-type=value dfn-for=cursor id=cursors>
609612
<dt>image cursors
610613
<dd>
611614
<dl>

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,14 @@ <h1>CSS Basic User Interface Module Level 4 Disposition of Comments for 2015-09-
154154
Response: <a href='https://github.com/w3c/csswg-drafts/issues/3196#issuecomment-427736600'>https://github.com/w3c/csswg-drafts/issues/3196#issuecomment-427736600</a>
155155
Closed: Accepted
156156
Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/3196#issuecomment-430693269'>https://github.com/w3c/csswg-drafts/issues/3196#issuecomment-430693269</a></pre>
157+
<pre class='a' id='issue-16'>
158+
Issue 16. <a href='#issue-16'>#</a>
159+
Summary: Hovering over se-resize value definition in the spec doesn't change the cursor
160+
From: Myles MaxField
161+
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/3219'>https://github.com/w3c/csswg-drafts/issues/3219</a>
162+
Response: <a href='https://github.com/w3c/csswg-drafts/issues/3196#issuecomment-427736600'>https://github.com/w3c/csswg-drafts/issues/3196#issuecomment-427736600</a>
163+
Closed: Accepted
164+
Resolved: Editorial</pre>
157165
<script>
158166
(function () {
159167
var sheet = document.styleSheets[0];

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,11 @@ Comment: https://github.com/w3c/csswg-drafts/issues/3196#issuecomment-427467122
130130
Response: https://github.com/w3c/csswg-drafts/issues/3196#issuecomment-427736600
131131
Closed: Accepted
132132
Resolved: https://github.com/w3c/csswg-drafts/issues/3196#issuecomment-430693269
133+
----
134+
Issue 16.
135+
Summary: Hovering over se-resize value definition in the spec doesn't change the cursor
136+
From: Myles MaxField
137+
Comment: https://github.com/w3c/csswg-drafts/issues/3219
138+
Response: https://github.com/w3c/csswg-drafts/issues/3196#issuecomment-427736600
139+
Closed: Accepted
140+
Resolved: Editorial

0 commit comments

Comments
 (0)