Top "W3c" questions

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

Where to specifiy the language of Document in HTML 5 when my page has two languages?

This is HTML5 Skeleton <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <…

html accessibility w3c
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 …

html w3c semantic-markup street-address
rel="tooltip", is it bad practice?

In the bootstrap documentation for tooltips, it uses <a href="#" rel="tooltip" title="first tooltip">hover over me&…

twitter-bootstrap w3c
Rails - Parameter with multiple values in the URL when consuming an API via Active Resource

I am consuming an API that expects me to do requests in the following format: ?filter=value1&filter=value2 …

ruby-on-rails api url w3c
W3C validation with AngularJS directives

How do we go about doing W3C validation with an Angular application? Since custom directives make for invalid HTML …

html angularjs w3c w3c-validation
How to get list of registered custom elements

I'm trying to detect whether a custom element with a specific name was registered or not. Is there a way …

javascript html w3c web-component custom-element
Any tool recommendation for WCAG 2.0 validation?

I believe everyone now a days is working hard to make web pages WCAG 2.0 compliant. Can you share any good …

accessibility w3c wcag
What does the "time" field in the log indicate, exactly?

I've been studying the W3C format log files in IIS 7.5 for a while on a server with some performance …

iis logging iis-7.5 w3c
What is the limit of character to use in alt="text" according to WCAG 2.0?

What is the limit of character to use in alt="text" according to WCAG 2.0?

css xhtml accessibility w3c wcag
Exact NOT(Inverse) of CSS Media Query

What is the exact "NOT" of the following CSS media query ? @media only screen and (device-width:768px) Just to add, …

html css w3c media-queries