File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Expand file tree Collapse file tree 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.
698698<ul>
699699<li>
700700Ellipsing 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>
703705The ellipsis is styled and baseline-aligned according to
704706the 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>
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
4747Response: < a href ='https://github.com/w3c/csswg-drafts/issues/1618#issuecomment-316582905 '> https://github.com/w3c/csswg-drafts/issues/1618#issuecomment-316582905</ a >
4848Closed: Accepted
4949Resolved: < 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 ] ;
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
1717Response: https://github.com/w3c/csswg-drafts/issues/1618#issuecomment-316582905
1818Closed: Accepted
1919Resolved: 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