Class: Hatemile::AccessibleCSS Abstract

Inherits:
Object
  • Object
show all
Defined in:
lib/hatemile/accessible_css.rb

Overview

This class is abstract.

The AccessibleCSS interface improve accessibility of CSS.

Instance Method Summary collapse

Instance Method Details

#provide_all_speak_propertiesvoid

This method is abstract.

This method returns an undefined value.

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



39
40
41
# File 'lib/hatemile/accessible_css.rb', line 39

def provide_all_speak_properties
  # Interface method
end

#provide_speak_properties(element) ⇒ void

This method is abstract.

This method returns an undefined value.

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

Parameters:



29
30
31
# File 'lib/hatemile/accessible_css.rb', line 29

def provide_speak_properties(element)
  # Interface method
end