[Bug 18355] The validator checks stuff inside /* comments */ in CSS.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=18355

Ville Skytt <ville.skytta@iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Ville Skytt <ville.skytta@iki.fi> 2012-07-28 10:01:15 UTC ---
(In reply to comment #0)
> The validator checks stuff inside /* comments */ in CSS.

As it should. You can fix the validation error by writing your line like this:

font-size: 13px; /* same font size for page nums inside &lt;h&gt;, regular
&lt;p&gt; or in the index */

...but it's often cleaner/better to just use external style sheets instead of
ones inlined in HTML.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Saturday, 28 July 2012 10:01:16 UTC