Tagged Questions
0
votes
2answers
109 views
validation error there is no attribute “XMLNS”
I am getting this error from w3.org validation
Error Line 2, Column 13: there is no attribute "XMLNS"
<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.0">
You have used the ...
-2
votes
1answer
28 views
W3C Validator thinks site is using XHTML; it's not [closed]
The Renfrewshire Council website uses the HTML4.01 DOCTYPE, as below.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
When this site is run through ...
0
votes
2answers
92 views
Validation php code error W3C [closed]
I have problem with tr when I valdite in w3c it gives me
//Display table of users
echo "<table cellspacing='15'>";
echo "<th>Id </th>";
echo ...
0
votes
1answer
43 views
xhtml compliance error handler event like html compliance onerror event to handle empty image
the following blocks of code hide the placeholder (imagecontent) of dynamically populated empty images and their captions:
<head>
<script type="text/javascript">
function ...
0
votes
2answers
143 views
Problems with “onload” and XHTML Validation
My name is Manuel, I am a web design student and am starting to take my first steps with web design. Recently I tried to validate
this site:
http://accesosnormalizados.com
I used the W3C ...
0
votes
3answers
37 views
Coding A Valid Unordered List
Trying to have my website w3 clean and using this website to do the validations http://validator.w3.org/. The problem is I am having trouble with my unordered lists. Here is the site to view the full ...
1
vote
4answers
110 views
Difference between HTML Document Type and Content type?
Could someone help me understand the difference between document type and content type of an html/xhtml page?
I know that document type is used by the browsers to determine which ...
-1
votes
3answers
150 views
Validating javascript event handler inside html DIV
i'm using the following javascript event handler to handle dynamically populated unavailable images in the database.
<head>
<script type="text/javascript">
function ...
0
votes
1answer
105 views
W3C Validator Error
When I use W3c validater for checking my site it shows
"required attribute "alt" not specified" and also
" The attribute given above is required for an element that you've used, but you have ...
0
votes
0answers
40 views
Validiting encoded facebook url
A DTD XHTML 1.0 Transitional document contains the following example of encoded url linked to facebook page
...
0
votes
2answers
61 views
XHTML W3C Compliance, multiple information in src attribute
We are building an image carousel, it displays clickable thumbnails that when clicked, displays the actual image. We therefore need both url to appears in the Html. Since there is no ...
0
votes
2answers
121 views
W3C shows html markup in javascript as an error
Getting an error in W3C validator. I append a html statement using query. However, I get this error in W3C:
character "'" is not allowed in the value of attribute "id"
$('<tr id="condition' + ...
0
votes
2answers
656 views
Byte-Order Mark found in UTF-8 File. W3C Validation Error
I have created a web site which is valid to strict XHTML and passes the validation, but the W3C validator tells me I have a note (error):
Byte-Order Mark found in UTF-8 File.
The Unicode ...
0
votes
2answers
233 views
Fix Html / Xhtml Markup Errors?
Is there a tool to help fix Html errors and warnings? I just checked my code against the W3 Validator and found hundreds of errors and warnings.
Preferably something that can work with php
1
vote
1answer
262 views
W3C validation problems with FB meta tags + iframes [duplicate]
Possible Duplicate:
Facebook Connect Won’t Validate
I'm working on making our site W3C compliant. Here's the problem:
The "meta property ..." tags require the XHTML+RDF doctype. I use the ...
0
votes
3answers
939 views
XHTML document type does not allow element “style” in body
I have a document using XHTML Transitional. In the body I use a <noscript> tag with a <style type="text/css">.
I know that <style type="text/css"> is only allowed in the ...
0
votes
1answer
579 views
HTML Strict validation is not recognizing my imported documents?
I am just validating my webpage and working through the errors. the scenario I have is that I have the structure where I import a header file, through <?php include ('header.php') ?> and also ...
0
votes
1answer
489 views
XHTML Mobile 1.0 - W3C Validation Invalid because of Script
I'm trying to put Google Analytics in my Mobile web page, but seems like I'm hitting a big problem.
When trying to validate via the W3C Validator, the script tag arount the Google Analytics code is ...
0
votes
1answer
313 views
W3C validation error: “NET-enabling start-tag not immediately followed by null end-tag” and others
I have the following code that's giving me errors when being validated:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html ...
3
votes
2answers
964 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) {
...
2
votes
4answers
1k views
Is W3C Validation Important? [duplicate]
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 ...
4
votes
3answers
3k 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
...
3
votes
1answer
950 views
Why do internal TABLE sections have to go THEAD TFOOT TBODY to validate?
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 ...
2
votes
4answers
75 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
vote
2answers
85 views
Character entities in XHTML 1.0 metadata?
For my title, keywords and description fields on a page with an XHTML 1.0 Doctype what is the correct usage for non-ascii characters like – é etcetera? Do crawlers and social media sites ...
0
votes
2answers
213 views
Javascript and W3C validity?
I have the impression that the use of javascript often breaks W3C xhtml/css validity. Is this true? If so, why and is there a way for me to use javascript in my webpages and still have them be W3C ...
3
votes
2answers
2k views
X/Html Validator in PHP
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.
I ...
0
votes
3answers
397 views
HTML classes and IDs with with $ or non alpha numeric characters
I'm looking at some site code on an XHTML doctype and from what I'm seeing the framework is ASP.net. The IDs in the HTML has a "$" in there.
For example:
<img ...
0
votes
2answers
92 views
Both code are perfectly valid , but which is semantically correct?
Both code are perfectly valid , but which is semantically correct?
It has <p>
<ol>
<li>
<h2>heading level 2</h2>
<p>
some long ...
0
votes
2answers
113 views
Systematic HTML tags validation
Is there an offline tool that can verify whether certain tags possess particular attributes?
I'm looking for something that can verify that all:
form tags have a name attribute.
div, and span tags ...
3
votes
2answers
82 views
Trouble validating dynamically generated link
The problem is with validating the following link:
<link ...
0
votes
2answers
1k views
XHTML w3c validation error “reference to non-existent ID ”xxxxx“”
For this portion of code
<label for="gender">I am:</label>
<select class="select" name="sex" id="sex">
<option value="0">Gender:</option>
<option ...
1
vote
2answers
764 views
W3C-Validation problem with overlapping form and div-tags
I'm having problems with validating this code with the W3 validator.
The problem is with the <form> tag.
I need the <form> tag to overlap several <div> and <span> tags because ...
10
votes
4answers
9k 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 ...
5
votes
3answers
2k views
how to validate noscript+meta refresh tag in xHTML?
For visitors that don't support JS I'm redirecting them to a certain page "js.html"
For this I have the following in all my files:
<noscript>
<meta http-equiv="Refresh" ...
6
votes
4answers
2k views
Is it necessary to have <tbody> in every table?
Is it necessary to have <tbody> in every table? According to Standards.
1
vote
3answers
446 views
Why this code showing error in W3C validator?
Why this code showing error in W3C validator "character data is not allowed here"
<blockquote>all visible objects, man, are but as pasteboard masks.
But in each event -- in the living ...
-1
votes
5answers
387 views
Is this idea good, one conditional css for all IE version?
Is this idea good? instead of making different conditional stylesheet for different versions.
One conditional css for all IE version
<!--[if IE]>
<link rel="stylesheet" type="text/css" ...
4
votes
4answers
1k views
Should we use fieldset even for one search box input?
Should we use fieldset even for one search box input? Which we use in header of the site usually?
3
votes
4answers
1k views
You have no background-color set (or background-color is set to transparent) but you have set a color. Make sure that cascading of colors keeps the text reasonably legible
I'm getting this Warning (it's not a error, my CSS is valid).
I choosed full report just to check to validate
You have no background-color set (or
background-color is set to
transparent) but ...
-2
votes
2answers
1k views
Validatation error “Value Error : background-position Too many values or values are not” How to solve?
Why is the validation returning this error. How to resolve it?
ul#navigation li#navigation-3 a.current
Value Error : background-position Too
many values or values are not
recognized : ...
0
votes
2answers
250 views
Is W3C Valid XHTML and CSS Code, Semantic and Accessible Mark-up enough for site's SEO in general?
I created a web-site for a client with W3C Valid XHTML and CSS Code, Semantic and Accessible Mark-up and I had said to client my code will be SEO friendly. Theyway i code it will be good for your site ...
0
votes
4answers
168 views
What is the practical benefit to keep CSS 100% validated?
What is the practical benefit to keep CSS 100% validated (not using any hacks), for client's projects.? even if there is no cross browser problem.
And what type of problem i can face in future if i ...
3
votes
3answers
2k views
element “iframe” undefined - Errors found while checking this document as XHTML 1.0 Strict!
My website http://sbmcrushers.net can't pass XHTML strict validation. What should I do?
Maybe I can use:
<object data="include/index.html" type="text/html"
style="border:none; width:960px; ...
2
votes
3answers
437 views
Are inline style bad for screen readers?
Example
<span style="BACKGROUND-COLOR: #ffd700">Background color</span>
How screen reader handle inline css ? is there any other cons of inline CSS except css management?
Inline styles ...
0
votes
2answers
81 views
Is it ok if everything is looking ok but X/HTML and CSS are not valid , for CMS's Admin/control panel?
Is it OK if everything looking OK but HTML and CSS are not valid , for CMS Admin/control panel?
Should we only consider Web-standards for site, not necessary for site-management tools?
for example
...
2
votes
4answers
2k views
<td align=“left” valign=“top”> Why does this generate no error in the W3C validator?
<td align="left" valign="top">
Generates no validation errors, does it mean both are valid?
1
vote
1answer
112 views
What is the quickest way to test validity of any xhtml css code snippet in W3C validator?
What is the quickest way to test validity of any xhtml css code snippet (not whole page} in W3C validator? and give link of that test in forum/question/discussion.
code snippet like this
<ul>
...
6
votes
3answers
9k views
Wrong example of nested <ul> <li> on very well known web design tutorial site [closed]
http://www.webdesignfromscratch.com/html-css/html-lists.php on this page's example of nested Unordered lists <ul> list's code is not validating on W3C validation
this is a code of this page ...
3
votes
3answers
1k views
Why is target=“_blank” not advisable to use with XHTML?
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, rel ...