class Hatemile::AccessibleCSS

The AccessibleCSS interface improve accessibility of CSS.

@abstract

Public Instance Methods

provide_all_speak_properties() click to toggle source

Provide the CSS features of speaking and speech properties in all elements of page.

@abstract @return [void]

# File lib/hatemile/accessible_css.rb, line 39
def provide_all_speak_properties
  # Interface method
end
provide_speak_properties(element) click to toggle source

Provide the CSS features of speaking and speech properties in element.

@abstract @param element [Hatemile::Util::Html::HTMLDOMElement] The element. @return [void]

# File lib/hatemile/accessible_css.rb, line 29
def provide_speak_properties(element)
  # Interface method
end