Update proposals/2422-allow-color-attribute-on-font-tag.md

Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
DeepBlueV7.X 2020-03-07 18:34:07 +00:00 committed by GitHub
parent b760ec2d74
commit 2d85422a2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ Add the `color` attribute to the allowed attributes of `<font>` in section
## Potential issues
- We now have a redundant attribute in the spec. While it matches, what the
- We now have a redundant attribute in the spec. While it matches what the
clients currently do, it may be better to fix each client instead.
- Clients may not sanitize the color attribute and will let other color values
through, increasing compatibility issues again.