mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-29 07:48:47 +00:00
LibWeb: Implement "preserves overrides" property of editing commands
This commit is contained in:
parent
e21ee10b3c
commit
2b6a14c5ee
Notes:
github-actions[bot]
2025-01-10 22:38:22 +00:00
Author: https://github.com/gmta
Commit: 2b6a14c5ee
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3216
9 changed files with 315 additions and 80 deletions
|
@ -26,7 +26,7 @@ enum class Mode {
|
|||
};
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/rendering.html#rules-for-parsing-a-legacy-font-size
|
||||
static Optional<CSS::Keyword> parse_legacy_font_size(StringView string)
|
||||
Optional<CSS::Keyword> HTMLFontElement::parse_legacy_font_size(StringView string)
|
||||
{
|
||||
// 1. Let input be the attribute's value.
|
||||
// 2. Let position be a pointer into input, initially pointing at the start of the string.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue