Skip to content

Commit 8ed5123

Browse files
committed
[mediaqueries] Editorial: use less informal phrasing.
1 parent 6b07c26 commit 8ed5123

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mediaqueries/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1115,7 +1115,7 @@ <h3 class="heading settled heading" data-level=3.1 id=error-handling><span class
11151115
<p> A media query that does not match the grammar in the previous section must be replaced by <span class=css data-link-type=maybe title="not all">not all</span> during parsing.
11161116

11171117
<p class=note> Note: Note that a grammar mismatch does <strong>not</strong> wipe out an entire <a data-link-type=dfn href=#media-query-list title="media query list">media query list</a>,
1118-
just the <a data-link-type=dfn href=#media-query title="media query">media query</a> that’s messed up.
1118+
just the problematic <a data-link-type=dfn href=#media-query title="media query">media query</a>.
11191119
The parsing behavior defined above automatically recovers at the next top-level comma.
11201120

11211121
<div class=example>

mediaqueries/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ <h3 id=error-handling>
659659
A media query that does not match the grammar in the previous section must be replaced by ''not all'' during parsing.
660660

661661
Note: Note that a grammar mismatch does <strong>not</strong> wipe out an entire <a>media query list</a>,
662-
just the <a>media query</a> that's messed up.
662+
just the problematic <a>media query</a>.
663663
The parsing behavior defined above automatically recovers at the next top-level comma.
664664

665665
<div class='example'>

0 commit comments

Comments
 (0)