Skip to content

Commit 0880aae

Browse files
committed
[css-containment] Fix markup
1 parent dc01554 commit 0880aae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-containment/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Strong Containment: the 'contain' property</h2>
4848
and allows authors to be confident that their page won't accidentally fall into a slow code path
4949
due to an innocuous change.
5050

51-
<dl dfn-type=value dfn-for=containment>
51+
<dl dfn-type=value dfn-for=contain>
5252
<dt><dfn>none</dfn>
5353
<dd>
5454
This value indicates that the property has no effect.
@@ -57,7 +57,7 @@ Strong Containment: the 'contain' property</h2>
5757

5858
<dt><dfn>strict</dfn>
5959
<dd>
60-
The ''containment/strict'' value indicates that the element is <a>strictly contained</a>,
60+
The ''contain/strict'' value indicates that the element is <a>strictly contained</a>,
6161
so that its contents are guaranteed to have no effect on the rest of the page outside the element's bounds.
6262
</dl>
6363

@@ -72,7 +72,7 @@ Strong Containment: the 'contain' property</h2>
7272

7373
For example, assume a micropost social network had markup something like this:
7474

75-
<pre class='css'>
75+
<pre class='lang-css'>
7676
&lt;body>
7777
&lt;aside class='sidebar'>...&lt;/aside>
7878
&lt;article class='messages'>

0 commit comments

Comments
 (0)