We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8276ddf commit 41cf104Copy full SHA for 41cf104
src/browserlib/extract-cssdfn.mjs
@@ -842,7 +842,7 @@ const extractProductionRules = root => {
842
* aliased properties in the second column.
843
*/
844
const extractLegacyProperties = doc =>
845
- [...doc.querySelectorAll('a[href*="#legacy-name-alias"]')]
+ [...doc.querySelectorAll('a[href$="#legacy-name-alias"]')]
846
.map(el => el.parentElement)
847
.map(el => {
848
const dfn = el.querySelector('dfn[data-dfn-type="property"]');
0 commit comments