Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

43
votes
14answers
9k views

So what if custom HTML attributes aren't valid XHTML?

I know that is the reason some people don't approve of them, but does it really matter? I think that the power that they provide, in interacting with JavaScript and storing and sending information ...
12
votes
5answers
10k views

XHTML and & (Ampersand) encoding

My website is XHTML Transitional compliant except for one thing: the & (ampersand) in the URL are written as it is, instead of &amp; That is, all my urls in pages are as usual as: <a ...
10
votes
3answers
137 views

Is the DOCTYPE relevant only to the markup or also to the DOM?

Up to what level of abstraction does the <!DOCTYPE> declaration (and content-type) of a document remain relevant? For example, if I'm working with XHTML but want to use an element which is not ...
8
votes
8answers
2k views

Is it wrong to change a block element to inline with CSS if it contains another block element?

I know it's wrong to put a block element inside an inline element, but what about the following? Imagine this valid markup: <div><p>This is a paragraph</p></div> Now add ...
6
votes
4answers
360 views

Is it valid HTML5 to use a single tag for a div?

For example: <div/> instead of <div></div>. I did this and apparently the HTML5 validator passed this as valid. I was wondering it this is actually true? PS: I'm serving page as ...
6
votes
3answers
430 views

Are single quotes valid in HTML/XHTML?

Are single quotes valid in HTML? And more specifically: XHTML strict. <table width="100%"> <table width='100%'>
5
votes
5answers
135 views

Which HTML tags have no content

Some HTML tags like br and hr have no content and cannot have a closing tag. What is the complete set of these tags?
5
votes
6answers
2k views

On jQuery, Metadata, and XHTML Compliance

I want to add some jQuery functionality to our sites where one piece of markup will have a click handler which will need to cause action to happen on another piece of markup, i.e. A is a trigger for ...
4
votes
1answer
89 views

possibly invalid XHTML from a standard Haskell library?

I'm trying to fix a problem with a program that generates XHTML using Haskell from UTF-8 text. The program takes strings of that text and should produce valid XHTML entities but doesn't. I'm importing ...
4
votes
4answers
951 views

Can we place `<img>` inside `<h1>` according to web standards?

Can we place <img> inside <h1> according to web standards? like this <h1> Demo text <img src="anyimage.jpg"/> </h1>
4
votes
2answers
486 views

Why does Javadoc generate non-compliant XHTML?

I just pasted some generated javadoc into an eclipse project, to discover none of the HTML is compliant. There is even cases of closing tags that were never opened. Is there some way to fix this? ...
3
votes
5answers
722 views

Conditional Comments and Valid XHTML

Given the code (which looks like it should be valid): <!--[if lt IE 7]> <style type="text/css" media="screen"> <!-- div.stuff { background-image: none; } ...
3
votes
3answers
705 views

why won't this validate (jquery problem)?

On my site I'm using the jquery cycle plugin for a slideshow with a pager. This example: http://malsup.com/jquery/cycle/pager.html So in the head of my document, I have a script similar to: ...
3
votes
3answers
156 views

Mature and Robust .NET Class to allow/disallow XHTML tags/attributes

I need an extensible class to parse a string and allow certain XHTML tags and attributes. If the given string contains invalid tags, they shall simply be encoded to display on the page as entered. I ...
3
votes
4answers
317 views

Is it still necessary to put a space before closing an empty element in XHTML?

W3C recommends putting a space before the closing tag in XHTML, because this would give a better backwards compability with some browsers, e.g. write <br /> instead of <br/>. But are there ...
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
134 views

What happens when a XHTML DOCTYPE doesn't validate?

Life is good, using XHTML Strict with much success <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ...Then, bam! You toss a Vimeo ...
2
votes
4answers
62 views

How important is it to have a validated site?

Many big website (google.com, apple.com, microsoft.com) are never validated. When the big shots don't do it, is there a reason why others should?
2
votes
1answer
3k views

Rails image_tag not closing image tag

On a rails project I am using the image_tag to generate my image html elements. <%= image_tag("test.jpg", :alt => "test image") %> is generating <img src="test.jpg" alt="test ...
2
votes
3answers
2k views

Why <div style=“width:50%” /> is not rendered in xHTML?

Why <div style="width:50%" /> is not rendered in xHTML? If I do <div style="width:50%"> &nbsp; </div> only then it is rendered. Do I miss something? Will min-width help? I use ...
2
votes
3answers
135 views

How should ajax request html files be formatted?

Im using jquery UI's tabs with ajax. I was wondering if the files that the ajax calls are gonna retrieve are supposed to be formatted starting with <html> or just the minimal html possible cause ...
2
votes
4answers
751 views

xhtml transitional vs strict?

iframes are not supported in xhtml strict. However, in my application I am using php recaptcha which requires the use of iframes. What are the downsides of just switching to xhtml transitional (if ...
2
votes
5answers
748 views

IE8 & FF XHTML error or badly formed span?

I recently have found a strange occurrence in IE8 & FF. The designers where using js to dynamically create some span tags for layout (they were placing rounded corner graphics on some tabs). Now ...
2
votes
3answers
819 views

How to make Resig's micro-templates XHTML compliant?

I have been experimenting with John Resig's micro-template, which works great. However, the mark-up will not pass the XHTML 1.0 Transitional validation test. (Among other things, id attributes yield ...
1
vote
1answer
69 views

How to append style sheet with close element using zend?

I am using zend. When i use below code, <?= $this->headLink() ->appendStylesheet(BASE_URL . 'css/css.css'); ?> This outputs like below with out close element. <link ...
1
vote
5answers
42 views

validate flash in html

Recently i made a site with football betting predictions. I then contacted some bookmakers and got the affiliate links . My problem is that my page doesn't validate with the affiliate code in it. Is ...
1
vote
1answer
28 views

If there a valid way to change text styles within a hyperlink?

I am trying to validate my code as follows: <ul class="work"> <li> <a href="work1.html"> <img src="images/work_1.png" alt="Work 1 Logo" /> <h4>Lorem ipsum ...
1
vote
3answers
289 views

Why do I get a warning from xml:lang attribute?

Aptana gives me a warning saying "<html> has XML attribute xml:lang" Here is the line. What's wrong here? <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
1
vote
3answers
51 views

Developing valid xhtml document from unformed html

I want to develope the valid xhtml doc the input doc is not well formatted i managed to correct some errors but stuck up in condition like <span>......<p></span>...</p> ...
1
vote
2answers
558 views

tfooter doesn't validate for xhtml?

I had my webpage validated for xhtml transitional till I added this table (see below). Since then it doesn't validate and says " document type does not allow element "tfoot" here <tfoot> ...
1
vote
2answers
1k views

How to validate XHTML page that using fb:comments ,xid and <div href>?

I'm actually gettings these errors and I cannot let them fixed. I need some help. I can't found anything on Google, sorry. there is no attribute "href" <div id="audio" ...
1
vote
1answer
226 views

Django Template For Loop Removing <img> Self-Closing

Django's for loop seems to be removing all of my <img> tag's self-closing...ness (/>). In the Template, I have this code: {% for item in item_list %} <li> <a class="left" ...
1
vote
1answer
1k views

UpdatePanel doesn't do partial-page update, and IsInAsyncPostBack is always false

I'm attempting to use an UpdatePanel, but can't get partial-page updates to work. When I look at the ScriptManager's IsInAsyncPostBack property, it's always false. Here's a page that reproduces the ...
1
vote
5answers
367 views

IE's XHTML Compatibility

I'm having a rather heated debate into IE's XHTML Compatibility. The only thing is, I'm unsure if the guy is trolling. Essentially he claims that IE has absolutely no XHTML compatibility, and that a ...
1
vote
5answers
103 views

XHTML correct syntax

I am developing a card board which is 4x3. So I have tryed to do markup with XTHML Transitional. I have used containers mixed with tables. The example for first row: <table> <tr> ...
1
vote
2answers
894 views

How to get this line of jQuery to validate as XHTML strict

I have this bit of jQuery at the top of my page (used for a simple image carousel): $(document).ready(function(){ $("#slider").easySlider({ prevText:'<div ...
1
vote
2answers
578 views

Can we configure Oracle ADF Faces to produce valid XHTML?

We are using Oracle ADF Faces in a new web project. I am always looking for an unobtrusive user experience with progressive enhancement and valid XHTML output. It seems however that ADF Faces produce ...
0
votes
0answers
18 views

Having trouble with Xhtml strict validation in asp.net webforms app with viewstate

this is my doctype: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd"> and it is an asp.net webforms application. So I have a generated ...
0
votes
1answer
26 views

Validating with a REL attribute

I have one last error remaining but I need the rel attribute. Is there a way to have it and still get my code valid? http://validator.w3.org/check?uri=http%3A%2F%2Fkansasoutlawwrestling.com%2F
0
votes
1answer
78 views

How do I parse HTML which includes named ISO-8859-1 entities with Python?

I summarize: minidom appears not to like 8859 named entities; what's an appropriate resolution? Here's code which illustrates my situation: sample = """ <html> <body> ...
0
votes
3answers
203 views

Is HTML5 valid XML?

I am confused. A co-worker turned me on to the possibility that tags ending in />, such as <br /> can still be used in HTML5. I thought that only <br>-style could be used. All of the ...
0
votes
1answer
172 views

Displaying links to Weather sites and other widgets

What is the best tag to use to display widgets such as links to weather sites and Google maps? My old website used <span> with src= very satisfactorily, but src= isn't available for <span> ...
0
votes
5answers
146 views

Xhtml Strict Error, That I cannot figure out

This page is generated through a PHP script, and Here is what the error says: Line 14, Column 8: end tag for "tbody" which is not finished </tbody></table> Most likely, you ...
0
votes
2answers
113 views

Content overlapping when change doctype from HTML to XHTML

I want to change my doctype to XHTML but it breaks all the content in my page, how to resolve the issue..? I'll show you what was the change I've done on my document. from this doc <!DOCTYPE ...
0
votes
2answers
140 views

Adding asp.net control tags to an XML schema file

I have an xsd that describes XHTML documents. However the application I'm working with may have some selected asp.net controls within to the markup at the point is validated. Therefore the validation ...
0
votes
4answers
81 views

Valid link with GET parameters

How can i place valid link with get parameters into my page? When i run validator, it gives error: Line 37, Column 37: reference to entity "p" for which no system identifier could be generated ...
0
votes
6answers
387 views

How to change HTML title in PHP without breaking the XHTML markup validation?

Here is the structure of the web site: PHP index file //my class for analyzing the PHP query $parameter = new LoadParameters(); //what this does is it accesses the database //and according to the ...
0
votes
0answers
133 views

Java HTML parser/validator

We allow people to enter HTML code on our wiki-like site. But only a limited subset of HTML to not affect our styling and not allow malicious javascript code. Is there a good Java library on the ...
0
votes
4answers
101 views

How can I validate optional HTML closing tags and missing /'s?

Are there any freely available tools that would check for things like a missing </p> or <br> (instead of <br />)? Thanks!
0
votes
2answers
476 views

Invalid markup with XFBML and RDFa

EDIT: I switched back to XHTML 1.0 Transitional. It renders fine, but isn't valid. Help is still appreciated. Hello. I am trying to integrate the Facebook plugins into my website, PlugB. To make ...

1 2