Files
ladybird/Libraries/LibWeb
Andreas Kling ec1891837f LibWeb: Fix <body> and <img> elements not parsing their class attribute
Subclasses that override Element::parse_attribute() must always call to
base class since otherwise we might forget to parse some attributes.

This makes class selectors work on <body> and <img> elements. :^)
2020-06-04 16:04:52 +02:00
..
2020-05-14 20:15:18 +02:00
2020-06-01 21:58:29 +02:00