mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-24 09:58:38 +01:00
Update proposals/2422-allow-color-attribute-on-font-tag.md
Co-Authored-By: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
b47de28da5
commit
438ff8fc1d
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue