mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibWeb: Use W3C urls for CSSOM spec links
https://www.w3.org/TR/cssom/ is the more permanent home of the CSSOM specification's latest version, and is up to date with the draft spec. Also, https://drafts.csswg.org/ has been down multiple times recently which made looking things up a pain.
This commit is contained in:
@@ -24,7 +24,7 @@ StyleSheetList::StyleSheetList(DOM::Document& document)
|
||||
{
|
||||
}
|
||||
|
||||
// https://drafts.csswg.org/cssom/#ref-for-dfn-supported-property-indices%E2%91%A1
|
||||
// https://www.w3.org/TR/cssom/#ref-for-dfn-supported-property-indices%E2%91%A1
|
||||
bool StyleSheetList::is_supported_property_index(u32 index) const
|
||||
{
|
||||
// The object’s supported property indices are the numbers in the range zero to one less than the number of CSS style sheets represented by the collection.
|
||||
|
||||
Reference in New Issue
Block a user