Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

General

  • All of the authoring steps (write, describe, submit) are present in the DOM at the same time, visually positioned in a horizontal arrangement: "future" steps are positioned to the right of the current step, "previous" steps to the left. This causes issues with keyboard navigation: all controls are on the page, so tabbing moves through all of them.
  • A few styles hard-coded into mark-up, in style attributes, to accomplish the sliding from step to step. The pixel values are updated automatically depending on zoom factor, window size, etc.
  • Styles seem to use pixels instead of ems.
  • Buttons are links (<a>) with background images, with no associated text in some cases.
  • The "next step" button at bottom of first page is positioned below bottom of window, with no scroll bars. If you tab to it, page moves up, toolbar no longer visible.
  • On the 'describe' page, if page made more narrow, the controls rearrange more vertically: some controls drop below the fold, but no scrollbars appear.
  • On the 'publish' page, if page made too narrow, controls slide over top of 'current license' box (buttons also drop too low, with no scrollbar).

Keyboard a11y

  • buttons keyboard-accessible, but no visual feedback of focus
  • buttons not activatable using "space bar"
  • text style drop-down not usable with keyboard (no way to choose a style - nothing happens)
  • on the 'describe' page, the keyword "buttons" are not keyboard accessible, so you can't read them or delete them
  • can't edit OER title using keyboard
  • can't tab to table of contents at all
  • in FF, can't tab to table of contents or edit area
  • in Chrome, can tab to content, and to some content within the content (table controls)
  • in IE9, can tab to content, and to some content within the content (table controls, video controls)
  • 'escape' key does not dismiss popups (e.g. link dialog, footnote dialog)

Screen Reader notes

  • learning goals delete link only speaks "delete link", not what would be deleted
  • Buttons that are links (<a>) with background images do not announce themselves as buttons, but rather as "same page link."
  • No labels