Skip to content

Commit

Permalink
LibWeb: Update CSS resolved values spec link to editor's draft URL
Browse files Browse the repository at this point in the history
  • Loading branch information
gmta committed Dec 19, 2024
1 parent 3c6b59c commit 73c4e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/LibWeb/CSS/ResolvedCSSStyleDeclaration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 73c4e46

Please sign in to comment.