Skip to content

Commit 277b80e

Browse files
committed
[css-ui-3] Clarify pointer events and text-overflow interaction
Closes #1637
1 parent 8493633 commit 277b80e

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

css-ui/Overview.bs

+5-2
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,9 @@ must be clipped rather than ellipsed.
698698
<ul>
699699
<li>
700700
Ellipsing only affects rendering and must not affect layout
701-
nor dispatching of pointer events.
701+
nor dispatching of pointer events:
702+
The UA should dispatch any pointer event on the ellipsis to the elided element,
703+
as if 'text-overflow' had been ''text-overflow/none''.
702704
<li>
703705
The ellipsis is styled and baseline-aligned according to
704706
the block.
@@ -1366,7 +1368,8 @@ This appendix describes changes from the
13661368
<li>Updated references to latest versions
13671369
<li>Editorial Clarification about the resize property
13681370
<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
1371+
<li>Add informative link to HTML about special handling of 'cursor' over image maps
1372+
<li>Clarify (as a SHOULD) the implications of text-overflow on pointer events to capture implementor consensus.
13701373
</ul>
13711374

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

css-ui/issues-2017-2.html

+8
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,14 @@ <h1>CSS Basic User Interface Module Level 3 (CSS3 UI) Disposition of Comments fo
4747
Response: <a href='https://github.com/w3c/csswg-drafts/issues/1618#issuecomment-316582905'>https://github.com/w3c/csswg-drafts/issues/1618#issuecomment-316582905</a>
4848
Closed: Accepted
4949
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>
50+
<pre class='a' id='issue-3'>
51+
Issue 3. <a href='#issue-3'>#</a>
52+
Summary: Be more precise about event dispatching of pointer events on the ellipsis
53+
From: Fantasai
54+
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1637'>https://github.com/w3c/csswg-drafts/issues/1637</a>
55+
Response: <a href='https://github.com/w3c/csswg-drafts/issues/1637#issuecomment-319053591'>https://github.com/w3c/csswg-drafts/issues/1637#issuecomment-319053591</a>
56+
Closed: Accepted
57+
Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/1637#issuecomment-319926574'>https://github.com/w3c/csswg-drafts/issues/1637#issuecomment-319926574</a></pre>
5058
<script>
5159
(function () {
5260
var sheet = document.styleSheets[0];

css-ui/issues-2017-2.txt

+8
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,11 @@ Comment: https://github.com/w3c/csswg-drafts/issues/1618#issue-244204036
1717
Response: https://github.com/w3c/csswg-drafts/issues/1618#issuecomment-316582905
1818
Closed: Accepted
1919
Resolved: https://github.com/w3c/csswg-drafts/issues/1618#issuecomment-319927639
20+
----
21+
Issue 3.
22+
Summary: Be more precise about event dispatching of pointer events on the ellipsis
23+
From: Fantasai
24+
Comment: https://github.com/w3c/csswg-drafts/issues/1637
25+
Response: https://github.com/w3c/csswg-drafts/issues/1637#issuecomment-319053591
26+
Closed: Accepted
27+
Resolved: https://github.com/w3c/csswg-drafts/issues/1637#issuecomment-319926574

0 commit comments

Comments
 (0)