WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: ISO-HTML

for

From: James Pickering
Date: Jun 27, 2005 3:22PM


Cheryl, you wrote:

..... image height and width belong in the HTML not in the stylesheet otherwise you need an ID for every image and a stylesheet that is either very bloated OR can only be applied on a page by page basis .....

Of course, you don't have to specify height and width attributes for any image -- unless you want to. I don't do so on my web pages except for my index page where I do so to illustrate the HTML/CSS interaction.

I will continue to use the W3C XHTML doctypes.

And so you should, IMO, if the pages you produce validate and are therefor interoperable. BTW, because of its "strictness", valid ISO-HTML markup produces pages that can be easily modified to validate as W3C HTML 4.01 (strict), XHTML Basic, XHTML 1.0 (strict) or XHTML 1.1. All that is needed is to substitute the appropriate DOCTYPE Declaration and, in the case of XHTML versions, adjust the empty element tags -- I write all of my markup in lowercase as a matter of course. Dave Raggett's excellent utility "Tidy" is a valuable resource here. It will not necessarily work the other way around, however.

James Pickering
Pickering Pages
http://www.jp29.org/

----- Original Message -----
From: Cheryl D Wise
To: 'WebAIM Discussion List'
Sent: Monday, June 27, 2005 7:13 AM
Subject: RE: [WebAIM] ISO-HTML


Well, I guess I will not be writing "ISO-HTML" any time in the near future. IMHO, image height and width belong in the HTML not in the stylesheet otherwise you need an ID for every image and a stylesheet that is either very bloated OR can only be applied on a page by page basis. For that same reason No. 6 is is a bit silly. They will defer to the W3C for CSS without making it a "standard' but will not accept HTML from the W3C.

I will continue to use the W3C XHTML doctypes.



Cheryl D. Wise
MS FrontPage MVP
http://mvp.wiserways.com
http://starttoweb.com - Online instructor led web design training in FrontPage, Dreamweaver and more!





------------------------------------------------------------------------------
From: James Pickering
ML


The ISO -- International Organization for Standardization -- consists of the national standards institutes of 151 countries, on the basis of one member per country, with a Central Secretariat in Geneva, Switzerland. It promulgates, develops and maintains world wide technical standards.

Note that the W3C (World Wide Web Consortium) only makes recommendations -- it is the ISO that publishes standards.

The International standard for HTML is prescribed by the Document https://www.cs.tcd.ie/15445/15445.html and the Users Guide for ISO/IEC 15445:2000 (ISO-HTML) is at https://www.cs.tcd.ie/15445/UG.HTML

Features of ISO-HTML .....

1. The hierarchy of the header elements (H1, H2, H3, H4, H5 H6) is rigidly enforced. For example, H2 is not allowed to precede H1 at any place in a document.

2. HEIGHT and WIDTH parameters for IMG must be designated in style sheets.

3. Numerous W3C HTML 4.01 elements are refined in ISO-HTML.

4. Numerous W3C HTML 4.01 attributes are omitted from the standard or their use is restricted as outlined in the following quote from the Users Guide ..... "The W3C Recommendation for HTML 4.01 provides a number of attributes that are not supported by the International Standard. They have been omitted because they are used to describe appearance rather than structure, or because the feature is considered to be still too unstable or immature for an International Standard."

5. The Standard separates content from presentation as delineated in the following quote from the Users Guide ....... "The International Standard is based on the well established principle that it is good document design to separate the content of a document from the intended style in which it is to be presented to a reader ..... "

6. The methodology for accomplishing presentation is outlined in the following quote from the Users Guide ..... "Although the International Standard does not specify a style sheet language, this User's Guide recommends that authors of ISO-HTML documents use Cascading Style Sheets as specified by the World Wide Web Consortium."

7. Style sheets must be linked -- embedded style constructs are not allowed.

James Pickering
Pickering Pages
http://www.jp29.org/


------------------------------------------------------------------------------