Tagged Questions

The World Wide Web Consortium (W3C) is an international organization that develops and publishes specifications and guidelines that define technologies like XML, HTML, and CSS.

learn more… | top users | synonyms

73
votes
15answers
32k views

Is there a W3C valid way to disable autocomplete in a HTML form?

When using the xhtml1-transitional.dtd doctype, collecting a credit card number with the following HTML <input type="text" id="cardNumber" name="cardNumber" autocomplete='off'/> will flag a ...
32
votes
5answers
2k views

CSS: url() - what's better?

What should I use in my CSS: /* Example #1: */ background-image: url(image.png); /* Example #2: */ background-image: url("image.png"); /* Example #3: */ background-image: url('image.png'); What ...
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 ...
20
votes
3answers
26k views

How do I load an org.w3c.dom.Document from XML in a string?

I have a complete XML document in a string and would like a Document object. Google turns up all sorts of garbage. What is the simplest solution? (In Java 1.5) Solution Thanks to Matt McMinn, I have ...
19
votes
11answers
7k views

Best Way to View Generated Source of Webpage?

I'm looking for a tool that will give me the proper generated source including DOM changes made by AJAX requests for input into W3's validator. I've tried the following methods: Web Developer ...
18
votes
10answers
487 views

Is it safe to omit </TD> and </TR> tags?

According to w3c </TD> and </TR> tags are optional, so the following table is perfectly valid. <table> <tr> <td>google <td>chrome </table> And ...
16
votes
6answers
263 views

Why <script src=“min.js”></script> but <link rel=“stylesheet” href=“min”> why not <style href=“min.css”></style>

My one of relative who started to learn Web Development asked me this question. Why <script src="min.js"></script> but <link rel="stylesheet" href="min.css"> why not <style ...
12
votes
2answers
260 views

What is the point of CSS collapsing margins?

The CSS2 box model tells us that adjoining margins collapse. I find it quite annoying, being the source of many design bugs. I hope that by understanding the purpose of collapsing margins, I will ...
12
votes
1answer
3k views

Gecko/Firefox support for HTML5 Notifications

I'm wondering if there is any build-in support for the HTML5 Notification feature in Gecko browsers so far? Maybe some hidden developer thingy ? I'm aware of WebKits window.webkitNotifications which ...
11
votes
4answers
3k views

Correct use of Blockquote, q and cite?

Is this the correct use of Blockquote, q and cite? <p> <blockquote>Type HTML in the textarea above, <q>and it will magically appear</q> in the frame below. ...
10
votes
2answers
937 views

DTD with RFDa and XHTML 1.0 Transitional support

Is there a W3C document type available with both XHTML 1.0 transitional support and RDFa support? I am aware of the XHTML+RDFa 1.0 (http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd) DTD but that is ...
10
votes
9answers
5k views

Alternative for innerHTML?

I'm wondering if there's a way to change the text of anything in HTML without using innerHTML. Reason I'm asking is because it's kinda frowned upon by the W3C. I know it's nitpicking, but I just ...
9
votes
2answers
622 views

What is the most semantic way to display a street address in HTML?

I have an address that is going to be displayed on a webpage, but it is not the address for the author of the page. How should this be coded to be semantic given the w3c recommendation of: The ...
9
votes
4answers
826 views

What is the state of native SVG support in the most popular browsers?

What is the state of native SVG support in the most popular browsers in their latest releases? Internet explorer Firefox Opera Safari Chrome Konqueror Camino
8
votes
5answers
141 views

Best method to fit a child div to its parent's width?

I'm looking for a easy way to fit a child div into it's parent's width. Most solutions I've seen here are not cross-browser compatible (eg. display: table-cell; isn't supported in IE before version ...
8
votes
3answers
1k views

The Media Capture API - any existing implementations?

I have been reading up on the draft Device APIs and am wondering whether there are any implementations of the Media Capture API. Ericsson seem to have some demos up, however haven't released the ...
8
votes
4answers
2k views

HTML5 and RDFa support

I'm about to introduce the Open Graph protocol to an existing HTML5 Web application and I'd like to include the necessary RDFa data without introducing any unnecessary crud. I've looked at the ...
8
votes
6answers
695 views

When to use <br> line breaks vs CSS positioning?

I've often wondered about the proper use of a <br> line break. Seems that often they are incorrectly used for positioning or clearing content where CSS should instead be used. ...
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
9answers
2k views

Is Scala/Java not respecting w3 “excess dtd traffic” specs?

I'm new to Scala, so I may be off base on this, I want to know if the problem is my code. Given the Scala file httpparse, simplified to: object Http { import java.io.InputStream; import ...
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 ...
7
votes
3answers
563 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
3answers
335 views

What language types are allowed in the HTML script tag?

I was looking at the W3C specs for the script tag, and I noticed you can specify VBScript and TCL as a language type. This is extremely new to me; I've only ever seen Javascript used with the script ...
7
votes
2answers
2k views

java: shortest way to pretty print to stdout a org.w3c.dom.Document

What is the easiest way to pretty print (a.k.a. formatted) a ord.w3c.dom.Document to stdout?
7
votes
3answers
242 views

Why HTML 5 still have support for Presentational elements?

See list here: http://www.w3schools.com/html5/html5_reference.asp like <b> , <i>, <br>, <hr>, <small>? Is it means no cons to use these? But what about content and ...
7
votes
13answers
2k views

Is it true that newsletters in HTML should have a “table-based” layouts?

I read somewhere that when creating a HTML email, you should use the table-based layout. You should not be care about creating tableless css based layout. Is that true? I have to create a newsletter ...
6
votes
1answer
188 views

Will LESS Become a Part of CSS [closed]

Many people use Less (CSS with variables, mixins, operations, functions) as part of the development process as it's more maintainable, readable, and expressive. I looked around but couldn't find much ...
6
votes
8answers
513 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 ...
6
votes
4answers
401 views

Why is an input tag not allowed directly within a form tag?

I just read the following at http://w3fools.com/#html_forms: Non-block-level elements (such as <input>) are not valid directly inside <form> tags until HTML5. I had never heard of ...
6
votes
1answer
209 views

Can W3C DOM be used to create Document/DocType nodes?

I'm curious if there is a way to create DocType nodes via W3C DOM? The spec explicitly states that they are readonly and cannot be edited, but are they able to be created? ...
6
votes
2answers
1k views

Is 5MB the de facto limit for W3C Web Storage?

I am looking into using browser sessionStorage for a web application, and was trying to find current information on size limitations. It appears most desktop browsers have imposed a 5MB limit. ...
6
votes
4answers
3k views

Opengraph W3C valid?

I would like to know if the opengraph markup is W3C valid, I'm getting the following error when I try to validate it: Line 14, Column 17: there is no attribute "PROPERTY" <meta ...
6
votes
3answers
1k views

An error has occurred opening extern DTD (w3.org, xhtml1-transitional.dtd). 503 Server Unavailable

I'm trying to do xpath queries over an xhtml document. Using .NET 3.5. The document looks like this: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
6
votes
8answers
310 views

What is the point of using W3C valid badges?

I'm talking about these. Yeah, I know they are intended to show that the page conforms to the standards and should link to page revalidation service. Ok. But why should I as a regular user bother ...
6
votes
5answers
143 views

What are practical cons to use W3C valid presentational element, which are not listed as deprecated?

What are practical cons to use W3C valid presentational element, which are not listed as deprecated for XHTML-CSS developers, Sighted End users of site, and for Screen reader users, ? like ...
6
votes
3answers
1k views

Is it necessary to add cellspacing=“0” cellpadding=“0” in <table>?

Eric meyer reset css is suggesting "tables still need 'cellspacing="0"' in the markup". Is it necessary? and what is the benefit of border-collapse: collapse; and border-spacing: 0;? and it's only ...
6
votes
3answers
2k views

What are best practices to order elements in <head>?

can use anything in any order? does placing of <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> is important before <title> this is most used, is it best way? ...
6
votes
7answers
1k views

Is it good to put <p> inside <td> to put content text?

Which is more semantic and valid? <td> <p> content text </p> </td> or <td> content text </td>
6
votes
1answer
1k views

Node.TEXT_NODE and IE7

I've some javascript that tests DOM node types against like this: if(node.nodeType == Node.TEXT_NODE) { Of course, it all works fine in Firefox, Safari, and Opera. But Internet Explorer 7 ...
6
votes
2answers
2k views

Web Site Compliance with the Americans with Disabilities Act (ADA)

Are there any automatic, online or off, tools for testing xhtml/css for compliance with screen readers and other visual guidelines of the Americans with Disabilities Act (ADA)?
6
votes
7answers
1k views

How important is W3C XHTML/CSS validation when finalizing work?

Even though I always strive for complete validation these days, I often wonder if it's a waste of time. If the code runs and it looks the same in all browsers (I use browsershots.org to verify) then ...
5
votes
2answers
100 views

background-color doesn't work on a:visited but it works if i add any background color to a {backgroud:#fff}, Is it a bug?

background-color doesn't work on a:visited but it works if i add any background color to a {backgroud:#fff}, Is it a bug? See this example http://jsfiddle.net/jitendravyas/CMWWm/1/ green background ...
5
votes
3answers
73 views

How should user agents handle unrecognized HTML elements?

I have tried to find an answer to this in the W3C HTML specifications, but haven't had any luck so far. For example, if I have the following HTML code: <body> <p> ...
5
votes
6answers
277 views

input type=“submit” Vs button tag are they interchangeable?

input type="submit" and button tag are they interchangeable? or if there is any difference then When to use input type="submit" and when button ? And if there is no difference then why we have 2 tags ...
5
votes
5answers
161 views

Why CSS properties do have different names for Chrome, FF, Opera?

I want a shadow below div called "shadow": #shadow { box-shadow: 1px 1px 1px #000 }; Done? Not at all. It works just in one browser. Guess which one. For FF/Chrome I have to add not too ...
5
votes
4answers
392 views

Is valid CSS “important”? (The jQuery UI CSS doesn’t validate.)

Observe that the jQuery UI CSS does not pass validation. I try to adhere to standards wherever I can find them. I'm looking at jQuery UI and wondering why a group of developers that makes a solid ...
5
votes
1answer
3k views

websocket for binary transfer of data & decode

I was reading through the specification and many examples about usage of websockets. Almost all of them talk about UTF-8 or ascii message transfer using websockets. The latest Hybi websocket spec ...
5
votes
3answers
462 views

Is it good to put a &nbsp; inside an empty <td>?

If this is the structure: <table cellspacing="0" cellpadding="0"> <tr> <td>I don't need anything here, should I always put a &nbsp; here?</td> ...
5
votes
4answers
1k views

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

Is it ok to use cellpadding="2" cellspacing="2" in <table>? Or are these not recommended by W3C and not right according to web standards? What are alternatives in CSS? Update: and is it also ...
5
votes
3answers
346 views

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 ...

1 2 3 4 5 9