Files
ladybird/Libraries/LibWeb/HTML/Parser/HTMLParser.h
Sam Atkins 73c4b77f68 LibWeb/HTML: Support align attributes on table sections and rows
thead, tbody, tfoot, tr, td, and th all have an `align` presentational
attribute with identical definitions. We previously only supported it
for td and th, and also allowed arbitrary text-align values instead of
the 4 dictated by the spec.
2026-04-30 15:20:22 +02:00

11 KiB