Basic Standards

Basic Standards

The following are the basic rules governing Web Services internal pages (and should be implemented on pages developed for clients):

  1. XHTML Strict - All pages should conform to the XHTML Strict definition.
  2. Page layouts - All sites should use Cascading Style Sheet (CSS)-based layouts.
  3. Include files - Page top banners, navigation menus, and page footers will be managed using include files.
  4. Style sheets - All text formatting will be done using style sheets. Font tags should never be used.
  5. Central style sheet - All styles (except for page-specific styles) will reside in a central style sheet, linked to all pages.
  6. Print-specific style sheet - All pages will include a link to a print-specific style sheet.
  7. Section 508 - Accessibility standards for disabled users will be enforced on all pages.
  8. Navigation - All navigation links (including navigation menus) will be text based, rather than graphics based, for easier maintenance. Breadcrumbs should be included on all sites, but are not mandatory. In-page navigation should be provided on long pages.
  9. JavaScript files - All JavaScript functions (except for page-specific functions) will reside in central JavaScript files, linked to all pages.
  10. Coding standards - All HTML, CSS and JavaScript will adhere to Web Services coding standards.
  11. File naming conventions - All files and folders will conform to standard file-naming conventions.
  12. Design standards - All pages will comply with university Web page design standards.
  13. Grammar and capitalization - All HTML, JavaScript, ASP, and SQL code will conform to standardized grammar, capitalization, and punctuation as defined in the University Style Guide.
  14. Validation - All pages will be validated for conforming HTML, CSS, and accessibility standards (Section 508 and WAI Priority 1).

Top