E84D add brackets for element in example · w3c/csswg-drafts@7ce2622 · GitHub
Skip to content

Commit 7ce2622

Browse files
committed
add brackets for element in example
1 parent ad270c6 commit 7ce2622

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css3-namespace/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,8 @@ <h2 id=declaration><span class=secno>3. </span>Declaring namespaces: the
290290
--></pre>
291291

292292
<p>The selectors <code>Q|elem</code> and <code>lq|elem</code> in that CSS
293-
file would both match the element <code>qml:elem</code>. (The selector
294-
<code>qml|elem</code> would be invalid.)</p>
293+
file would both match the element <code>&lt;qml:elem&gt;</code>. (The
294+
selector <code>qml|elem</code> would be invalid.)</p>
295295
</div>
296296

297297
<h3 id=syntax><span class=secno>3.1 </span>Syntax</h3>

css3-namespace/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ <h2 id="declaration">Declaring namespaces: the <code>@namespace</code> rule</h2>
181181
<!---->@namespace lq "http://example.com/q-markup";<!--
182182
--></pre>
183183
<p>The selectors <code>Q|elem</code> and <code>lq|elem</code> in that CSS
184-
file would both match the element <code>qml:elem</code>. (The selector
185-
<code>qml|elem</code> would be invalid.)</p>
184+
file would both match the element <code>&lt;qml:elem&gt;</code>. (The
185+
selector <code>qml|elem</code> would be invalid.)</p>
186186
</div>
187187

188188
<h3 id="syntax">Syntax</h3>

0 commit comments

Comments
 (0)