Skip to content

Commit 347bcaf

Browse files
committed
[selectors] Add issue about file/folder with same name.
1 parent 4c6b00d commit 347bcaf

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

selectors/Overview.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2800,6 +2800,14 @@ <h3 id=local-pseudo><span class=secno>8.3. </span> The local link
28002800
Style 5 apply to Link 4.) (Relatedly, should a link from a document at an
28012801
opaque URL to itself also match?)
28022802

2803+
<p class=issue> If you're on a server architecture that allows both files
2804+
and folders of the same name at a given level, so that
2805+
"http://example.com/2011" and "http://example.com/2011/" are completely
2806+
different, it seems weird that (as currently specced), they'd both match
2807+
the document's url to 1 path level, even though they don't actually share
2808+
any path segments on your server. Should check with Anne and make sure we
2809+
match the URL spec.
2810+
28032811
<h3 id=the-target-pseudo><span class=secno>8.4. </span> The target
28042812
pseudo-class <a href="#target-pseudo"><code>:target</code></a></h3>
28052813

selectors/Overview.src.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1881,6 +1881,14 @@ <h3 id="local-pseudo">
18811881
to itself? (This would make Style 5 apply to Link 4.)
18821882
(Relatedly, should a link from a document at an opaque URL to itself also match?)
18831883

1884+
<p class='issue'>
1885+
If you're on a server architecture that allows both files and folders of the same name at a given level,
1886+
so that "http://example.com/2011" and "http://example.com/2011/" are completely different,
1887+
it seems weird that (as currently specced),
1888+
they'd both match the document's url to 1 path level,
1889+
even though they don't actually share any path segments on your server.
1890+
Should check with Anne and make sure we match the URL spec.
1891+
18841892

18851893
<h3 id="the-target-pseudo">
18861894
The target pseudo-class <code>:target</code></h3>

0 commit comments

Comments
 (0)