Skip to content

Commit bee7f61

Browse files
committed
[css-ui] Remove reference to the Marquee spec, which has been retired.
1 parent 631d178 commit bee7f61

2 files changed

Lines changed: 5 additions & 19 deletions

File tree

css-ui/Overview.html

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2258,13 +2258,10 @@ <h4 class="no-num no-toc">ellipsis interaction with scrolling interfaces</h4>
22582258
interface to swipe-scroll, etc.), there are additional implementation
22592259
details that provide a better user experience:
22602260

2261-
<p> When an element is scrolled (e.g. by the user, DOM manipulation, or <a
2262-
href="http://www.w3.org/TR/2008/CR-css3-marquee-20081205/#overflow-style"><code
2263-
class=property>overflow-style</code></a> <a href="#ref-CSS3MARQUEE"
2264-
rel=biblioentry>[CSS3MARQUEE]<!--{{CSS3MARQUEE}}--></a>), more of the
2265-
element's content is shown. The value of text-overflow should not affect
2266-
whether more of the element's content is shown or not. If a non-clip
2267-
text-overflow is set, then as more content is scrolled into view,
2261+
<p> When an element is scrolled (e.g. by the user, DOM manipulation), more
2262+
of the element's content is shown. The value of text-overflow should not
2263+
affect whether more of the element's content is shown or not. If a
2264+
non-clip text-overflow is set, then as more content is scrolled into view,
22682265
implementations should show whatever additional content fits, only
22692266
truncating content which would otherwise be clipped (or is necessary to
22702267
make room for the ellipsis/string), until the element is scrolled far
@@ -3110,16 +3107,6 @@ <h3 class="no-num no-toc" id=informative-references>Informative References</h3>
31103107
</dd>
31113108
<!---->
31123109

3113-
<dt id=ref-CSS3MARQUEE>[CSS3MARQUEE]
3114-
3115-
<dd>Bert Bos. <a
3116-
href="http://www.w3.org/TR/2014/NOTE-css3-marquee-20141014/"><cite>CSS
3117-
Marquee Module Level 3.</cite></a> 14 October 2014. W3C Working Group
3118-
Note. URL: <a
3119-
href="http://www.w3.org/TR/2014/NOTE-css3-marquee-20141014/">http://www.w3.org/TR/2014/NOTE-css3-marquee-20141014/</a>
3120-
</dd>
3121-
<!---->
3122-
31233110
<dt id=ref-CSSUI>[CSSUI]
31243111

31253112
<dd>Tantek Çelik. <a

css-ui/Overview.src.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1414,8 +1414,7 @@ <h4 class="no-num no-toc">ellipsis interaction with scrolling interfaces</h4>
14141414
</p>
14151415

14161416
<p>
1417-
When an element is scrolled (e.g. by the user, DOM manipulation,
1418-
or <a href="http://www.w3.org/TR/2008/CR-css3-marquee-20081205/#overflow-style">'overflow-style'</a> [[CSS3MARQUEE]]),
1417+
When an element is scrolled (e.g. by the user, DOM manipulation),
14191418
more of the element's content is shown.
14201419
The value of text-overflow should not affect whether more of
14211420
the element's content is shown or not. If a non-clip text-overflow

0 commit comments

Comments
 (0)