Skip to content

Commit 41cf104

Browse files
Update src/browserlib/extract-cssdfn.mjs
Co-authored-by: Dominique Hazael-Massieux <dom@w3.org>
1 parent 8276ddf commit 41cf104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browserlib/extract-cssdfn.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@ const extractProductionRules = root => {
842842
* aliased properties in the second column.
843843
*/
844844
const extractLegacyProperties = doc =>
845-
[...doc.querySelectorAll('a[href*="#legacy-name-alias"]')]
845+
[...doc.querySelectorAll('a[href$="#legacy-name-alias"]')]
846846
.map(el => el.parentElement)
847847
.map(el => {
848848
const dfn = el.querySelector('dfn[data-dfn-type="property"]');

0 commit comments

Comments
 (0)