tree: 0e6d84cf7ad57d8236e992fbd24f22efed3c6c15 [path history] [tgz]
  1. shadowdom/
  2. comp_embedded_control.html
  3. comp_hidden_not_referenced.html
  4. comp_host_language_label.html
  5. comp_label.html
  6. comp_labelledby.html
  7. comp_labelledby_hidden_nodes.html
  8. comp_name_from_content.html
  9. comp_name_from_content.tentative.html
  10. comp_text_node.html
  11. comp_tooltip.html
  12. ReadMe.md
accname/name/ReadMe.md

Breakdown of AccName Name Computation files...

Portions of the AccName algorithm are referenced via unique IDs such as comp_labelledby and comp_embedded_control. This ReadMe lists those sections (and subsections) in order as they appear in AccName Computation Steps.

In order to make the WPT test files digestible and understandable, the tests are broken up more or less in the structure of the algorithm, with the file struction listed below. Sub-section test (such as comp_labelledby_recursion) are tested as part of the main section comp_labelledby in comp_labelledby.html.

Non-name portions of the AccName spec (such as Descripton Computation) should be tested in another directory.

If a new section of the AccName algorithm is added, please list it here when checking in new tests. Thanks.

No-Op (no test files)

  • comp_init
  • comp_computation

comp_hidden_not_referenced

comp_labelledby

  • comp_labelledby_reset
  • comp_labelledby_foreach
  • comp_labelledby_set_current
  • comp_labelledby_recursion
  • comp_labelledby_append
  • comp_labelledby_return

comp_embedded_control

  • comp_embedded_control_textbox
  • comp_embedded_control_combobox_or_listbox
  • comp_embedded_control_range
  • comp_embedded_control_range_valuetext
  • comp_embedded_control_range_valuenow
  • comp_embedded_control_range_host_language_value

comp_label

comp_host_language_label

comp_name_from_content

  • comp_name_from_content_reset
  • comp_name_from_content_pseudo_element
  • comp_name_from_content_pseudo_element_before
  • comp_name_from_content_pseudo_element_after
  • comp_name_from_content_for_each_child
  • comp_name_from_content_for_each_child_set_current
  • comp_name_from_content_for_each_child_recursion
  • comp_for_each_child_append
  • comp_name_from_content_return

comp_text_node

comp_recursive_name_from_content (tested with comp_name_from_content)

comp_tooltip

No-Op (no test files)

  • comp_append
  • comp_complete