Tagged Questions

2
votes
3answers
53 views

Is W3C invalid HTML and CSS code harmful for SEO and problematic for screen reader users?

If i made a site and site looking well in all a grade browsers but if site shows some errors in both XHTML and CSS validation then is there any benefit to solve those errors? Is s …
9
votes
10answers
448 views

Why there is no OFFICIAL JavaScript reference?

I tried to search for one, but there's none available. The best 2 suggested sources are MDC and W3Schools. Anybody happens to know why? Thank you so much!
1
vote
2answers
76 views

Blogging Tool Needed for Standards Compliant Webpages

A programmer I know has a website that is fully Standards Compliant. It uses Unicode-encoded fully-validated XHTML 1.1 with CSS. The pages are frames-free, table-free and JavaScri …
0
votes
3answers
34 views

Whole code of Asp.net page renders in a form tag is it W3C valid?

Whole code of Asp.net page renders in a form tag is it W3C valid to render everything in form tag? <body> <form runat="server"> remaining code..... </form …
1
vote
3answers
151 views

Standards for Web Programming

This is strictly an opinion/experience question for research purposes. I was wondering what coding standards companies have in place now for Web Developers? (Document formats, c …
0
votes
4answers
172 views

How do you set up your web server & document’s html to correctly serve HTML5 documents?

Maybe I'm an idiot but I don't quite get what goes in the header of my HTML to use XHTML w/ HTML5. Is this still good and we just add the HTML5 tags?: <!DOCTYPE html PUBLIC "-/ …
0
votes
6answers
167 views

Why do so many Ruby on Rails apps have missing trailing slashes?

Why do so many Ruby on Rails apps have missing trailing slashes in their URLs? One example is http://basecamphq.com/tour. AFAIK this goes against Web standards. Is it something to …
2
votes
4answers
88 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>
1
vote
0answers
37 views

How *should* this content be rendered when h-scrolling is introduced?

Given markup like this: <body> <div style='text-align:center'>header</div> <table> <tr><td> really_wide_table.................... …
3
votes
2answers
45 views

Is there a good analogy to explain why website reliance on non-standard IE tags will go down in future years?

I'm trying to explain to a non technical person, why certain websites (generally ones whose user base exist solely in countries where Microsoft owns more than 99% of the market sha …
0
votes
3answers
140 views

Why are JS scripts usually place in the header of a document?

Why are JS scripts usually place in the header of a document? Is it required by standards, or is it just a convention with no particular reason?
0
votes
1answer
19 views

What is practical purpose for bidirectional override “bdo”?

Before coming here, I tried myself by googling. After I read these two links http://www.w3schools.com/tags/tag_bdo.asp http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_bd …
0
votes
8answers
104 views

What are the merits of using tt, i, b, big, and small tags?

The tt, i, b, big, and small tags are not deprecated, but it is possible to achieve richer effect with CSS. What is the merit of using these?
2
votes
2answers
73 views

Is the “address” HTML tag still used?

I'm not seeing the usage of address tag around. Is it still relevant using address tag these days? Any proposal to deprecate this arise ever?
0
votes
2answers
203 views

EXI (efficient XML interchange) coming… Are XML APIs ready?

W3's EXI (efficient XML interchange) is going to be standardized. It claims to be "the last binary standard". It is a standard to store XML data optimized for processing and stora …

1 2 3 4 next
15 30 50 per page