html style attribute don't show in the "Valid CSS information" list
Patrick Ausderau <[email protected]> Thu, 13 Sep 2012 12:51:49 +0300
| Newsgroups | gmane.org.w3c.validator.css |
|---|---|
| Message-ID | <CAJgAZmZDOE2ePAPwNCU+UgDO2fgqiPFQtxNJ3GxfATgsCO0fjw@mail.gmail.com> |
Hi, I noticed that the inline CSS information (that are in the style attribute in the html code) don't show in the "Valid CSS information". Is it possible to add that feature/option? Or could you please at least put a mention like: 'the "Valid CSS information" show only the valid CSS that is in the style tag and/or in the external style file but don't show the style attribute content'. Thanks! In more details: In my html code I had a typo in the style attribute (<h3 style="font-variant: small-cap;"> (missing the final 's')). The CSS validator gave me the red light. After fixing it and re-validate, I got the green light; but the now valid CSS "font-variant: small-caps;" was not in the "Valid CSS information" and that confused me. Best regards, -- Patrick