mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
LibWeb/CSS: Remove redundant font-face src parsing code
We now always parse this as a descriptor.
This commit is contained in:
parent
5f6972fc31
commit
5aeaeb3097
Notes:
github-actions[bot]
2025-04-07 09:01:41 +00:00
Author: https://github.com/AtkinsSJ
Commit: 5aeaeb3097
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4224
3 changed files with 0 additions and 116 deletions
|
@ -123,8 +123,6 @@ public:
|
|||
|
||||
Optional<ComponentValue> parse_as_component_value();
|
||||
|
||||
Vector<ParsedFontFace::Source> parse_as_font_face_src();
|
||||
|
||||
Vector<ComponentValue> parse_as_list_of_component_values();
|
||||
|
||||
static NonnullRefPtr<CSSStyleValue> resolve_unresolved_style_value(ParsingParams const&, DOM::Element&, Optional<PseudoElement>, PropertyID, UnresolvedStyleValue const&);
|
||||
|
@ -226,9 +224,6 @@ private:
|
|||
|
||||
OwnPtr<GeneralEnclosed> parse_general_enclosed(TokenStream<ComponentValue>&, MatchResult);
|
||||
|
||||
template<typename T>
|
||||
Vector<ParsedFontFace::Source> parse_font_face_src(TokenStream<T>&);
|
||||
|
||||
enum class AllowBlankLayerName {
|
||||
No,
|
||||
Yes,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue