Core Guidelines
- General (X)HTML
- Tables
- Links
- Lists
- Images
- Forms
- CSS
- Metadata
- General Content
- Page Structure
- Site Structure
- Downloadable Documents
- Privacy
General (X)HTML
Tables
| No. | Checkpoint | Source |
|---|---|---|
| 2.1 | Tables use relative sizing | Priority 2 |
| 2.2 | Data tables are marked up using the summary attribute |
Priority 3 |
| 2.3 | Data tables are marked up using the caption element where appropriate |
Priority 3 |
| 2.4 | Data table row and column headers are marked up appropriately | Priority 1 |
| 2.5 | If tables are used for layout they should make sense when linearized. Layout tables should not contain summary attribute, <caption> element or table headers <th> |
Priority 2 |
| 2.6 | Complex tables must be avoided | DEECD |
Links
Lists
| No. | Checkpoint | Source |
|---|---|---|
| 4.1 | Appropriate HTML markup is used for all list items | Priority 2 |
| 4.2 | All terms and definitions are marked up using the definition list <dl> element |
Priority 2 |
Images
Forms
| No. | Checkpoint | Source |
|---|---|---|
| 6.1 | All <form> controls must have a <label> element |
Priority 2 |
| 6.2 | All forms should have at least one <fieldset> element |
Priority 2 |
| 6.3 | The <fieldset> and <legend> form elements have been used for logical groups of fields |
Priority 2 |
| 6.4 | Mandatory fields have been indicated using an asterisk and the colour red | DEECD |
| 6.5 | All form fields have descriptive text labels | Priority 2 |
| 6.6 | All field labels immediately precede the relevant field | Priority 2 |
| 6.7 | All image submit buttons have an alt attribute that clearly describes the function of the button |
Priority 1 |
| 6.8 | Forms must be functional with JavaScript turned off | Priority 1 |
CSS
| No. | Checkpoint | Source |
|---|---|---|
| 7.1 | Stylesheets have been used for layout and presentation | Priority 2 |
| 7.2 | Stylesheet validates | Priority 2 |
| 7.3 | External stylesheets only are used | Priority 2 |
| 7.4 | Font family is set to Verdana, Arial, Helvetica, Sans-serif |
DEECD |
| 7.5 | All font sizes use relative units and not absolute units | Priority |
| 7.6 | Print stylesheets are used | DEECD |
| 7.7 | CSS file is constructed logically and contains meaningful comments | Priority 1 |
| 7.8 | Site is functional and readable with CSS disabled | Priority 1 |
Metadata
| No. | Checkpoint | Source |
|---|---|---|
| 8.1 | The complete, mandated metadata is included | Priority 2 |
| 8.2 | Page titles are used on every page and in the correct format | Priority 2 |
| 8.3 | No metadata that is not part of the mandated set is present on the website | Priority 2 |
General Content
Page Structure
Site Structure
| No. | Checkpoint | Source |
|---|---|---|
| 11.1 | The home page for each subdirectory is called default.htm or index.htm (or .asp) |
DEECD |
| 11.2 | Standard directory structure is used | DEECD |
| 11.3 | Artwork files have been provided to the site owner | DEECD |
| 11.4 | Appropriate naming conventions have been adhered to | DEECD |
Downloadable Documents
| No. | Checkpoint | Source |
|---|---|---|
| 12.1 | All PDF and MS Word documents contain metadata | DEECD |
| 12.2 | PDF and MS Word files are accessible | DEECD |
Privacy
| No. | Checkpoint | Source |
|---|---|---|
| 13.1 | Student anonymity is protected | DEECD |
| 13.2 | Pages with forms that collect personal information must have an explicit privacy statement | IPA 2000 |
| 13.3 | The site only collects the personal information that is required for its function or activities | IPA 2000 |