Non element markup constructs

Similar documents
The [HTML] Element p. 61 The [HEAD] Element p. 62 The [TITLE] Element p. 63 The [BODY] Element p. 66 HTML Elements p. 66 Core Attributes p.

HTML TAG SUMMARY HTML REFERENCE 18 TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES MOST TAGS

QUICK REFERENCE GUIDE

Oliver Pott HTML XML. new reference. Markt+Technik Verlag

HTML: Parsing Library

HTML: Parsing Library

Index. CSS directive, # (octothorpe), intrapage links, 26

ROLE OF WEB BROWSING LAYOUT ENGINE EVALUATION IN DEVELOPMENT

@namespace url( /* set default namespace to HTML */ /* bidi */

COPYRIGHTED MATERIAL. Contents. Chapter 1: Creating Structured Documents 1

Certified HTML5 Developer VS-1029

Certified HTML Designer VS-1027

Duke Library Website Preliminary Accessibility Assessment

HTML Markup for Accessibility You Never Knew About

Designing UI. Mine mine-cetinkaya-rundel

COPYRIGHTED MATERIAL. Contents. Introduction. Chapter 1: Structuring Documents for the Web 1

INTRODUCTION TO HTML5! HTML5 Page Structure!

5-Sep-16 Copyright 2016 by GemTalk Systems LLC 1

CPET 499/ITC 250 Web Systems. Topics

Techno Expert Solutions An institute for specialized studies!

HTML and CSS COURSE SYLLABUS

UNIT II Dynamic HTML and web designing

Chapter 1 Self Test. LATIHAN BAB 1. tjetjeprb{at}gmail{dot}com. webdesign/favorites.html :// / / / that houses that information. structure?

Advanced Web Programming C2. Basic Web Technologies

Symbols INDEX. !important rule, rule, , 146, , rule,

Canvas & Brush Reference. Source: stock.xchng, Maarten Uilenbroek

GRAPHIC WEB DESIGNER PROGRAM

Evaluation of alignment methods for HTML parallel text 1

Name Related Elements Type Default Depr. DTD Comment

Chapter 2:- Introduction to XHTML. Compiled By:- Sanjay Patel Assistant Professor, SVBIT.

A HTML document has two sections 1) HEAD section and 2) BODY section A HTML file is saved with.html or.htm extension

<page> 1 Document Summary Document Information <page> 2 Document Structure Text Formatting <page> 3 Links Images <page> 4

CHAPTER 2 MARKUP LANGUAGES: XHTML 1.0

Cascading Style Sheet

1.264 Lecture 12. HTML Introduction to FrontPage

Wireframe :: tistory wireframe tistory.

Static Webpage Development

WML2.0 TUTORIAL. The XHTML Basic defined by the W3C is a proper subset of XHTML, which is a reformulation of HTML in XML.

Basics of Web Design, 3 rd Edition Instructor Materials Chapter 2 Test Bank

!Accessibility Issues Found

1/6/ :28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014

A Brief Introduction to HTML

HTML CS 4640 Programming Languages for Web Applications

Chapter 1 Getting Started with HTML 5 1. Chapter 2 Introduction to New Elements in HTML 5 21

Tutorial 2 - HTML basics

Deccansoft Software Services

Programmazione Web a.a. 2017/2018 HTML5

HTML Cheat Sheet for Beginners

Beginning Web Programming with HTML, XHTML, and CSS. Second Edition. Jon Duckett

Text and Layout. Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 11. This presentation 2004, MacAvon Media Productions

Section 508C This manual provides basic information on applicable guidelines and best practices for 508 Compliance.

Learning Objectives. Review html Learn to write a basic webpage in html Understand what the basic building blocks of html are

MODULE 2 HTML 5 FUNDAMENTALS. HyperText. > Douglas Engelbart ( )

CSI 3140 WWW Structures, Techniques and Standards. Markup Languages: XHTML 1.0

Using CSS for page layout

Color: Are the Web pages designed so that all information conveyed with color is also available without color? Reference Section (c).

CSC Web Programming. Introduction to HTML

The figure below shows the Dreamweaver Interface.

As we design and build out our HTML pages, there are some basics that we may follow for each page, site, and application.

introduction to XHTML

HTML TUTORIAL ONE. Understanding What XHTML is Not

c122jan2714.notebook January 27, 2014

Lecture : 3. Practical : 2. Course Credit. Tutorial : 0. Total : 5. Course Learning Outcomes

HTML+ CSS PRINCIPLES. Getting started with web design the right way

2.1 Origins and Evolution of HTML

Programming of web-based systems Introduction to HTML5

2.1 Origins and Evolution of HTML

Index LICENSED PRODUCT NOT FOR RESALE

Web Accessibility Checklist

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space.

WCAG2-AAA accessibility report for

NEW WEBMASTER HTML & CSS FOR BEGINNERS COURSE SYNOPSIS

Web Designing HTML5 NOTES

Understanding this structure is pretty straightforward, but nonetheless crucial to working with HTML, CSS, and JavaScript.

SUB Gfittingen A nd Editi S«BEX- SAN FRANCISCO PARIS DUSSELDORF SOEST LONDON

Create web pages in HTML with a text editor, following the rules of XHTML syntax and using appropriate HTML tags Create a web page that includes

Bye Bye. Warning! HTML5 The Future of HTML. Saturday, October 9, All of this may change! The spec is still in development!

HTML5. The Future of HTML. Washington University in St. Louis R. Scott Granneman

c122sep814.notebook September 08, 2014 All assignments should be sent to Backup please send a cc to this address

HTML. HTML is now very well standardized, but sites are still not getting it right. HTML tags adaptation

Web Development & Design Foundations with HTML5 & CSS3 Instructor Materials Chapter 2 Test Bank

BACKGROUND. HTTP is a 2-phase protocol used by most web applications and all web browsers. The response is usually an HTML document

Full file at New Perspectives on HTML and CSS 6 th Edition Instructor s Manual 1 of 13. HTML and CSS

Table Basics. The structure of an table

HTML Hyper Text Markup Language

Announcements. Paper due this Wednesday

NAME: name a section of the page TARGET = "_blank" "_parent" "_self" "_top" window name which window the document should go in

Summary 4/5. (contains info about the html)

HTML & CSS. SWE 432, Fall 2017 Design and Implementation of Software for the Web

HTML. HTML Evolution

Creating and Setting Up the Initial Content

Mobile MOUSe WEB SITE DESIGN ONLINE COURSE OUTLINE

Brief Intro to HTML. CITS3403 Agile Web Development. 2018, Semester 1

EPiServer s Compliance to WCAG and ATAG

Web development using PHP & MySQL with HTML5, CSS, JavaScript

Web Programming and Design. MPT Senior Cycle Tutor: Tamara Week 1

HTML HTML/XHTML HTML / XHTML HTML HTML: XHTML: (extensible HTML) Loose syntax Few syntactic rules: not enforced by HTML processors.

CSC 121 Computers and Scientific Thinking

THIRD EDITION. CSS Cookbook. Christopher Schmitt foreword by Dan Cederholm O'REILLY 8. Beijing Cambridge Farnham Koln Sebastopol Taipei Tokyo

Creating Web Pages with SeaMonkey Composer

Transcription:

<script> I s I* I <base> I Document structure <html> B N <head> I <body> B N The main content Margin: 8px; <title> I The documents title or and will be the Highly ranked Make unique for every page name link-text Text on the title-bar Only name = <meta> I 'description' is useful Indicates explicit relationship between this document <link> I and other resources. As such there are many good uses! External style <style> I sheets are usually best <noscript> <basefont> D D I Use CSS Non element markup constructs <?xml?> Basic s I <!DOCTYPE> I <!-- --> I <![CDATA[ ]]> D D D D s I XML declaration What flavour of (X)HTML is used? Code comment Unparsed character data Unobtrusive DOM-scripts, please! Keep scripts external Unnecessary with unobtrusive scripting techniques! Forbidden in XHTML 5. Test for capabilities, not browsers! Not ignored by true XML parsers! Ignored by MSIE for scripts Better skip. It will put MSIE <= 6 in quirks mode and is NOT obligatory. In theory best place to specify encoding for offline usage of an XHTML document. Required in every version since HTML 2.0! Use richly while learning and developing Use for inline JavaScript in XHTML Will control standards compliance or quirks mode MSIE has conditional comments Opera may ignore CSS if MIME is true XHTML Script may have output Page 1 Version: 1.09

Basic <abbr> I N Abbreviation All acronyms are abbreviations. Make sure they are not confused with Not in MSIE <acronym> I N Acronym links. CSS-speech: Spell out initialisms. <mark> I N Hypertext <a> I N Link Basic semantics <h1> to <h6> B N Heading Large bold text, Use in correct order Highly ranked gradually smaller. Margin-top/bottom The hgroup element represents the heading of a <hgroup> B N section. The element is used to group a set of h1 h6 elements when the heading has multiple levels, such as subheadings, alternative titles, or taglines. <p> B N Paragraph Margin-top: 1em; Emphasized Usually spoken Do not equate with <em> I N Italics text louder italics Emphasised words may get Strongly emphasised text really loud! Usually spoken Do not equate with <strong> I N higher ranking. Bolder bold abbr[title], acronym[title] { borderbottom: dotted 1px; ] <blockquote> B N Longer quote Do not equate with Indented right and indentation left. <q> I N Short quote No quotation marks in MSIE Quotation marks <cite> I N Who is cited Not the quote as such Italics <ins> I* N Inserted text Better turn underlining off Underlined <del> I* N Deleted text Strike through <dfn> I N Defined word Italics <h> B N Heading Use with section Probably like h1, h2, etc. Marked or highlighted text Link text should be understandable out of context. May contain block elements in (X)HTML 5. In future, use to highlight matches to search string Any element with an id can replace its use as anchor rel= nofollow means it will not increase targets page rank. rel= canonical marks the preferred URL for a resource. Blue underlined text. Images get a blue border. Page 2 Version: 1.09

Basic <section> B R <article> B N <aside> B N <header> B N <footer> B N <figure> B R <headings> Page structure <div> B N Part of page Avoid divitis Is a semantic element available? Avoid spanmania <span> I N If so, use that instead. May override B N <pre> Preformatted width in MSIE <hr> B R Do not use for Color' for MSIE, Thematic visual purposes 'background-color' A bar break only. for Gecko <address> B N Always use hcard for addresses, but Contact information in combination with <address> for contact info. Italics Document or application section Section takes priority over h1-h6 Does not equal <div> Stand alone capable section tangentially related to the content The header element represents a group of introductory or navigational aids. A header element ues for id or class Today: Good val- typically contains the section's attributes! heading (an h1 h6 element or an hgroup element), but can also contain other content, such as a table of contents, a search form, or any relevant logos. Footer for a section Caption will prob- Proposed re- Paragraph ably be mandated. with a caption Content may be a image. Set a heading placement for misuse of fieldset' <listing> D B <xmp> D B (Parsed as CDA- TA, preserved whitespace) Page 3 Version: 1.09

Basic Visual formatting <br> I N (Line break) Line break May be only option for a WYSI- May get a sligthly <b> I N Bolder <i> I N WYG editor elevated rank Italics <sub> I N Subscript <sup> I N E.g. Use with simple math, footnotes, and when part of language idiom. Superscript <big> I N Bigger ( Smallprint <small> I N in (X)HTML Smaller 5) <tt> I N Fixed width font <center> D D D D B N Use CSS Centers everything! <font> D D D D s I N Changes font settings Avoid underlining <u> D D D D I N always (even with CSS), since it will Underlined look like a link. <s> D D D D I N <strike> D D D D I N Use CSS or <del> Strike through <nobr> I N Use CSS instead NS 4 proprietary, No line breaks in but works in all cell <wbr> I N MSIE proprietary Suggestion for line break. Page 4 Version: 1.09

Basic T N Table body T N Table footer <col> T I Table column T I Tables <table> T N Tabular data Describe format with summary Not for layout Visible borders <tr> T N Table row <th> T N Heading for Use scope or Table cell with row or column headers/id bold, centered text <td> T N Table data A table cell <caption> T N Often a good idea Centered above Table caption Hard to style to have the table <thead> T N Table head Repeats on each page when printing <tbody> <tfoot> <colgroup> Group of columns Can be used instead of grouping <tr> with the class attribute MSIE needs this one for dynamically created tables MSIE catches too many style-rules! Safari does not support colgroup Page 5 Version: 1.09

Basic Forms (& application-type elements) <form> B N A form Do not emulate Normally use the Spiders do not links POST method 'follow' forms <input> I R Input widget Input widget (Almost) every form control should Explanation have a label. Significant increase of <label> I N for form-controls clickable area for checkboxes and radio buttons. Tip: add CSS-rule cursor: pointer; <textarea> I R Enter text Textarea widget Flexible button JS for progressive <button> I R Button widget enhancement <fieldset> B N <legend> B N Group of form-elements Logical groups of form controls increase usability It might be repeated for each Heading for group of form control in speech elements synthesis. Border, maybe rounded corners Text in the top border <select> I R Multiple selects are confusing Menus done with Drop down list <option> R Multiple select widgets will choice input not be followed by Item in such list <optgroup> R Used sensibly spiders Group of such they help items (Expands to "This is a searchable <isindex> D D D D B R index." + A <form> Precursor of form containing textfield between <input>) two <hr> Page 6 Version: 1.09

All elements Basic Web applications <command> I R A command the user can invoke <datalist> I A list of suggested values for a form control. Use with <option>. <output> I Advisory or transient information... (D. Goodman) Considered to be a form control for the purposes of the DOM (Spec) <details> B N Additional information or controls which the user can obtain on demand <menu> D D D D B N List of commands. Returns in (X)HTML 5, with a wider usage than pure navigation. <meter> I R/N A scalar measurement within a known range. <progress> I R/N A progress bar. (Do not confuse with <meter>) <time> I N A date and/or time of day <keygen> I R A key pair generator control No browser support this yet (2008- Button, radiobutton or checkbox 08-04) Opera 9 is the first browser to support these, but that support is only preliminary. Most functionality can be implemented through JavaScript. Currently (June -09) only supported by Gecko and Opera Unstyled text Like <ul> Not decided as of Jan -07 Selectable list of key sizes. Page 7 Version: 1.09

Basic B N Lists Unordered Do not use for indentation only dentation Bullet list, left in- <ul> B N list Lists should be B N Ordered list used as much as Numbered list, left <ol> possible. Many indentation <li> B N List item things, e.g. Item in list <dl> B N Definition list Menus, are really W3C says use for Definition lists. List are easy dialogue and other Used for define <dt> B N term to scan and easy not obvious purposes, others dis- Google 40px left indenta- commands in Definition to see. <dd> B N data agree. tion <di> B N Groups <dt> and <dd> <nl> B N Navigation list <nav> Navigation section Will replace skip links. Not really a list. Put here for comparison with <nl>. Use ARIA landmark roles and skiplinks today. Bots will (in the future) know that navigation is not primary content. No support yet (2009-08-15) <dir> D D D D B N Directory listing Use <ul> or <ol> Like <ul> Coding & formulas Use with CSSrule: <code> I N white-space: Syntax highlight Computer code pre; or the pre element with CSS-classes Monospaced Not (only) a variable <var> I N Variable data in program- Italics ming <kbd> I N Represents user input Monospaced <samp> I N Output from computer Monospaced Page 8 Version: 1.09

Basic Objects, multimedia, etc. <img> The alt attribute Do use the alt-attribute, but wisely orative images. Use CSS for dec- I R Image will be indexed for (An image) image searches <object> I* R <param> I (object that normally requres a plug in) Provide fallback content Use (X)HTML, CSS and DOMscripts if possible. Content in objects usually will not be indexed Often bad support for fallback content. MSIE will treat as ActiveX. Already supported by many, but not MSIE <canvas> I* R drawing (Animation, video, <embed> I R Allowed in HTML sound) 5, but still inferior I* I to <object> (Fallback for embed) <noembed> Controls may be <audio> I R Audio stream Ogg, Vorbis and shown Theora must be Video or Video + controls <video> I R supported. Apple movie may be shown likes QT, MSIE Alternative formats for <audio> or <video>, where <source> I wma/wmv the UA chooses the best one <applet> D D D D I R Use <object> Java applet <map> I Avoid imagemaps! If you must have <area> I one, use the title attribute! (Animation, applet, etc) Animation blank until script starts MSIE proprietary, <marquee> B N Avoid flickering Do not use. Use but supported by Scrolling text unobtrusive DOMscripts for behav- most <blink> I N Avoid flickering iour. NS proprietary, Blinking text works in Opera <bgsound> I A nuisance! Use the object element MSIE proprietary Plays a sound Frames <frameset> B N <frame> B R Do not use frames! If you must, use the title attribute! New nested Consider using <object> instead of iframe. Only option for rich HTML 5 introduces <iframe> B R browsing context Gecko <= 1.8.1 text editing in seamless frames <noframes> B I Provide meaningful content and links to the framed content. Not you need a better browser! Page 9 Version: 1.09

Basic Miscellaneous <bdo> I N (Stop treat <plaintext> D B N code as HTML) <ruby> I N Ruby overall container <rbc>? I N Ruby base container <rtc>? I N Ruby text container <rb>? I N Ruby base <rt> I N Ruby text <rp> Uncommon proprietary elements <layer> <nolayer> <ilayer> <comment> <xml> <multicol> <spacer> I N Denotes fallback characters for ruby (inline layer) Do think about i18n issues (DHTML layer + fallback) DHTML era practices stink! (Alternative to <!-- -->) (XML data island) Use CSS Probably better to use CSS Keep it forgotten! For some uses, see CDATA. Forget these! There never will be a situation where they will solve any real problem. CSS 3 will have columns MSIE only Used to be some, but who cares? MSIE 5+ is currently the only browser that has support for ruby, but it is not complete. Monospaced NS 4 proprietary, not supported by any other browser (partial in Safari) (Used to be like iframe) MSIE proprietary, contents will be shown in all other browsers but Opera! Anonymous elements will be part of the DOM in HTML 5. NS 3 and 4 proprietary (Used to be: enders content in evenly spaced columns) (Used to be like a spacer gif) Page 10 Version: 1.09

All elements Basic Official information: Key and explanations HTML 2.0 spec http://ftp.ics.uci.edu/pub/ietf/html/rfc1866.txt In standard spec http://www.w3.org/tr/rec-html32 D Deprecated or discouraged = Do not use! HTML 4.01 tags http://www.w3.org/tr/1999/rec-html401-19991224/index/elements.html? Will maybe be in (X)HTML 5, but not yet documented. XHTML 1.0 http://www.w3.org/tr/xhtml1/ s Sometimes available depending upon serialization or other factors. XHTML basic http://www.w3.org/tr/xhtml11/ http://www.w3.org/tr/xhtml-basic/ Block/Inline/Table refers to default CSS rendering and nesting rules. Elements that have "display: inline" but may contain block elements have been marked "I*" XHTML Mobile XHMTL 2.0 tags http://www.openmobilealliance.org/ (dropped from table above) http://www.w3.org/tr/xhtml2/elements.html Normal/Invisible/Replaced also refers to CSS treatment of the element. Some elements might be more than one. The normal case is listed. Server events http://whatwg.org/specs/web-apps/current-work/ http://dev.w3.org/html5/eventsource/ Useful links Web Forms 2.0 http://www.whatwg.org/specs/web-forms/current-work/ www.triin.net/temp/html-elements.html Ruby annotations http://www.w3.org/tr/ruby/ (not included in table above) meiert.com/en/indices/html-elements/ XHTML Print http://www.w3.org/tr/xhtml-print/ (not included in table above) simon.html5.org/html5-elements Xframes http://www.w3.org/tr/xframes/ www.w3.org/2007/07/xhtml-basic-ref.html dev.w3.org/html5/html4-differences/overview.html Background and intended use The recommendations in the table above represents the personal opinion of Lars Gunther, although valuable suggestions have been provided by April Siegfried, Christian Montoya, Alexey Feldgendler and Simon Pieters. This list is intended to be used as a reference while coding (or seeing other's code) and as notes for learning (X)HTML. Strict doctypes that are supported by the browsers of today is recommended for normal web pages. Knowledgeable authors may of course start experimenting with (X)HTML 5. Proprietary elements are included for reference if stumbled upon. A few are included as examples of where (X)HTML might be heading in the future. Book references Dynamic HTML: The definitive reference, Third Edition, by Danny Goodman. Sebastopol, CA, USA: O'Reilly Media, 2007. ISBN: 978-0-596-52740-2 Page 11 Version: 1.09

All elements Basic HTML 3.0 elements not in table above elements not in table above Structural module Xforms module http://friendlybit.com/html/forgotten-html-elements/ Blockcode Action http://www.w3.org/markup/html3/ Separator Delete Accessibilty module Dispatch http://www.w3.org/markup/html3/ Access Group <abbrev> Turned into abbr Text module Load <app> Synonym for applet L (line of text) Message <au> Synonym for <author> List module Model <author> Author Di (defintion item) Output <banner> Special element for ads (+ some more uses)! Should not scroll. Today: position: fixed; Events module Range <bg> Sort of like blockquote ev:listener Rebuild <credit> Who is quoted with <bg> or who has made an image shown with <fig> Handler module Recalculate <fig> Advanced alternative to img. Revived (in changed form) in (X)HTML 5 as <figure> Handler Refresh <fn> Footnote. Object Module Repeat <hp1><hp2>etc Highlight text in a browser-specified way. Sort of revived as <mark> in (X)HTML 5 Standby Reset <lang> Language Tables Revalidate <lh> List header Summary Secret <math> Equation or formula (had lots of sub-elements) Xframes Select1 <nextid> Deprecated already by RFC 1866 (5.2.6) but actually supported by MSIE 4+ (sic!) Frames Send <note> Explanatory note outside of text flow. May be revived in (X)HTML 5 Group Setfocus <overlay> Used with fig Setindex <person> Signifies that it is a name Setvalue <range> Defines a range within the document Submit <spot> The spot tag can be used to specify a location in the document where there is no tag. Switch <tab> Tabulator Trigger Upload Elements that have been part of the HTML 5 editors draft at one point, but dropped <datatemplate> The datatemplate element brings together the various rules that form a data template. The element doesn't itself do anything exciting. <rule> The rule element represents a template of content that is to be used for elements when updating an element's generated content. <nest> The nest element represents a point in a template where the user agent should recurse and start inserting the children of the data node that matches the rule in which the nest eleme <eventsource> <datagrid> <bb> Server side events Interactive representation of tree, list, or tabular data Browser Button an UA command that the user can invoke <dialog> Conversations, irc-logs and Shakespeare Page 12 Version: 1.09

Basic Updates 2008-02-20 Changed <m> to <mark> 2008-08-04 Added seamless option to iframes, <command>,<bb>; datatemplates. Changed <event-source> to <eventsource>. Added elements to. basic. Mobile dropped 2009-04-23 <keygen> is HTML 5 approved. 2009-06-22 Added hgroup (HTML 5). Redefined header (HTML 5). Made clear that frames and font are not part of HTML 5. Note that underlining should always be avoided. rel="canonical" added to <a>. Added info about eventsource (Including Comet). Notes and commentary updated throughout. Dropped datatemplates 2009-06-30 More detailed explanations. Print stylesheet, version is shown. <base> allowed in XHTML 5 (spec change) <basefont> is deprecated in HTML 4.01 (fix) Eventsource has been dropped as an element (spec change) <html>, <listing>, <xmp> are B (block elements) (fix) <a> Added "May contain block elements in (X)HTML 5." <noscript>, <ins>, <del> <object>, <noembed> and <canvas> are now marked I* (display: inline, but may contain block elements) (pedagogic change) <embed>, <applet>, <meter>, <progress> and <keygen> are now marked I (inline) (fix) <keygen> is now marked R (replaced) (fix) Ruby elements are not marked inline anymore (blank) (pedagogic change) Ruby elements <rbc>, <rtc> and <rb> marked as? for HTML 5 (Not in spec, maybe never will be?) <isindex> Is more described as they are treated by an HTML 5 parser. (pedagogic change) <layer>, <nolayer>, <ilayer>, <xml>, <multicol>, <spacer> have no information any longer about inline/block or normal/invisible/replaced, since current behavior differs from the original intention (pedagogic change) Expanded info about <isindex> (Block, text appears) (pedagogic change) <details> is N (normal), not I/N/R (pedagogic change) <thead> repeats on each page when printing (fix) Table is now T (not B) (pedagogic change) 2009-08-15 Datagrid has been removed from HTML 5 Viewport has been redefined in both HTML and XHTML (dropped from this table) Some housekeeping More detail on nav 2009-09-21 bb has been removed from HTML 5 dialog has been removed from HTML 5 Page 13 Version: 1.09