summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/DOM/AttributeNames.h
AgeCommit message (Expand)Author
2020-06-13LibWeb: Add "data" to HTML::AttributeNamesAndreas Kling
2020-06-13LibWeb: Turn <td align> into CSS text-alignAndreas Kling
2020-06-13LibWeb: Add "colspan" to HTML::AttributeNamesAndreas Kling
2020-06-12LibWeb: Add "bgcolor" to HTML::AttributeNamesAndreas Kling
2020-06-03LibWeb: Use HTML::AttributeNames::foo instead of FlyString("foo")Andreas Kling
2020-05-30LibWeb: Use the globals from HTML::AttributeNames in style resolutionAndreas Kling
2020-05-28LibWeb: Parse "input" tags during the "in body" insertion modeAndreas Kling
2020-05-26LibWeb: Add cached global attribute name FlyStringsAndreas Kling