File tree 3 files changed +21
-2
lines changed
3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -698,7 +698,9 @@ must be clipped rather than ellipsed.
698
698
<ul>
699
699
<li>
700
700
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'' .
702
704
<li>
703
705
The ellipsis is styled and baseline-aligned according to
704
706
the block.
@@ -1366,7 +1368,8 @@ This appendix describes changes from the
1366
1368
<li> Updated references to latest versions
1367
1369
<li> Editorial Clarification about the resize property
1368
1370
<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.
1370
1373
</ul>
1371
1374
1372
1375
<h2 class="no-num" id="security-privacy-considerations">Appendix C. Considerations for Security and Privacy</h2>
Original file line number Diff line number Diff line change @@ -47,6 +47,14 @@ <h1>CSS Basic User Interface Module Level 3 (CSS3 UI) Disposition of Comments fo
47
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
48
Closed: Accepted
49
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 >
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 >
50
58
< script >
51
59
( function ( ) {
52
60
var sheet = document . styleSheets [ 0 ] ;
Original file line number Diff line number Diff line change @@ -17,3 +17,11 @@ Comment: https://github.com/w3c/csswg-drafts/issues/1618#issue-244204036
17
17
Response: https://github.com/w3c/csswg-drafts/issues/1618#issuecomment-316582905
18
18
Closed: Accepted
19
19
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
You can’t perform that action at this time.
0 commit comments