We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c61070 commit 80f4070Copy full SHA for 80f4070
css-contain-1/Overview.bs
@@ -124,7 +124,7 @@ Strong Containment: the 'contain' property</h2>
124
125
For example, assume a micropost social network had markup something like this:
126
127
- <pre class='lang-css'>
+ <pre><code highlight=markup>
128
<body>
129
<aside>...</aside>
130
<section>
@@ -141,7 +141,7 @@ Strong Containment: the 'contain' property</h2>
141
…
142
</section>
143
</body>
144
- </pre>
+ </code></pre>
145
146
There are probably a <em>lot</em> of messages displayed on the site,
147
but each is independent and won't affect anything else on the site.
0 commit comments