diff --git a/csstest.js b/csstest.js index 2c6483f..6d038b6 100644 --- a/csstest.js +++ b/csstest.js @@ -413,7 +413,7 @@ function runTests(filter = '') { var specs = []; var timeBefore = +new Date; - var removedWords = / *(?:\([^)]*\)|:.*|\b(?:CSS|Module)\b)( *)/g; + var removedWords = / *(?:\([^)]*\)|:.*|\b(?:CSS(?! 2)|Module)\b)( *)/g; for (var spec in Specs) { // Filter list of specifications @@ -433,6 +433,8 @@ function runTests(filter = '') { ) { continue; } + } else if (filter === '' && Specs[spec].status && Specs[spec].status['first-snapshot'] === 1998) { + continue; } specs.push({ diff --git a/index.html b/index.html index 832b478..771c45b 100644 --- a/index.html +++ b/index.html @@ -39,10 +39,12 @@