mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb: Disallow disjointed ligatures component of font-variant
The grammar groups this component together meaning that all sub-components must occur together i.e. `common-ligatures no-contextual small-caps` is valid but `common-ligatures small-caps no-contextual` is not. We also reuse the logic for parsing from the longhand `font-variant-ligatures` property for simplicity.
This commit is contained in:
Notes:
github-actions[bot]
2026-02-20 22:03:50 +00:00
Author: https://github.com/Calme1709 Commit: https://github.com/LadybirdBrowser/ladybird/commit/d97098ec80a Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8034 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -1 +1,2 @@
|
||||
#a { }
|
||||
#b { }
|
||||
|
||||
Reference in New Issue
Block a user