From af7a402bd3baeba4fa5b5fb02b4614e77d74887d Mon Sep 17 00:00:00 2001 From: tophf Date: Wed, 17 May 2017 06:21:05 +0300 Subject: [PATCH] csslint warning update --- csslint/WARNING.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/csslint/WARNING.txt b/csslint/WARNING.txt index bf059aff..a92e873f 100644 --- a/csslint/WARNING.txt +++ b/csslint/WARNING.txt @@ -6,7 +6,10 @@ while (lt !== Tokens.COMMA && lt !== Tokens.S && lt !== Tokens.RPAREN && lt !== Tokens.EOF) { -2. Apply our hacks unless supported natively: +2. Apply our hacks unless supported natively + (use git history for the file as this warning may be obsolete): - * Support :any(), :-webkit-any(), :-moz-any() - * Support @supports inside @-moz-document + * bc63ecca support "i" in attribute selector + * 2468784e fix crashing on unclosed calc() at eof + * 3287b79f Support :any(), :-webkit-any(), :-moz-any() + * 4684016a Support @supports inside @-moz-document