[RESOLVED] Multi-Line Text in Header of Page (v19)

For technical support and bug reports for all editions of CSS HTML Validator, including htmlval for Linux and Mac.
paulp575
Rank IV - Intermediate
Posts: 170
Joined: Tue Aug 09, 2005 1:20 pm
Location: Spokane WA

[RESOLVED] Multi-Line Text in Header of Page (v19)

Post by paulp575 »

I have the following code in the style part of my document:

Code: Select all

*.WIDTH54P                                     /* width of 2-column catalog tables with horizontal catalogs; */
{                                                      /*   may contain one catalog per row */
  WIDTH: 54%;
}
Why is this now considered an error?

The error message is "Unexpected text after selector. This test should be removed or corrected"

In HTML Validator v18 it was not flagged as an error. Are 2-line notes no longer allowed?

Thanks
Last edited by paulp575 on Sat Jun 17, 2023 12:20 am, edited 1 time in total.
paulp575
User avatar
Albert Wiersch
Site Admin
Posts: 3785
Joined: Sat Dec 11, 2004 9:23 am
Location: Near Dallas, TX

Re: Multi-Line Text in Header of Page (v19)

Post by Albert Wiersch »

Sorry about that. It looks like a bug in 2019. I'll get it fixed in the next update.

To work around it in the meantime, if you want, you could move the first comment to before the selector instead of after it.
Albert Wiersch, CSS HTML Validator Developer • Download CSS HTML Validator FREE Trial
paulp575
Rank IV - Intermediate
Posts: 170
Joined: Tue Aug 09, 2005 1:20 pm
Location: Spokane WA

Re: Multi-Line Text in Header of Page (v19)

Post by paulp575 »

Not a problem; will just know it's a bug to be fixed in a future update.

Thanks for your rapid response!
paulp575
User avatar
Albert Wiersch
Site Admin
Posts: 3785
Joined: Sat Dec 11, 2004 9:23 am
Location: Near Dallas, TX

Re: Multi-Line Text in Header of Page (v19)

Post by Albert Wiersch »

You're welcome!

If you'd like to try a hot-fix for this then please send me a private message and I can send you a new DLL to try.
Albert Wiersch, CSS HTML Validator Developer • Download CSS HTML Validator FREE Trial
paulp575
Rank IV - Intermediate
Posts: 170
Joined: Tue Aug 09, 2005 1:20 pm
Location: Spokane WA

Re: Multi-Line Text in Header of Page (v19)

Post by paulp575 »

I'm fine knowing its a bug to be fixed in the future.
paulp575