WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: HTML Reference

for

Number of posts in this thread: 5 (In chronological order)

From: Jim Homme
Date: Tue, Mar 06 2018 12:55PM
Subject: HTML Reference
No previous message | Next message →

Hi,
I tend to gravitate to the HTML reference at W3Schools.com. I want to know if there is a more valid one to use, and hopefully quick to look things up such as valid attributes for tags.

Thanks.

Jim



=========Jim Homme
Product Manager
Digital Accessibility
Bender Consulting Services
412-787-8567
https://www.benderconsult.com/our%20services/hightest-accessible-technology-solutions
People with disabilities, access job openings at https://www.benderconsult.com/careers/job-openings

From: Beranek, Nicholas
Date: Tue, Mar 06 2018 1:07PM
Subject: Re: HTML Reference
← Previous message | Next message →

Hi Jim, I prefer MDN Web Docs, aka Mozilla Developer Network. I find them trustworthy and that they write according to specifications. You can find them at the following link: https://developer.mozilla.org/en-US/

Nick Beranek
Capital One

On 3/6/18, 2:55 PM, "WebAIM-Forum on behalf of Jim Homme" < = EMAIL ADDRESS REMOVED = on behalf of = EMAIL ADDRESS REMOVED = > wrote:

Hi,
I tend to gravitate to the HTML reference at W3Schools.com. I want to know if there is a more valid one to use, and hopefully quick to look things up such as valid attributes for tags.

Thanks.

Jim



========= Jim Homme
Product Manager
Digital Accessibility
Bender Consulting Services
412-787-8567
https://www.benderconsult.com/our%20services/hightest-accessible-technology-solutions
People with disabilities, access job openings at https://www.benderconsult.com/careers/job-openings





The information contained in this e-mail is confidential and/or proprietary to Capital One and/or its affiliates and may only be used solely in performance of work or services for Capital One. The information transmitted herewith is intended only for use by the individual or entity to which it is addressed. If the reader of this message is not the intended recipient, you are hereby notified that any review, retransmission, dissemination, distribution, copying or other use of, or taking of any action in reliance upon this information is strictly prohibited. If you have received this communication in error, please contact the sender and delete the material from your computer.

From: Josh Schroder
Date: Tue, Mar 06 2018 1:07PM
Subject: Re: HTML Reference
← Previous message | Next message →

Hi Jim,

The most authoritative source of HTML reference material will be the actual specifications published by the World Wide Web Consortium (W3C).

HTML 5 -- https://www.w3.org/TR/html5/
HTML 4 -- https://www.w3.org/TR/html401/
XHTML 1 -- https://www.w3.org/TR/xhtml1/

These may be less friendly to read than the W3Schools pages, but they will have more detail and will be infinitely more authoritative.

It's important to note that "recommendations" on the W3C website are specifications that have been vetted by the community and have received the endorsement of W3C, whereas "working drafts" are still in the process of being reviewed.

Hope that's helpful.

Josh Schroder
Web Administrator III
Office of Strategic Communication
Texas Department of Licensing and Regulation
(512) 936-8937

-----Original Message-----
From: WebAIM-Forum [mailto: = EMAIL ADDRESS REMOVED = ] On Behalf Of Jim Homme
Sent: Tuesday, March 6, 2018 1:55 PM
To: WebAIM Discussion List < = EMAIL ADDRESS REMOVED = >
Subject: [WebAIM] HTML Reference

Hi,
I tend to gravitate to the HTML reference at W3Schools.com. I want to know if there is a more valid one to use, and hopefully quick to look things up such as valid attributes for tags.

Thanks.

Jim



=========Jim Homme
Product Manager
Digital Accessibility
Bender Consulting Services
412-787-8567
https://www.benderconsult.com/our%20services/hightest-accessible-technology-solutions
People with disabilities, access job openings at https://www.benderconsult.com/careers/job-openings

From: Steve Faulkner
Date: Tue, Mar 06 2018 2:48PM
Subject: Re: HTML Reference
← Previous message | Next message →

Noting that both HTML4 and XHTML are obsolete and that HTML5 has gone
through several iterations, I would suggest that the best URL to use is

HTML 5 -- https://www.w3.org/TR/html/

as this always points to the latest version of HTML at the W3C, currently:
HTML 5.2
W3C Recommendation, 14 December 2017

--

Regards

SteveF
Current Standards Work @W3C
<http://www.paciellogroup.com/blog/2015/03/current-standards-work-at-w3c/>;

On 6 March 2018 at 20:07, Josh Schroder < = EMAIL ADDRESS REMOVED = >
wrote:

> Hi Jim,
>
> The most authoritative source of HTML reference material will be the
> actual specifications published by the World Wide Web Consortium (W3C).
>
> HTML 5 -- https://www.w3.org/TR/html5/
> HTML 4 -- https://www.w3.org/TR/html401/
> XHTML 1 -- https://www.w3.org/TR/xhtml1/
>
> These may be less friendly to read than the W3Schools pages, but they will
> have more detail and will be infinitely more authoritative.
>
> It's important to note that "recommendations" on the W3C website are
> specifications that have been vetted by the community and have received the
> endorsement of W3C, whereas "working drafts" are still in the process of
> being reviewed.
>
> Hope that's helpful.
>
> Josh Schroder
> Web Administrator III
> Office of Strategic Communication
> Texas Department of Licensing and Regulation
> (512) 936-8937
>
> -----Original Message-----
> From: WebAIM-Forum [mailto: = EMAIL ADDRESS REMOVED = ] On
> Behalf Of Jim Homme
> Sent: Tuesday, March 6, 2018 1:55 PM
> To: WebAIM Discussion List < = EMAIL ADDRESS REMOVED = >
> Subject: [WebAIM] HTML Reference
>
> Hi,
> I tend to gravitate to the HTML reference at W3Schools.com. I want to know
> if there is a more valid one to use, and hopefully quick to look things up
> such as valid attributes for tags.
>
> Thanks.
>
> Jim
>
>
>
> =========> Jim Homme
> Product Manager
> Digital Accessibility
> Bender Consulting Services
> 412-787-8567
> https://www.benderconsult.com/our%20services/hightest-
> accessible-technology-solutions
> People with disabilities, access job openings at
> https://www.benderconsult.com/careers/job-openings
>
>
> > > at http://webaim.org/discussion/archives
> > > > > >

From: Osmo Saarikumpu
Date: Tue, Mar 06 2018 11:04PM
Subject: Re: HTML Reference
← Previous message | No next message

On 06/03/2018 21:55, Jim Homme wrote:
> I tend to gravitate to the HTML reference at W3Schools.com. I want to know if there is a more valid one to use, and hopefully quick to look things up such as valid attributes for tags.

Perhaps you'll find the following indexes handy:

https://www.w3.org/TR/html5/fullindex.html
https://developer.mozilla.org/en-US/docs/Web/HTML/Element

--
Best wishes, Osmo