Skip to content

Commit 8c4225d

Browse files
authored
[Editorial] Clarify what "disallowed" values are (w3c#7585)
This text is based on that in Cascade 4.
1 parent 77f40b2 commit 8c4225d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

mediaqueries-4/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,8 @@ Error Handling</h3>
10231023
rather than just treating the ''or'' as an unknown <a>media type</a>.
10241024
</div>
10251025

1026-
An unknown <<mf-name>> or <<mf-value>>, or disallowed <<mf-value>>,
1026+
An unknown <<mf-name>> or <<mf-value>>, or
1027+
a feature value which does not matches the value syntax for that <a>media feature</a>,
10271028
results in the value “unknown”.
10281029
A <<media-query>> whose value is “unknown” must be replaced with ''not all''.
10291030

mediaqueries-5/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,8 @@ Error Handling</h3>
10211021
rather than just treating the ''or'' as an unknown <a>media type</a>.
10221022
</div>
10231023

1024-
An unknown <<mf-name>> or <<mf-value>>, or disallowed <<mf-value>>,
1024+
An unknown <<mf-name>> or <<mf-value>>, or
1025+
a feature value which does not matches the value syntax for that <a>media feature</a>,
10251026
results in the value “unknown”.
10261027
A <<media-query>> whose value is “unknown” must be replaced with ''not all''.
10271028

0 commit comments

Comments
 (0)