Skip to content

Commit 119c2ec

Browse files
committed
[selectors-4] Clarify that selector matching happens as strings.
1 parent d356472 commit 119c2ec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

selectors/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,8 @@ Data Model</h3>
580580
this may be referred to as the "document tree" or "source document".
581581

582582
Each element may have any of the following five aspects,
583-
which can be selected against:
583+
which can be selected against,
584+
all of which are matched as strings:
584585

585586
<ul>
586587
<li>The element's type (also known as its tag name).

0 commit comments

Comments
 (0)