Skip to content

Commit

Permalink
Adjust hardcoded shortname for CSS 2.1 in dfns extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
tidoust committed Nov 13, 2024
1 parent 7c8b91c commit 8e211b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browserlib/extract-dfns.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ export default function (spec, idToHeading = {}) {

const shortname = (typeof spec === 'string') ? spec : spec.shortname;
switch (shortname) {
case "CSS2":
case "CSS21":
preProcessCSS21();
break;
case "html":
Expand Down

0 comments on commit 8e211b5

Please sign in to comment.