Off the Top: Standards Entries

Showing posts: 46-54 of 54 total posts


April 2, 2002

Accessibility benefits

The W3C provides an overview of the benefits of accessible web design. Building sites so they are accessible is not a task that much be done it is an asset.


February 27, 2002

Steven in an open letter to the Web development community asking why he should redesign with CSS. This letter covers a lot of ground and offers good insights into the arguments for and against the move to Web standards. [hat tip Xblog]


February 11, 2002

Shirley Chan offers Web Site Management-Policy and Standards, which provide a great way to move toward consistancy on a large site.


February 8, 2002

The U.S. Government urges to focus its tech developers to focus on standards for XML. This and more is stated discussed in this O'Reilly Net article.


January 16, 2002

Shirley Kaiser discusses accessibility and Adobe Acrobat on her site.

There is one element in Adobe Acrobat that does not meet the Government's 508 compliance, if this is the yard stick being used for accessibility. The area of non-compliance is complex tables. PDF tags only have TABLE, TR, TH, and TD tags available, which do not accept scope. Scope is what helps the complex tables become compliant in HTML. The only acceptable method for providing information in complex tables is HTML, at this point. One work around is to make the complex tables attachments or addendum and remove them from the original document (should the complex tables be provided in PDF format) and only supply them in HTML.

To keep it clear a complex table is one that has more than one set of header rows and often one of the header rows would span a selection of other rows. An example would be a table showing fiscal quarters of the year and the months that fall within these quarters, which would then show rows of related numbers. The top two rows create a complex header as each quarter header spans three rows and defines the months directly below them. Voice readers will capture these relationships quite well with the use of "scope tags" in HTML (this would look like <th scope="col"> for header tags and <td scope="row" in the first cell of the table's rows). Unfortunately, PDF does not have a corresponding tag.

I also pointed out that the more current Web browsers permit using CSS with printer designations that allow for a better representation of the information. This would help those people build one application, whether it be a Website or a PDF that prints in the desired manner and is accessible.

This may help keep yourself and your readers in the clear if 508 is their standard upon, which their accessibility work is being performed. Unfortunately there are no compliance standards, only guidelines. But, for most federal government organizations it is meet all of the targets to be compliant. 508 is a pass/fail hurdle.

Further information on 508 may be found at www.usability.gov/accessibility/index.html.



January 7, 2002

Standards are moving quickly and being embraced, states CNet News. The article points out the benefits and strengths of having standards and building to and on standards. Oh yes, Jeffery Zeldman provides his input, so this really is a standards article of merit.


January 6, 2002

Moving to XHTML and general updates

There are some changes around here. The links page has been updated with some new links, updated links, and a few removed (ones that I was not visiting for various reasons or had gone dead).

The links and about pages are both converted to XHTML and are validating, for the most part, to XHTML Transitional. The next step will be to get this section, Off the Top, to validate. This will be a little more effort as it will require making some edits to the templates and internal code validation. Not a monsterous task, but a task none-the-less. A large part of the conversion in this section is creating compliant output from non-standard input. Much of this section does not use starting paragraph tags (<p>), which will take some work to ammend.

This means that this site is finally moving toward being standards compliant. This means that it will be easier to display information across browsers (standards compliant browsers, which most are becoming), ease of maintenance, and information reuse.



December 16, 2001

Zeldman has been busy while I was a way. It is always good to keep an eye on what Jeffery is upto, particularly when he is talking about the the Web and standards.


December 6, 2001


This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License.