Skip to content

Commit 40b0de7

Browse files
authored
[css-values-5] Allow 'revert-rule' in the 'all' shorthand (#13059)
This was simply overlooked in #12992.
1 parent e53efc1 commit 40b0de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-cascade-5/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ Resetting All Properties: the 'all' property</h3>
431431

432432
<pre class="propdef shorthand">
433433
Name: all
434-
Value: initial | inherit | unset | revert | revert-layer
434+
Value: initial | inherit | unset | revert | revert-layer | revert-rule
435435
</pre>
436436

437437
The 'all' property is a <a>shorthand</a>

0 commit comments

Comments
 (0)