mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 04:25:13 +00:00
LibWeb: Update CSS resolved values spec link to editor's draft URL
This commit is contained in:
parent
e6631a4216
commit
a7c75f6fdb
Notes:
github-actions[bot]
2024-12-21 18:17:15 +00:00
Author: https://github.com/gmta Commit: https://github.com/LadybirdBrowser/ladybird/commit/a7c75f6fdba Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2991
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ RefPtr<CSSStyleValue const> ResolvedCSSStyleDeclaration::style_value_for_propert
|
|||
// A limited number of properties have special rules for producing their "resolved value".
|
||||
// We also have to manually construct shorthands from their longhands here.
|
||||
// Everything else uses the computed value.
|
||||
// https://www.w3.org/TR/cssom-1/#resolved-values
|
||||
// https://drafts.csswg.org/cssom/#resolved-values
|
||||
|
||||
// The resolved value for a given longhand property can be determined as follows:
|
||||
switch (property_id) {
|
||||
|
|
Loading…
Add table
Reference in a new issue