Skip to content

Commit

Permalink
Drop another no-longer-needed filter
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed Aug 28, 2021
1 parent 21ea635 commit f5384f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nu/validator/messages/MessageEmitterAdapter.java
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,6 @@ public class MessageEmitterAdapter implements ErrorHandler {
// (non-)errors for features the CSS checker doesn’t support yet
".*Unknown pseudo-element or pseudo-class \u201C::?file-selector-button\u201D.*", //
".*leader(.+)is not a \u201Ccontent\u201D value.*", //
".*“button” is not a “appearance” value.*", //
".*“text” is not a “background-clip” value.*", //
".*“conic-gradient[^”]+” is not a “background-color” value.*", //
".*“woff” is not a “format” value.*", //
Expand Down

0 comments on commit f5384f4

Please sign in to comment.