Skip to content

Commit

Permalink
[css-fonts-4] Don't allow overriding the 0xFFFF palette entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Litherum committed Mar 7, 2018
1 parent 9d18319 commit 631e449
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css-fonts-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3567,6 +3567,8 @@ The parsing rules for these descriptors are as follows:

Using these rules, the non-negative integers prefixed with "color-" are valid identifiers.

Integers greater than 65534 in a color-<<integer>> descriptor are invalid.

These descriptors are zero-indexed, so the initial palette in the font is represented by the <code>color-0</code> descriptor.

Using CSS Variables is explicitly expected to be valid in the value of this descriptor.
Expand Down

0 comments on commit 631e449

Please sign in to comment.