Skip to content

Accessibility support #97

Description

@jonknapp

We want to ensure that the html generated is accessible and usable by more people and devices. To support that we could include Herb with a built in accessibility check that we run optionally (or always) in CI to ensure we are adding support as we go.

Herb.configure do |config|
  config.validators.accessibility = true # Enabled by default
end

This would support the Rails code but would not help the React generated games/activities that will be served by the LMS.

Additional Information

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions