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.
0
votes
0answers
8 views
Translating AIR accelerometer features to simulate W3C motion and orientation
I'm working on an API in Haxe that will hopefully unify accelerometer events in AIR/NME and HTML. Ideally I would like to have most of the features available in W3C DeviceOrientationEvent and ...
0
votes
1answer
19 views
Duplicate Anchor IDs and W3 Conventions
I was converting a page with some outdated attributes to being more XHTML friendly today, and ran into the subject of the anchor tag. Specifically:
<a name="someName"></a>
After ...
0
votes
0answers
15 views
Compression and XML security
I have a requirement which is stated as follows.
After the generation of the hash values (see section 4.2.1), the
documents with the log data are compressed with the ‘deflate‘
algorithm ...
0
votes
0answers
20 views
Set up gcc environment - gcc.exe (rubenvb-4.5.4) 4.5.4 Where is the OpenSP link library? [T:\osp\lib\Release\osp152.lib]
i am trying to installed SGML-Parser-OpenSP for create w3c markup validations.please help me
C:\Users\amma>cpan SGML::Parser::OpenSP
Set up gcc environment - gcc.exe (rubenvb-4.5.4) 4.5.4
...
-1
votes
0answers
44 views
Using Html 5 Web Storage in a Phonegap App - Persistent?
I'm was thinking of using local storage instead of using web sql for my phonegap application. All I'm doing is storing key/values pairs, so local storage should work perfectly: W3C Web Storage
Local ...
0
votes
1answer
12 views
Navigation Timing API domInteractive fired before responseEnd (dom interactive fired before response end)
According to the Navigation Timing API documentation, DOM Interactive is triggered when the whole document is parsed. ResponseEnd is triggered when the last byte of the response is received. Looking ...
0
votes
1answer
121 views
w3c validation error - there is no attribute “placeholder”
I am getting the following error from w3c validation
Line 326, Column 63: there is no attribute "placeholder"
… type="text" name="pc" id="postcodefield" ...
2
votes
1answer
35 views
Using cm/mm on the CSS of a web app that replicates paper interaction is a good practice?
I am building a web application that interact with documents for later printing. In some points is similar to Google Docs. I am considering using cm/mm on the CSS of my documents pages because it will ...
1
vote
4answers
41 views
Why w3c created the property 'style' to determine all properties?
I would like to know why they created the property style for all properties instead of create a new property for each one?
Let me explain better, today we use this:
<p style="color:blue; ...
0
votes
1answer
22 views
w3c validator tells an error, idon't find it… need a break
W3C says that i have an unclosed tag, by the way it HAS TO BE XHTML
Validation Output: 1 Error
Line 31, Column 9: end tag for "div" omitted, but OMITTAG NO was specified
✉
You may have ...
0
votes
1answer
53 views
list of standard w3c meta tags
All -
What are the list of standard meta tags defined in w3c other than the below given at http://www.w3.org/wiki/HTML/Elements/meta
<meta http-equiv="Content-Type" content="text/html; ...
0
votes
0answers
32 views
Adding ID attribute to all HTML elements of a web application?
Currently I am building a web portal using RoR, MySQL, HTML, CSS and jQuery etc., I got a request from my automation test engineer to add ID attributes(if possible NAME attribute also) to all the ...
0
votes
3answers
45 views
[HTML doctype declaration]: Why we need the declaration and Is the declaration affect style? [duplicate]
I am a little curious,
I have a link, it show different behaviour with and without following declaration:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ...
0
votes
1answer
161 views
HTML5 validator Errors:Element li is missing one or more of the following attributes: aria-checked, aria-expanded, aria-valuemax, aria-valuem
HTML 5 code that used pass without errors few days ago are now showing errors when I run it through W3C validator. Errors look something like this:
Element li is missing one or more of the following ...
-1
votes
1answer
890 views
W3c validator giving error on link tag [closed]
I am trying to validate my site's html on w3c validator and its giving following
line 606 column 95 - Error: Element link is missing required attribute property.
The element on which the validator ...
0
votes
2answers
17 views
W3C Validator Errors See Below
Like lots of other questioners I am having two issues with W3C Validator. Here is the code that I have in a Wordpress CMS page
[twocol_one]"Out of love with your kitchen. Is it time for some KGC . . ...
1
vote
2answers
29 views
What would be the correct way to insert a form in HTML, in such a way that it's field labels are equally distanced from the input field?
Previously i have been using <table> tag in order to structure a form in such a way that we a nice formatted form so that each label and field is on line with eachother like the following:
...
1
vote
1answer
66 views
XML Schema type alias?
Is there a way to define a type alias / strong typedef / simpleType with an empty restriction in XSD?
<xsd:simpleType name="identifier">
<xsd:restriction base="xsd:string">
...
0
votes
0answers
36 views
Why is the HTML form input attribute “readonly” only supported for input and textarea elements? [duplicate]
Can anyone please explain to me the rational as to why in the W3C HTML 4.01 specification the HTML form input attribute "readonly" is only supported for input and textarea elements?
Why would it be ...
1
vote
1answer
102 views
HTML Templates JavaScript polyfills
I'm looking for the most standards-compliant / future-proof method for front-end HTML templating.
There exists a relatively new W3C draft specification for HTML Templates, e.g.:
<template ...
0
votes
2answers
39 views
“data-gid” attribute & W3C XHTML 1.0 Strict validation
I am trying to get my pages validated using Markup Validation Service on http://validator.w3.org/
Validation against the XHTML 1.0 Strict doctype comes back with the following error:
... there is no ...
1
vote
2answers
92 views
W3C Validation - Why is the <header> tag not accepted?
I am trying to validate my webpages using the W3C validator and it is returning an error whenever I use:
<header>Page Title</header>
The error message it is giving is:
element ...
2
votes
1answer
34 views
Compatibility of “required”/“pattern” and “disabled” attributes during form submiting
I read following official documentation:
http://www.w3.org/TR/html-markup/input.text.html#input.text.attrs.pattern
http://www.w3.org/TR/html-markup/input.text.html#input.email.attrs.required
...
-2
votes
1answer
61 views
W3C Validation Warning, name attribute phasing out ? What would happen with PHP $_POST and forms submissions? [closed]
Any idea's what would be the successor of the name attribute ?
As per the w3c validator ....
Validation Output: 4 Warnings
Below is a list of the warning message(s) produced when checking your ...
-1
votes
1answer
122 views
Java DOM check if an attribute exists
I am using dom for reading xml files and I have been searching for quite a while but I can't find a way to check if an attribute exists.
...
-3
votes
2answers
47 views
Null pointer when reading XML in Java
I am trying to get the all the authors from my xml file in jave here is the xml code
<?xml version="1.0"?>
<map>
<authors>
<author>testasdas</author>
...
0
votes
2answers
57 views
CSS 3.0 Valid Color Property
Visual Studio 2012 (Ultimate) states (with a red squiggly) that
rgba(255, 255, 255, 0.4) is not a valid color property value
But the W3C says it is. Is this a bug, or am I missing something?
1
vote
2answers
97 views
Why does (file.lastModifiedDate == file.lastModifiedDate ) evaluate to false in JavaScript?
Seems like the following code should return a true, but it returns false.
How does this make sense? Is it right?
I tested it on Chrome and Firefox as well. Both are return false.
Test Code
...
0
votes
2answers
27 views
Css file interaction in validation
I'm working with the w3c's css validator. The validator will take an html page & check all it's inline, embedded & linked CSS.
My question is - is it safe to validate all my css separately ...
-5
votes
1answer
46 views
Why are the W3C pages so horribly unhelpful [closed]
Sorry if I sound annoying but the W3C web pages are horrible useless. No wonder that many web sites don't comply to the standard.
Let's start with the validator, it complains error after error, even ...
0
votes
0answers
32 views
Old html giving errors when validating through w3. potential for cross browser issues?
Ok this may sound like a dumb question but hey
I use Frontpage (works for me, been doing it for over 6 years and i will be continuing to)
So Frontpage creates tags like BORDER, ALLOWTRANSAPRENCY, ...
-2
votes
1answer
28 views
W3C Validator thinks site is using XHTML; it's not [closed]
The Renfrewshire Council website uses the HTML4.01 DOCTYPE, as below.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
When this site is run through ...
0
votes
0answers
59 views
python ISA W3C log parser [closed]
I want to find some useful stufs (user agents, domains...etc) in given ISA log proxy files.
The headers below indicate the fields. Is there an already Python module that can easily parse this format ...
0
votes
2answers
807 views
LocalStorage doesn't work on PhoneGap
I create a example of LocalStorage. When I use Chrome web browser, It works fine. But when I test on iPhone Emulator, It doesn't. Please help.
Here is my code to set the local storage value:
function ...
0
votes
0answers
43 views
W3C Validator doesn't load the actual sources
I wanted to use W3C validator to optimize my Wordpress blog. At the main page it claimed 28 errors. One of them for example was the following:
Line 28, Column 53: end tag for "meta" omitted, but ...
0
votes
1answer
68 views
Stray, An body.. and Cannot recover
im getting these Errors from W3C
Line 41, Column 143: Stray end tag body.
…t1_02.gif','images/Part1_03.gif','images/Part1_04.gif','images/Part1_05.png')">
✉
Line 41, Column 143: An body start tag ...
5
votes
3answers
108 views
Can beforeunload be used to send XmlHttpRequests reliably
recently, I had the urgent requirement to give my server a notice, that a specific page of my webapp is about to get closed. "Easy peasy" I thought, beforeunload is available for quite a while. The ...
0
votes
1answer
150 views
How to get all data (include textbox) from a table?
I want to cache a dynamic table that contains several textboxs which user can input some value in it.
The point is: the cached data should contain what user is inputting.
I can achieve this by trying ...
0
votes
1answer
71 views
-webkit media query HTML5 Validation
The following code will not validate with W3C HTML5 checker because the media query -webkit.... begins with a symbol and not a letter what is an alternative solution so that my code will validate ...
0
votes
2answers
114 views
Closest ancestor matching selector using native DOM?
Is anybody working on a jQuery.closest() equivalent in the DOM api?
Looks like the Selectors Level 2 draft adds matches() equivalent to jQuery.is(), so native closest should be much easier to write. ...
-2
votes
2answers
80 views
W3C HTML5 Validation Issues
HTML WITH ERRORS
<meta description="keywords" content="Quekett, restaurant, Pub, Isle of Wight, Fresh, Lobster, Crab, Seafood, Bembridge, Food, Dining, Breakfast, Lunch, Dinner, Bed and Breakfast, ...
0
votes
2answers
59 views
CSS child bigger than parent allowed?
Quick question.
I know i can make child div bigger than parent, but is it allowed by w3c? Is it against some rules? Any performance problems?
1
vote
2answers
102 views
Browser plugin w3c validator?
I'm using "HTML Validator" for google chrome, but sometimes it doesn't work, I want to know what is the best choice as a plugin to validate my local development site, the website is not available on ...
4
votes
3answers
117 views
When is a <P> tag considered empty?
W3.org states:
We discourage authors from using empty P elements.
User agents should
ignore empty P elements.
How do we define empty?
Does a space character between the <p> ...
0
votes
1answer
48 views
W3C xml get element with namespace and without namespace
I have a XML like below,
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<Entities xmlns="sample">
<Entity>
sample Value
</Entity>
<ns1:Entity ...
1
vote
0answers
26 views
How to get some infromation from Set<Defect> in w3c validator
How i can get some information (column, line, message) at this code?
String xhtml = "<html><body><p>Hello, world!<p></body></html>";
ValidationResponse response = ...
-1
votes
1answer
74 views
How can I detect if a browser supports Unicode?
A simple question: How can I detect if a user's browser supports Unicode characters? I'd prefer to keep to W3C-sanctioned means, if that's possible (No PHP, ASPX, XSL, Python, etc., but HTML, CSS, and ...
0
votes
0answers
47 views
In the Navigation Timing API, why does the unload event fire during the load of the destination page?
Why is the unload event in that particular part of the sequence?
1
vote
1answer
61 views
Modifier keys behaviour on hyperlink clicks
Is there some standards for hyperlink click behaviour with a modifier key pressed?
For example, firefox creates a new tab if Ctrl is pressed and creates a new window if Shift is pressed.
Opera creates ...
2
votes
2answers
455 views
Are there any style options for the HTML5 Date picker?
I am really stoked about the HTML5 date picker. It is refreshing to know that the W3C is finally picking up some of the slack so we don't have to keep re-inventing such a common form of input.
The ...





