Search found 370 matches
Wish List
Here is my wish list of features primarily I would like to make HTMLValidator better at spell checking. I have asked many times before and been rejected, however I am eternally optimistic these low priority wishes will eventually percolate to the top. The most important items are at the top of the l...
- Wed Mar 25, 2015 6:20 am
- Forum: CSS (Cascading Style Sheets)
- Topic: background-image
- Replies: 2
- Views: 5793
background-image
When you use a background-image to be repeated to be tiled what is the optimum size of the image?
What I wanted to do was put in some subtle 1px horizontal stripes to make your eye track horizontally more easily
What I wanted to do was put in some subtle 1px horizontal stripes to make your eye track horizontally more easily
- Fri Nov 14, 2014 9:09 am
- Forum: Technical Support
- Topic: new version
- Replies: 1
- Views: 2648
new version
Is there a page explaining what's new in v15?
- Wed Sep 10, 2014 5:18 am
- Forum: General Web Development
- Topic: indexdot.htmlvalidator.com
- Replies: 1
- Views: 3389
indexdot.htmlvalidator.com
http://indexdot.htmlvalidator.com has disappeared. It used to have css and html manuals.
Have they simply moved or are they gone?
Have they simply moved or are they gone?
- Mon Sep 08, 2014 2:46 pm
- Forum: General Web Development
- Topic: HTTPS
- Replies: 13
- Views: 13850
HTTPS
I noticed you switched over to HTTPS: for the HtmlValidator website.
I notice all kinds of websites are doing that. I am puzzled why. I would hardly think the content of these sites was embarrassing, confidential etc. HTTPS: defeats caching. What are the advantages?
I notice all kinds of websites are doing that. I am puzzled why. I would hardly think the content of these sites was embarrassing, confidential etc. HTTPS: defeats caching. What are the advantages?
- Tue Aug 26, 2014 2:42 am
- Forum: Technical Support
- Topic: ⏸
- Replies: 3
- Views: 3944
Re: ⏸
version 14.0500 fixes the problem. Thanks.
Are there any release notes?
Are there any release notes?
- Sat Aug 23, 2014 11:18 am
- Forum: BETA Talk
- Topic: JavaScript
- Replies: 2
- Views: 6484
JavaScript
I am gradually being forced into using JavaScript against my will. One of the disadvantages is the generated HTML is both invisible and not validated.
Is there any way to see the generated code, or to get it validated? perhaps by inserting some dummy functions.s
Is there any way to see the generated code, or to get it validated? perhaps by inserting some dummy functions.s
- Sun Aug 10, 2014 3:51 am
- Forum: Technical Support
- Topic: Bug <PRE
- Replies: 1
- Views: 2662
Bug <PRE
If there is a <PRE section inside a <p>...</p> HTMLValidator will complain the <p> are unbalanced.
I am not sure if PRE is supposed to be allowed in <p>, but if it is not, the error message should say "<PRE must not be nested inside <P>...</P>", not "<P> unbalanced".
I am not sure if PRE is supposed to be allowed in <p>, but if it is not, the error message should say "<PRE must not be nested inside <P>...</P>", not "<P> unbalanced".
- Tue Jul 29, 2014 4:06 pm
- Forum: Technical Support
- Topic: ⏸
- Replies: 3
- Views: 3944
⏸
Hex entity ⏸ generates this message: "⏸" is an invalid character reference. This may be because the '&' character was not escaped as "&". To use a literal ampersand it must be encoded as "&" (even in URLs) because '&' is an escape character in HTML/XHTML. It is an unusual char, two ver...
- Thu May 29, 2014 10:30 am
- Forum: Technical Support
- Topic: Thanks
- Replies: 1
- Views: 2707
Thanks
You gave me three new features to HTMLValidator: caching, to avoid revalidating already validated documents. autoload to automatically load erroneous documents into the editor. close complete to clear the decks of all documents now cleanly validating. They have improved my productivity astoundingly....
- Sat May 17, 2014 6:07 am
- Forum: Other CSS HTML Validator
- Topic: Htmltidy
- Replies: 1
- Views: 5231
Htmltidy
I don't know what influence you have over htmltidy. It has so many options, Oddly though you cannot feed it a wildcard, just a list of individual files.
- Sat May 17, 2014 6:03 am
- Forum: Technical Support
- Topic: Minor bug in Command line parser
- Replies: 3
- Views: 3868
Re: Minor bug in Command line parser
Traditionally an option with out a - might necessarily come and the end, but anything of the form -x can come in any order.
- Fri May 16, 2014 5:07 am
- Forum: Technical Support
- Topic: LightGray
- Replies: 2
- Views: 3658
LightGray
I posted this message message, and it disappeared. HTML Validator complied about "LightGray" in HTML5 saying I should use Silver. LightGray is d3d3d3 and Silver is c0c0c0 so this does not make sense. I changed it to "LightGrey". It was happy. However, I wonder if this is kosher HTML5. I could not fi...
- Sat May 10, 2014 10:15 pm
- Forum: Technical Support
- Topic: Minor bug in Command line parser
- Replies: 3
- Views: 3868
Minor bug in Command line parser
"%HTMLValidatorDir\cmdlineprocessor.exe" -msgwindow batchinstance -b E:\env\htmlval\recent.lst
"%HTMLValidatorDir\cmdlineprocessor.exe" -b E:\env\htmlval\recent.lst -msgwindow batchinstance
The first will work and the second will not..
"%HTMLValidatorDir\cmdlineprocessor.exe" -b E:\env\htmlval\recent.lst -msgwindow batchinstance
The first will work and the second will not..
- Fri May 09, 2014 11:59 pm
- Forum: Technical Support
- Topic: endless loop
- Replies: 1
- Views: 3059
endless loop
I was modifying a lot of files that were already loaded in HTML Validator. It asked me If I wanted to reload them. It went into an endless loop loading the same files over and over. I suggest you put an assertion in there to ensure you don't reload a file more than once, and dump out info that would...