xhtml

Checking well-formedness of html code with jQuery

Hi, I have developed a jquery plugin for facilitating Ajax requests. For debugging purposes, I'd also like it to optinally check dynamically loaded html / xhtml code for well-formedness. Is there any easy to do that with jQuery? Thanks, Adrian ...

After WCAG 2.0, Should we follow any guideline of WCAG 1.0?

WCAG 2.0 is released should we follow only WCAG 2.0 guideline or we should combination of both no need to consider WCAG 1.0 now? or if I'm considering WCAG guideline then do i need to consider any other guideline along with WCAG like RNIB, DDA Act, Section 508 etc. or if I'm already considering WCAG guideline then no need to look at oth...

color code in X/HTML , CSS..

In how many ways we can give color info in X/HTML, css? I know some Hex color name rgba is there any other method? and which method is preferred to use and which not? Please give explanation. ...

Should we only use Web-Safe Colors while in design/coding/development for website/apps?

Should we only use Web-Safe Colors while in design/coding/development for website/apps? ...

Is it really possible to achieve grade "A" in yahoo's yslow for all things for a dynamic/CMS website?

Is it really possible to achieve grade "A" in yslow for all things for a dynamic and CMS(PHP/Asp.net) based websites? and using same server. http://developer.yahoo.com/yslow/help/index.html#performance_view ...

XSLT transformation to produce valid XHTML: a namespace issue

I have seen this resource link text but I still have troubles generating a valid XHTML document using MSXML parser. I have in input the following document: <?xml version="1.0" encoding="UTF-8" ?> - <html xml:lang="it" xmlns="http://www.w3.org/1999/xhtml"&gt; - <head xmlns=""> <meta http-equiv="Content-Type" content="text/html; c...

Which method is prefered to just show 2 links vertically?

Which method is preferred to just show 2 links vertically, one over another? in content page (not as a navigation). This (although i don't need bullets) <p> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown ...

Are Custom Attributes OK in XHTML

Hi Guys I understand that according to the HTML specification, it's invalid to add custom attributes to elements. Is this also invalid with XHTML? I thought XHTML was part of the XML family, and as such was extensible. Being extensible, isn't it ok to use custom attributes? Dave ...

How to Make an OS X Style Search in XHTML/CSS

Any way to make a OS X Finder "like" but valid XHTML/CSS search textfield with an X to the right, etc.? Even if it only shows up on Safari but degrades that would be fine. I've seen a couple of examples but they seem very complicated. ...

Should we always consider how page will look without CSS?

If yes then presentational elements would be helpful in this condition so should we use those? <b>…</b> , <i>…</i>, <big>…</big>, <small>…</small>, <tt>…</tt>, <hr /> These are valid tags ...

When we should use <dl> over <ul>?

In what scenarios we should go for <dl> not <ul>? Does it matter for screen reader user <ul> or <dl>? does screen reader software notify user about content is in <ul> or <dl>? ...

Is it ok to use cellpadding="2" cellspacing="2" in <table>?

Is it ok to use cellpadding="2" cellspacing="2" in ? of these are not recommnded by W3C and not right according to web standards? What are alternative in CSS? Update and is it also ok to use <td align="right" valign="top">? My question is in terms of separation of content and presentation and w3c recommendations. Update: Accordin...

Please explain rowspan and colspan, col and colgroup

Can anyone explain rowspan and colspan, col and colgroup? And are these W3C valid and semantically correct? Under which circumstances are these useful? ...

Is there any deprecated elements and properties checker (according to w3c) like w3c validator?

Is there any deprecated elements and properties checker (according to w3c) like w3c validator? ...

on how many elements Width="...." attribute is deprecated/non-valid in XHTML 1.0 strict?

on how many elements Width="...." is attribute deprecated/non-valid in XHTML 1.0 strict? and where not? After seen David's link i screenshoted the information of width ...

how to w3c validate a target="_blank"

The title says it all. Does anyone have a sollution? ...

jQuery - Tabs - Need a little help/direction.

Once again, I have a question about jQuery, but I'm doing my best to learn, but sometimes tutorials don't give me everything I need. I'm trying to make a set of tabs work, however, nothing seems to be working.. Here's the code I'm working with: HTML: <!-- TAB SECTION --> <div id="tab_container"> <ul id="tab_list"> <...

<td align="left" valign="top"> why no error in w3c validator for this?

<td align="left" valign="top"> is it mean both are valid? ...

IE6 - too much spacing appearing above h3, how do I get rid of it?

Example: http://bit.ly/dfjvmT If you take a look at that URL, you will see an <h3> labeled "Send Us Your Resume". Problem is -- in IE6, it has too much space at the top. It's supposed to be margin-top of 16px, but in IE6, it appears more like 24-30px. I have a reset.css file which has zeroed all margins and paddings, so it's not that. ...

How can I mix SVG and HTML into a page?

I've been using the jQuery.svg plugin to do some SVG rendering and it works perfectly but I also want to have the server render some SVG into the page and I can't get that to work. How do I add some SVG like below into the page so that Firefox will render it? <!DOCTYPE HTML> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:svg="http://w...