Skip to content

Commit 17bd74a

Browse files
committed
[selectors] markup tweak
1 parent 4868636 commit 17bd74a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

selectors/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1474,12 +1474,12 @@ Attribute presence and value selectors</h3>
14741474
Represents an element with the <code>att</code> attribute,
14751475
whatever the value of the attribute.
14761476

1477-
<dt>''[att=val]''
1477+
<dt><css>[att=val]</css>
14781478
<dd>
14791479
Represents an element with the <code>att</code> attribute
14801480
whose value is exactly "val".
14811481

1482-
<dt>''[att~=val]''
1482+
<dt><css>[att~=val]</css>
14831483
<dd>
14841484
Represents an element with the <code>att</code> attribute
14851485
whose value is a <a href="#whitespace">whitespace</a>-separated list of words,
@@ -1490,7 +1490,7 @@ Attribute presence and value selectors</h3>
14901490
Also if "val" is the empty string,
14911491
it will never represent anything.
14921492

1493-
<dt>''[att|=val]''
1493+
<dt><css>[att|=val]</css>
14941494
<dd>
14951495
Represents an element with the <code>att</code> attribute,
14961496
its value either being exactly "val"

selectors/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1712,12 +1712,12 @@ <h3 class="heading settled" data-level=6.1 id=attribute-representation><span cla
17121712
Represents an element with the <code>att</code> attribute,
17131713
whatever the value of the attribute.
17141714

1715-
<dt>''[att=val]''
1715+
<dt><span class=css>[att=val]</span>
17161716
<dd>
17171717
Represents an element with the <code>att</code> attribute
17181718
whose value is exactly "val".
17191719

1720-
<dt>''[att~=val]''
1720+
<dt><span class=css>[att~=val]</span>
17211721
<dd>
17221722
Represents an element with the <code>att</code> attribute
17231723
whose value is a <a href=#whitespace>whitespace</a>-separated list of words,
@@ -1728,7 +1728,7 @@ <h3 class="heading settled" data-level=6.1 id=attribute-representation><span cla
17281728
Also if "val" is the empty string,
17291729
it will never represent anything.
17301730

1731-
<dt>''[att|=val]''
1731+
<dt><span class=css>[att|=val]</span>
17321732
<dd>
17331733
Represents an element with the <code>att</code> attribute,
17341734
its value either being exactly "val"

0 commit comments

Comments
 (0)