mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 00:29:15 +00:00
LibWeb: Parse place-self property using TokenStream
This commit is contained in:
parent
5a8f57f7b3
commit
513dee04d4
Notes:
sideshowbarker
2024-07-16 23:59:28 +09:00
Author: https://github.com/AtkinsSJ
Commit: 513dee04d4
Pull-request: https://github.com/SerenityOS/serenity/pull/22439
2 changed files with 7 additions and 5 deletions
|
@ -245,7 +245,7 @@ private:
|
|||
RefPtr<StyleValue> parse_overflow_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<StyleValue> parse_place_content_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<StyleValue> parse_place_items_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<StyleValue> parse_place_self_value(Vector<ComponentValue> const&);
|
||||
RefPtr<StyleValue> parse_place_self_value(TokenStream<ComponentValue>&);
|
||||
RefPtr<StyleValue> parse_quotes_value(TokenStream<ComponentValue>&);
|
||||
enum class AllowInsetKeyword {
|
||||
No,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue