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

Co-Authored-By: Travis Ralston <travpc@gmail.com>
This commit is contained in:
DeepBlueV7.X 2020-03-05 21:02:09 +00:00 committed by GitHub
parent b47de28da5
commit 438ff8fc1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# MSC2422: Allow `color` as attribute for `<font>` in messages
Currently the spec requires you to use `data-mx-color` instead of the standard
Currently the spec recommends that you to use `data-mx-color` instead of the standard
`color` html attribute for the `<font>` tag. This is probably done to make it
consistent with `<span>`, where you may not want to allow a generic style tag for.
@ -35,4 +35,3 @@ Add the `color` attribute to the allowed attributes of `<font>` in section
- Add a section to tell the clients to prefer `color` over `mx-data-color`
- Spec an entirely different format for messages (that would probably not make
this proposal obsolete)