@@ -1835,7 +1835,6 @@ <h3 id="local-pseudo">
18351835 < p > Path segments are portions of the URL's path that are separated by forward slashes (/).
18361836 If a segment is missing from the document's URL,
18371837 a pseudo-class requiring that segment to match does not match anything.
1838- However, an empty final path segment is ignored.
18391838
18401839 < div class ="example ">
18411840 < p > So, given the links:
@@ -1846,7 +1845,7 @@ <h3 id="local-pseudo">
18461845 < li > < code > <a href="http://www.example.com/2011/03/"> March</a> </ code >
18471846 < li > < code > <a href="http://www.example.com/2011/03/21"> 21 March</a> </ code >
18481847 < li > < code > <a href="https://www.example.com/2011/03/"> March</a> </ code >
1849- < li > < code > <a href="http://example.com/2011/03"> March</a> </ code >
1848+ < li > < code > <a href="http://example.com/2011/03/ "> March</a> </ code >
18501849 </ ol >
18511850 < p > and the styles:
18521851 < ol type =A >
@@ -1855,17 +1854,18 @@ <h3 id="local-pseudo">
18551854 < li > < code > a:local-link(1) {...}</ code >
18561855 < li > < code > a:local-link(2) {...}</ code >
18571856 < li > < code > a:local-link(3) {...}</ code >
1857+ < li > < code > a:local-link(4) {...}</ code >
18581858 </ ol >
18591859 < p > If the document's URL is < code > http://www.example.com/2011/03/</ code > :
18601860 < ol >
18611861 < li > Link 1 would receive Style B
18621862 < li > Link 2 would receive Styles B and C
18631863 < li > Link 3 would receive Styles B, C, and D
1864- < li > Link 4 would also receive Styles A, B, C, and D
1864+ < li > Link 4 would also receive Styles A, B, C, D, and E
18651865 < li > Link 5 would receive Styles B, C, and D
1866- < li > Link 6 would receive Styles B, C, and D
1866+ < li > Link 6 would remain unstyled
18671867 < li > Link 7 would remain unstyled
1868- < li > Style E would not be applied to anything
1868+ < li > Style F would not be applied to anything
18691869 </ ol >
18701870 </ div >
18711871
0 commit comments