Tagged Questions

The W3C Validation tool is used to validate HTML and CSS, to make sure the language syntax is correct and error free. Correct use of this tool solves 90% of HTML problems.

learn more… | top users | synonyms

28
votes
9answers
10k views

Google +1 Button not W3C compliant

So I've been playing with Google's +1 button trying to get it on my website, but it's not W3C compliant. Here's the code: <!-- Place this tag in your head or just before your close body tag ...
18
votes
5answers
351 views

Is there any single tool that runs JSLint, W3C validator (both CSS3 and HTML5) on files in a given directory?

I want a single program that recursively finds all *.js, *.html and *.css files in a given directory and JSLints, and W3C validates them respectively and prints out all errors found. Also it ...
15
votes
7answers
1k views

HTML 5 - Early Adoption Where Possible - Good or Bad?

This question was inspired a bit by this question, in which the most upvoted answer recommended using a feature from HTML 5. It certainly seemed to be a good method to me, but it made me curious ...
9
votes
6answers
7k views

How to validate vendor prefixes like -moz-border-radius / -webkit-border-radius

I use the webkit/mozilla awesome border radius and box shadow CSS properties, but I want the CSS to validate (which it currently does not). Is there a way to get it to validate? ...
9
votes
2answers
2k views

Is there an offline w3c validator tool?

I have a website which is constantly changing and I would like to W3c validate it before deploying to live - are there any tools that can help me with this? An Eclipse plugin would be perfect but I'd ...
8
votes
5answers
5k views

There is no attribute “allowtransparency”

I am looking for some alternate way to do: <iframe transparency=true ... When I do the W3C validation, I am getting the error: Column 31: there is no attribute "allowtransparency" If use ...
8
votes
5answers
584 views

What DOCTYPE should I target today?

I'm refactoring a .Net web application that is in <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > Right now the approach is just to aim for the stars and go for the latest ...
8
votes
5answers
12k views

How do I escape an ampersand in a javascript string so that the page will validate strict?

I am trying to pass a dataString to to an ajax call using JQuery. In the call, I construct the get parameters and then send them to the php page on the receiving end. The trouble is that the data ...
7
votes
2answers
417 views

Facebook meta tags screws up w3c validiation

<meta property="fb:admins" content="10476" /> w3c told me Error Line 10, Column 16: there is no attribute "property" How can I fix it?
7
votes
3answers
561 views

CSS Error: Expected ':' but found '/'. Declaration dropped. Line: 0

I'm getting this one warning/error in all my CSS files for some reason and I can't quite figure it out. When I run my CSS through the W3C Validator ...
7
votes
5answers
114 views

To what point is making an HTML page valid worth it?

Since a long time ago, when I found out about the W3C Validator, I made sure every HTML document I made was valid HTML. However, I think sometimes it just isn't necessary to waste time making it ...
6
votes
8answers
511 views

Is it prudent to add W3C validation icons to a website?

In the past, quite some websites had those little buttons on the bottom of their pages: However, it seems like these have been removed nowadays. Basically, I hardly, if ever, come across those ...
5
votes
5answers
1k views

Why can’t <style> tags within the HTML <body> tag validate on W3C?

I am part of a team that has developed a CMS system. We would like to be able to insert <style> tags within the <body> of an HTML page in a way that validates to W3C standards, as ...
5
votes
2answers
2k views

Why YUI Reset CSS dosen't pass Validation?

I tried to validate my site's CSS using the W3C CSS Validator. Unfortunately, reset-min.css from YUI framework produced parse error on the string " {*font-size:100%; ". The validator results. On ...
4
votes
3answers
75 views

Is valid HTML important past pageload?

I read an article that suggested working around a method that is not strictly valid (target="_blank") by applying the rules after pageload via javascript. That strikes me as a large case of using the ...
4
votes
1answer
417 views

Is <link> (not rel=“stylesheet”) allowed to be used in <body>?

The new schema.org by Google, Yahoo and MS recommends usage of the <link> attribute to display the status of products in an online shop: <div itemscope itemtype="http://schema.org/Offer"> ...
4
votes
1answer
264 views

Are block-level elements allowed inside inline-level elements in HTML5?

For an example Is <a href="#"><h1>Heading</h1></a> valid in HTML5?
4
votes
4answers
282 views

Should I store spaces in my URLs in the database? If so, how do I encode them when putting them into <a href=“…”>?

In my blog, I store URIs on entities to allow them be customised (and friendly). Originally, they could contain spaces (eg. "/tags/ASP.NET MVC"), but the W3C validation says spaces are not valid. The ...
4
votes
4answers
732 views

Why do mozilla and webkit prepend -moz- and -webkit- to CSS3 rules?

CSS3 rules bring lots of interesting features. Take border-radius, for example. The standard says that if you write this rule: div.rounded-corners { border-radius: 5px; } I should get a 5px ...
4
votes
10answers
337 views

Displaying W3C compliance

I think most people agree that complying with W3C standards is a worthwhile pursuit. However, do you advertise the fact that your site is compliant? Are there positives or negatives to doing so? If ...
3
votes
2answers
118 views

Wrong CSS validation error? Aptana studio vs W3-Validator

#header ul li a[title="Über uns"] { background-image:url(images/header.jpg); } is said to be an lexical error by Aptana studio because of the Ü in the first line. The W3-Validator says its valid ...
3
votes
0answers
86 views

jQuery selector gives warning about global scope [closed]

I'm trying to tidy up some nested jQuery ajax calls that I have just written. If move some of the code out into another function I get the following warning upon execution. "Element referenced by ...
3
votes
2answers
171 views

@media queries : getting an error in W3C CSS Validation Service

I tried to fix the width of wrapper div using @media queries according to different screen size where i wrote these lines of code @media screen and (min-width:768px) and (max-width:1023px) { ...
3
votes
4answers
71 views

jquery - div inside script invalidates page

I have the following js code: $('<div id="pips-calc" />').load("/calculator").appendTo('body').dialog(dialogOpts); return false;} W3C does not like this and invalidates the page. The error ...
3
votes
1answer
120 views

Does HTML5 require an action attribute for forms?

I've just run a webpage of mine through the W3C HTML5 validator, and it validates completely, even though the form in it doesn't have an action attribute, which the HTML 4 validator always complains ...
3
votes
4answers
196 views

Why is this Doctype “DIV” not allowed?

I have created this piece of code. <a href="#"> <!-- BEGIN #btnBox .btnBox --> <div id="btnBox2" class="btnBox"> <div class="btnleft"></div> <!-- BEGIN ...
3
votes
1answer
622 views

CSS background gradient validation

I've got a number of CSS styles in my site's stylesheet that use the following, or variations of: background: -webkit-gradient( linear, left bottom, left top, color-stop(0.0, ...
3
votes
4answers
372 views

w3c markup validator ampersand (&) error

Is there any workaround for the w3c validation error for an & present in urls or some other place in HTML markup? It says: & did not start a character reference. (& probably should ...
3
votes
4answers
306 views

Why does this html table definition not validate?

I'm getting this W3C HTML validation error: end tag for "table" which is not finished for this code: <table id="myTable"> </table> This is my DOCTYPE: <!DOCTYPE html PUBLIC ...
3
votes
2answers
53 views

Trouble validating dynamically generated link

The problem is with validating the following link: <link ...
3
votes
4answers
410 views

W3 Failing with <noscript> nested in a DIV tag

I've got my application working great, however I'd LOVE to be able to have it validate completely on W3. My problem is quite simple. I'm using the Bing JS API to attach a Bing Map to a Div tag. ...
3
votes
5answers
513 views

Image border in Strict HTML using CSS

I have the following to display an clickable image (with no border) on a website: <a href="link"><img src="img" border="0" /></a> However this is not strict XHTML 1.0 so I changed ...
3
votes
1answer
2k views

What throws Internet Explorer into quirks mode?

I have created a webpage (http://www.snow4life.yum.pl) that was rendered properly in firefox, chrome etc. Of course dumb IE complicated things, because it enters quirk mode automatically, even though ...
3
votes
2answers
232 views

Should I remove trailing slashes in meta tags?

W3c markup validation is asking me to remove trailing slashes on my page. Is this correct?...and will my page still be compliant in all browsers? <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 ...
3
votes
6answers
224 views

What makes a web site 'finished' for delivery to a client?

Sorry if this question has already been answered, and sorry if it's too subjective to make sense, or for StackOverflow. I'm delivering a site to a client and I want to send them high-quality ...
3
votes
2answers
699 views

alternative to w3 html validator

W3 Validator is barely working for me because of massive packet loss > 60% in ae-0-11.bar1.Boston1.Level3.net are there any good alternatives?
3
votes
3answers
4k views

Possible to add line breaks in a textarea field while keeping it XHTML 1.0 valid?

EDIT: After re-reading my post I think I am being a little bit unclear about what the problem is. Let me try to re-phrase it: Users can leave comments on my site using a textarea field in a form. It ...
3
votes
2answers
232 views

Does a .NET library for the W3C Markup Validator API exist?

I'd like to validate that users of my WPF application are putting proper XHTML into its TextBox control. I found that there's an API for the W3C Markup Validator. It's web page says: Building of ...
2
votes
3answers
33 views

How to W3C validate php image resize script

I use a php image resize script which is invoked using: <img src="/images/image.php?img=test.png&maxw=100&maxh=100" alt="This is a test image" /> but this does not W3C validate. Are ...
2
votes
3answers
32 views

Closing tag with ID property

Question: If I close any html tag in this fashion (Including the id property): <div id="tagid" >...more html ... </div id="tagid" > Will it affect the page, or won't like it, or ...
2
votes
1answer
59 views

Image id as digit causes W3C error [closed]

I am using Drupal 7.9 and the images generate a numerical id automatically. It causes W3C validation error value of attribute "id" invalid: "1" cannot start a name because id attribute doesn't allow a ...
2
votes
3answers
128 views

document type does not allow element “style” here?

Is it possible to pass validation our html in w3 by giving style inside our template page. I am using zend. In my template phtml file i am having styles like <style type="text/css"> .re_mid ...
2
votes
3answers
603 views

Schema.org itemprop causes w3c validator error

After adding the Schema.org to my pages, I got many errors from W3C validator complaining the "itemprop": there is no attribute "itemprop" from code like this: <p ...
2
votes
2answers
122 views

Html purifier clears p tag

For some reason html purifier clears p tags. It happens when p is inside of span tags. For example: <span class=\"large gray content_text article_text\"> <p>111111</p> ...
2
votes
2answers
221 views

How can W3C CSS Validator identify a css3 document?

I'm having a issue! Is there a way to identify a css3 file for the W3C validator? In the HTML5 we put <!DOCTYPE html> but in a CSS file what can we put? When I validate my css file and it ...
2
votes
2answers
400 views

Validation error: Byte-Order Mark found in UTF-8 File

I'm working on a website and while displaying it on Firefox is fine, on IE I've got a lot of problems. I used the w3c validator and I got a lot of strange errors. Here's the link to the website: ...
2
votes
4answers
101 views

Is W3C Validation Important? [closed]

Possible Duplicate: How important is W3C XHTML/CSS validation when finalizing work? I read about validation from many sources and most will say always validate your web page. It is ...
2
votes
3answers
1k views

Validation error “Bad value apple-touch-icon-precomposed for attribute rel on element link: Keyword apple-touch-icon-precomposed is not registered.”

I'm getting this error in w3C HTML 5 validator Line 9, Column 101: Bad value apple-touch-icon-precomposed for attribute rel on element link: Keyword apple-touch-icon-precomposed is not ...
2
votes
2answers
73 views

Do I really have to remove a second, hidden form field from within a label for my HTML to validate?

We have the following code in which we are getting errors in the w3c validator for "Any input descendant of a label element with a for attribute must have an ID value that matches that for attribute." ...
2
votes
4answers
65 views

Is there anything “wrong” with this markup?

Here is the markup I'm using: <ul class="menu"> <li id="planning_menuItem" class="menuItem"><a href="/estate_planning/" title="Estate Planning">Estate ...

1 2 3 4 5