mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:27:35 +00:00
LibWeb: Move ComponentValue to CSS::Parser namespace
This commit is contained in:
parent
c449cabae3
commit
fff2c35f51
11 changed files with 26 additions and 23 deletions
|
@ -12,9 +12,11 @@
|
|||
#include <LibWeb/CSS/Parser/Token.h>
|
||||
|
||||
namespace Web::CSS {
|
||||
|
||||
class StyleBlockRule;
|
||||
class StyleFunctionRule;
|
||||
}
|
||||
|
||||
namespace Web::CSS::Parser {
|
||||
|
||||
// https://www.w3.org/TR/css-syntax-3/#component-value
|
||||
class ComponentValue {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue