File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 <body>
7777 <aside class='sidebar' >...</aside>
7878 <article class='messages' >
You can’t perform that action at this time.
0 commit comments