Skip to content

Commit ac105ca

Browse files
committed
[css-containment] Gah, remove the last leftover 'overflow' remnants.
1 parent 94e5949 commit ac105ca

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

css-containment/Overview.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@
5555
<h1 class="p-name no-ref" id=title>CSS Containment Module Level 3</h1>
5656
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
5757
<span class=dt-updated><span class=value-title title=20131108>8 November 2013</span></span></span></h2>
58-
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-overflow-clipping/>http://dev.w3.org/csswg/css-overflow-clipping/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css-overflow-clipping/>http://dev.w3.org/csswg/css-overflow-clipping/</a>
58+
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-containment/>http://dev.w3.org/csswg/css-containment/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css-containment/>http://dev.w3.org/csswg/css-containment/</a>
5959
<dt>Feedback:</dt>
60-
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-overflow-clipping%5D%20feedback">www-style@w3.org</a>
60+
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-containment%5D%20feedback">www-style@w3.org</a>
6161
with subject line
62-
<kbd>[css-overflow-clipping] <var>… message topic …</var></kbd>”(<a href=http://lists.w3.org/Archives/Public/www-style/ rel=discussion>archives</a>)<dt>Test Suite:<dd>None Yet<dt>Editors:
62+
<kbd>[css-containment] <var>… message topic …</var></kbd>”(<a href=http://lists.w3.org/Archives/Public/www-style/ rel=discussion>archives</a>)<dt>Test Suite:<dd>None Yet<dt>Editors:
6363
<dd class="p-author h-card vcard"><a class="p-name fn u-url url" href=http://xanthir.com/contact/>Tab Atkins</a> (<span class="p-org org">Google</span>)</dl></div>
6464
<div data-fill-with=warning></div>
6565
<p class=copyright data-fill-with=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2013 <a href=http://www.w3.org/><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href=http://www.csail.mit.edu/><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href=http://www.ercim.eu/><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href=http://www.keio.ac.jp/>Keio</a>, <a href=http://ev.buaa.edu.cn/>Beihang</a>), All Rights Reserved. W3C <a href=http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer>liability</a>, <a href=http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks>trademark</a> and <a href=http://www.w3.org/Consortium/Legal/copyright-documents>document use</a> rules apply.
@@ -82,13 +82,13 @@ <h2 class="no-num no-toc no-ref heading settled heading" id=status><span class=c
8282

8383
<p>
8484
The (<a href=http://lists.w3.org/Archives/Public/www-style/>archived</a>) public mailing list
85-
<a href="mailto:www-style@w3.org?Subject=%5Bcss-overflow-clipping%5D%20PUT%20SUBJECT%20HERE">www-style@w3.org</a>
85+
<a href="mailto:www-style@w3.org?Subject=%5Bcss-containment%5D%20PUT%20SUBJECT%20HERE">www-style@w3.org</a>
8686
(see <a href=http://www.w3.org/Mail/Request>instructions</a>)
8787
is preferred for discussion of this specification.
8888
When sending e-mail,
89-
please put the text “css-overflow-clipping” in the subject,
89+
please put the text “css-containment” in the subject,
9090
preferably like this:
91-
“[css-overflow-clipping] <em>…summary of comment…</em>
91+
“[css-containment] <em>…summary of comment…</em>
9292

9393
<p>
9494
This document was produced by the <a href=http://www.w3.org/Style/CSS/members>CSS Working Group</a>
@@ -106,7 +106,7 @@ <h2 class="no-num no-toc no-ref heading settled heading" id=status><span class=c
106106

107107
<h2 class="no-num no-toc no-ref heading settled heading" id=contents><span class=content>Table of contents</span></h2>
108108
<div data-fill-with=table-of-contents><ul class=toc><li><a href=#intro><span class=secno>1</span>
109-
Introduction</a><li><a href=#overflow-clip><span class=secno>2</span>
109+
Introduction</a><li><a href=#containment><span class=secno>2</span>
110110
Strong Containment: the <span class=property data-link-type=propdesc title=contain>contain</span> property</a><li><a href=#conformance><span class=secno></span>
111111
Conformance</a><ul class=toc><li><a href=#conventions><span class=secno></span>
112112
Document conventions</a><li><a href=#conformance-classes><span class=secno></span>
@@ -139,8 +139,8 @@ <h2 class="heading settled heading" data-level=1 id=intro><span class=secno>1 </
139139
and allow strong, predictable isolation of a subtree from the rest of the page,
140140
this specification defines a <a class=property data-link-type=propdesc href=#propdef-contain title=contain>contain</a> property.
141141

142-
<h2 class="heading settled heading" data-level=2 id=overflow-clip><span class=secno>2 </span><span class=content>
143-
Strong Containment: the <a class=property data-link-type=propdesc href=#propdef-contain title=contain>contain</a> property</span><a class=self-link href=#overflow-clip></a></h2>
142+
<h2 class="heading settled heading" data-level=2 id=containment><span class=secno>2 </span><span class=content>
143+
Strong Containment: the <a class=property data-link-type=propdesc href=#propdef-contain title=contain>contain</a> property</span><a class=self-link href=#containment></a></h2>
144144

145145
<table class="definition propdef"><tr><th>Name:<td><dfn class=css-code data-dfn-type=property data-export="" id=propdef-contain>contain<a class=self-link href=#propdef-contain></a></dfn><tr><th>Value:<td>none | strict<tr><th>Initial:<td>none<tr><th>Applies to:<td>all elements<tr><th>Inherited:<td>no<tr><th>Media:<td>all<tr><th>Computed value:<td>specified value</table>
146146
<p> The <a class=property data-link-type=propdesc href=#propdef-contain title=contain>contain</a> property allows an author to indicate that an element and its contents are,

css-containment/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ <h1>CSS Containment Module Level 3</h1>
22

33
<pre class=metadata>
44
Level: 3
5-
Shortname: css-overflow-clipping
5+
Shortname: css-containment
66
Status: ED
77
Group: csswg
8-
ED: http://dev.w3.org/csswg/css-overflow-clipping/
8+
ED: http://dev.w3.org/csswg/css-containment/
99
Editor: Tab Atkins, Google, http://xanthir.com/contact/
1010
Abstract: This CSS module describes the 'contain' property, which indicates that the element's subtree is independent of the rest of the page. This enables heavy optimizations by user agents when used well.
1111
Ignored Terms: scrollWidth, scrollHeight, clientWidth, clientHeight, formatting context
@@ -28,7 +28,7 @@ <h2 id='intro'>
2828
and allow strong, predictable isolation of a subtree from the rest of the page,
2929
this specification defines a 'contain' property.
3030

31-
<h2 id='overflow-clip'>
31+
<h2 id='containment'>
3232
Strong Containment: the 'contain' property</h2>
3333

3434
<pre class='propdef'>

0 commit comments

Comments
 (0)