summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/DOM/HTMLBodyElement.cpp
AgeCommit message (Expand)Author
2020-06-04LibWeb: Fix <body> and <img> elements not parsing their class attributeAndreas Kling
2020-03-22LibWeb: Use FlyString for Element tag namesAndreas Kling
2020-03-22LibWeb: Use FlyString for element attribute namesAndreas Kling
2020-03-07LibWeb: Cache the <body background> style image valueAndreas Kling
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling