Skip to content

Commit 770a361

Browse files
committed
[css-contain-1] make links specific to level 1
1 parent 97cc7a6 commit 770a361

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

css-contain-1/Overview.bs

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Shortname: css-contain
55
Status: ED
66
Work Status: completed
77
Group: csswg
8-
ED: https://drafts.csswg.org/css-contain/
8+
ED: https://drafts.csswg.org/css-contain-1/
99
TR: https://www.w3.org/TR/css-contain-1/
1010
Previous Version: https://www.w3.org/TR/2019/CR-css-contain-1-20190430/
1111
Previous Version: https://www.w3.org/TR/2018/CR-css-contain-1-20181108/
@@ -16,7 +16,7 @@ Previous Version: https://www.w3.org/TR/2017/WD-css-contain-1-20170221/
1616
Editor: Tab Atkins, Google, http://xanthir.com/contact/, w3cid 42199
1717
Editor: Florian Rivoal, On behalf of Bloomberg, https://florian.rivoal.net/, w3cid 43241
1818
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.
19-
Status Text: A <a href="https://drafts.csswg.org/css-contain/issues-2019-cr.html">Disposition of Comments</a> and an <a href="https://drafts.csswg.org/css-contain/implementation-report-2019-09">Implementation Report</a> are available.
19+
Status Text: A <a href="https://drafts.csswg.org/css-contain-1/issues-2019-cr.html">Disposition of Comments</a> and an <a href="https://drafts.csswg.org/css-contain-1/implementation-report-2019-09">Implementation Report</a> are available.
2020
WPT Path Prefix: css/css-contain/
2121
</pre>
2222
<pre class="anchors">
@@ -894,14 +894,14 @@ This appendix is <em>informative</em>.
894894
<h3 id="2018-11-08-changes">Changes from the
895895
<a href="https://www.w3.org/TR/2018/CR-css-contain-1-20181108/">Candidate Recommendation of 08 November 2018</a></h3>
896896

897-
<p>A full <a href="https://drafts.csswg.org/css-contain/issues-2018-11-cr.html">Disposition of Comments</a> is available.
897+
<p>A full <a href="https://drafts.csswg.org/css-contain-1/issues-2018-11-cr.html">Disposition of Comments</a> is available.
898898

899899
* Exclude [=style containment=] from ''contain: strict'' and ''contain: content'', and mark it at risk.
900900

901901
<h3 id="2018-05-24-changes">Changes from the
902902
<a href="https://www.w3.org/TR/2018/CR-css-contain-1-20180524/">Candidate Recommendation of 24 May 2018</a></h3>
903903

904-
<p>A full <a href="https://drafts.csswg.org/css-contain/issues-2018-cr.html">Disposition of Comments</a> is available.
904+
<p>A full <a href="https://drafts.csswg.org/css-contain-1/issues-2018-cr.html">Disposition of Comments</a> is available.
905905

906906
* Clarify that layout containment causes overflow to be treated as ink overflow only when visible (or clip)
907907
* Layout containment suppresses baseline alignment, but size containment does not
@@ -916,7 +916,7 @@ This appendix is <em>informative</em>.
916916
<h3 id="2017-08-08-changes">Changes from the
917917
<a href="https://www.w3.org/TR/2017/CR-css-contain-1-20170808/">Candidate Recommendation of 8 August 2017</a></h3>
918918

919-
<p>A full <a href="https://drafts.csswg.org/css-contain/issues-2017-cr.html">Disposition of Comments</a> is available.
919+
<p>A full <a href="https://drafts.csswg.org/css-contain-1/issues-2017-cr.html">Disposition of Comments</a> is available.
920920

921921
<ul>
922922
<li>Clarify to which box paint containment clips (<a href="https://github.com/web-platform-tests/wpt/pull/10549/commits/5b92ee3c170e3be239937a3ae069f37655ff6671">see tests</a>).
@@ -937,7 +937,7 @@ This appendix is <em>informative</em>.
937937
<h3 id="2017-04-19-changes">Changes from the
938938
<a href="https://www.w3.org/TR/2017/WD-css-contain-1-20170419/">Working Draft of 19 April 2017</a></h3>
939939

940-
<p>A <a href="https://drafts.csswg.org/css-contain/issues-2017.html">Disposition of Comments</a> covering this draft and the previous one together is available.
940+
<p>A <a href="https://drafts.csswg.org/css-contain-1/issues-2017.html">Disposition of Comments</a> covering this draft and the previous one together is available.
941941

942942
<ul>
943943
<li>Clarify the interaction with display: contents

0 commit comments

Comments
 (0)