Преглед на файлове

LibWeb: Update CSS resolved values spec link to editor's draft URL

Jelle Raaijmakers преди 7 месеца
родител
ревизия
a7c75f6fdb
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Libraries/LibWeb/CSS/ResolvedCSSStyleDeclaration.cpp

+ 1 - 1
Libraries/LibWeb/CSS/ResolvedCSSStyleDeclaration.cpp

@@ -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".
     // A limited number of properties have special rules for producing their "resolved value".
     // We also have to manually construct shorthands from their longhands here.
     // We also have to manually construct shorthands from their longhands here.
     // Everything else uses the computed value.
     // 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:
     // The resolved value for a given longhand property can be determined as follows:
     switch (property_id) {
     switch (property_id) {