diff options
author | Andreas Kling <kling@serenityos.org> | 2020-06-04 16:04:52 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-06-04 16:04:52 +0200 |
commit | ec1891837fd2aeec9b644ca1b70caf6f026e305a (patch) | |
tree | b21b07ab3b6fe34aa1a3feab927ff6733a6a0ec6 /Libraries/LibWeb/CMakeLists.txt | |
parent | 5be613c9c85bb0bcfea251bd891b505b91de4869 (diff) | |
download | serenity-ec1891837fd2aeec9b644ca1b70caf6f026e305a.zip |
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. :^)
Diffstat (limited to 'Libraries/LibWeb/CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions