Skip to content

Commit

Permalink
Remove spec exception for XSLT
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbeck committed Aug 17, 2021
1 parent fdc9acb commit b243bfb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/spec-urls.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ describe('spec_url data', () => {

// Remove if https://github.com/w3c/mathml/issues/216 is resolved
'https://w3c.github.io/mathml/',

// Remove when xpath/xslt data is removed in https://github.com/mdn/browser-compat-data/pull/9830
'https://www.w3.org/TR/xpath-31/',
'https://www.w3.org/TR/xslt-30/',
];

const allowList = new Set([...specsFromBrowserSpecs, ...specsExceptions]);
Expand Down

0 comments on commit b243bfb

Please sign in to comment.