w3c-validation Questions

3

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 regis...
Possie asked 31/5, 2011 at 14:12

4

Solved

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. ...
Artist asked 15/5, 2011 at 11:8

1

Solved

I got this error when validating my page with W3C's validator. Source: <form action="form.php" method="post"> <input type="text"/> </form> Can some...
Brainy asked 3/5, 2011 at 6:38

1

Solved

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, #585858), color-...
Grunenwald asked 19/4, 2011 at 10:57

1

Solved

I often use THEAD, TBODY, and TFOOT elements to divide my data tables into sections that can be addressed separately with CSS. I also understand that there is always an implicit TBODY tag. What pu...
Africanist asked 6/4, 2011 at 23:11

4

Solved

Should we use fieldset even for one search box input? Which we use in header of the site usually?
Cloutman asked 30/4, 2010 at 12:15

7

Just a quick question and I can't find the answer. I heard somewhere that you can't (well you can but it won't conform to w3c standards) have the same z-indexes. Is this true? Can I have two <di...
Goldplate asked 12/3, 2011 at 0:38

2

Solved

First thing: I know that there is interface to W3C validator: http://pear.php.net/package/Services_W3C_HTMLValidator/ But I don't know if I can install it on cheap hosting server. I don't think so....
Flyboat asked 17/2, 2011 at 14:43

5

Solved

Possible Duplicate: Does <STYLE> have to be in the <HEAD> of an HTML document? I am part of a team that has developed a CMS system. We would like to be able to insert &l...
Progression asked 26/1, 2011 at 10:32

4

Solved

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 ...
Jaella asked 14/12, 2010 at 16:36

4

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 "-...
Corot asked 30/11, 2010 at 19:23

4

I got the following warning using the W3C validator: Using experimental feature: HTML5 Conformance Checker What exactly does it mean? That I can't count on this validator?
Deflected asked 21/10, 2010 at 15:36

4

Solved

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 bo...
Only asked 28/5, 2010 at 17:1

3

Solved

I am using the W3C CSS Validator and it says that I have an error with the following code: Property text-wrap doesn't exist : suppress suppress .fieldLabelRed { padding: 0px 2px 0px 2px; margin...
Lubber asked 5/8, 2010 at 15:53

5

Solved

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 lates...
Konikow asked 14/7, 2010 at 20:6

4

Solved

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 v...
Josefajosefina asked 16/6, 2010 at 3:55

5

Solved

Is a div inside a table allowed or not according to W3C?
Miguel asked 4/6, 2010 at 13:30

1

Solved

I get lots of validation errors because of <br /> inside <p>. If I remove the br tags then it works fine. Why is it creating a problem?
Pennell asked 22/4, 2010 at 10:1

2

Solved

While validating my CSS on http://jigsaw.w3.org/css-validator/ I am getting following errors: 1.Property zoom doesn't exist : 1 1. 2.Property -webkit-transition doesn't exist : all 200ms ease-in...
Jeans asked 15/3, 2010 at 10:2

3

Solved

It's valid in XHTML 1.1 and WCAG 2.0 guidelines don't have any info about its usage? I know it's not valid in XHTML 1.0 strict, but if many people are using other things like JavaScript, jQuery, r...
Sculpturesque asked 12/2, 2010 at 7:13

5

Solved

Which is right? This: <h2>heading 2</h2> <p><a href="#" target="_blank" title="Opens in a new window">link 1</a></p> <h2>heading 2 </h2> <p>&l...
Aristocratic asked 28/12, 2009 at 5:39

1

Solved

is -negative margin or padding are invalid CSS aaccording to W3C ?
Rn asked 26/10, 2009 at 5:4

10

Solved

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? ...
Eudora asked 24/4, 2009 at 11:25

4

Solved

Is there any way to fix the error that a JavaScript & causes in w3 validation? The problem is that i have to use && in a if statement and these two &&'s causes errors in w3 vali...
Junction asked 27/9, 2009 at 10:31

2

Solved

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 ...
Chatterbox asked 30/8, 2009 at 20:33

© 2022 - 2024 — McMap. All rights reserved.