@@ -168,13 +168,13 @@ Selectors Overview</h2>
168168 <tr>
169169 <td><code> E[foo] </code>
170170 <td> an E element with a <code> foo</code> attribute
171- <td> [[#attribute-selectors ]]
171+ <td> [[#attribute-representation ]]
172172 <td> 2
173173 <tr>
174174 <td><code> E[foo="bar"] </code>
175175 <td> an E element whose <code> foo</code> attribute value is
176176 exactly equal to <code> bar</code>
177- <td> [[#attribute-selectors ]]
177+ <td> [[#attribute-representation ]]
178178 <td> 2
179179 <tr>
180180 <td><code> E[foo="bar" i] </code>
@@ -193,7 +193,7 @@ Selectors Overview</h2>
193193 <td> an E element whose <code> foo</code> attribute value is
194194 a list of whitespace-separated values, one of which is
195195 exactly equal to <code> bar</code>
196- <td> [[#attribute-selectors ]]
196+ <td> [[#attribute-representation ]]
197197 <td> 2
198198 <tr>
199199 <td><code> E[foo^="bar"] </code>
@@ -217,7 +217,7 @@ Selectors Overview</h2>
217217 <td><code> E[foo|="en"] </code>
218218 <td> an E element whose <code> foo</code> attribute value is
219219 a hyphen-separated list of values beginning with <code> en</code>
220- <td> [[#attribute-selectors ]]
220+ <td> [[#attribute-representation ]]
221221 <td> 2
222222 <tbody>
223223 <tr>
0 commit comments