LibWeb: Split IdentifierStyleValue out of StyleValue.{h,cpp}

This commit is contained in:
Sam Atkins 2023-03-24 15:04:24 +00:00 committed by Linus Groh
parent d39788556a
commit 76de017a51
Notes: sideshowbarker 2024-07-18 00:41:35 +09:00
15 changed files with 276 additions and 230 deletions

View file

@ -5,6 +5,7 @@
*/
#include <LibWeb/Bindings/Intrinsics.h>
#include <LibWeb/CSS/StyleValues/IdentifierStyleValue.h>
#include <LibWeb/HTML/HTMLTableCaptionElement.h>
namespace Web::HTML {