mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:47:36 +00:00
LibWeb: Turn <td align> into CSS text-align
Note that align=center and align=middle both behave like the <center> element, and not like text-align:center.
This commit is contained in:
parent
07ccaa1934
commit
7e8945601a
4 changed files with 15 additions and 0 deletions
|
@ -55,6 +55,7 @@ void initialize();
|
|||
__ENUMERATE_HTML_ATTRIBUTE(defer) \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(bgcolor) \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(size) \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(align) \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(colspan)
|
||||
|
||||
#define __ENUMERATE_HTML_ATTRIBUTE(name) extern FlyString name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue