testilo 34.0.2 → 35.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +49 -12
  3. package/batch.js +22 -0
  4. package/call.js +22 -0
  5. package/compare.js +22 -0
  6. package/credit.js +22 -0
  7. package/difgest.js +22 -0
  8. package/digest.js +22 -0
  9. package/merge.js +22 -0
  10. package/package.json +5 -5
  11. package/procs/analyze/axeFrac.js +22 -0
  12. package/procs/analyze/coverage.js +22 -0
  13. package/procs/analyze/ruleCounts.js +22 -0
  14. package/procs/analyze/toolScores.js +22 -0
  15. package/procs/compare/cpA11yMessage/index.js +22 -0
  16. package/procs/compare/cpProductPrice/index.js +22 -0
  17. package/procs/compare/tcp40/index.js +22 -0
  18. package/procs/difgest/tfp40/index.js +22 -0
  19. package/procs/digest/dpProductPrice/index.js +22 -0
  20. package/procs/digest/dpa11yMessage/index.js +22 -0
  21. package/procs/digest/tdp40/index.js +22 -0
  22. package/procs/digest/tdp41/index.js +24 -2
  23. package/procs/digest/tdp42/index.html +1 -1
  24. package/procs/digest/tdp42/index.js +25 -3
  25. package/procs/score/tic40.js +22 -0
  26. package/procs/score/tic41.js +22 -0
  27. package/procs/score/tsp40.js +22 -0
  28. package/procs/score/tsp41.js +24 -2
  29. package/procs/score/tsp42.js +366 -0
  30. package/procs/score/tspA11yMessage.js +22 -0
  31. package/procs/score/tspProductPrice.js +22 -0
  32. package/procs/test.js +22 -0
  33. package/procs/track/ttp40/index.js +22 -0
  34. package/procs/util.js +23 -1
  35. package/reconcile.js +22 -0
  36. package/rescore.js +22 -0
  37. package/score.js +22 -0
  38. package/script.js +22 -0
  39. package/summarize.js +22 -0
  40. package/track.js +22 -0
  41. package/validation/compare/comparer.js +22 -0
  42. package/validation/compare/validate.js +22 -0
  43. package/validation/digest/digester.js +22 -0
  44. package/validation/digest/validate.js +22 -0
  45. package/validation/merge/validate.js +22 -0
  46. package/validation/score/scorer.js +22 -0
  47. package/validation/score/validate.js +22 -0
  48. package/toolRules/alfa.tsv +0 -82
  49. package/toolRules/axe.js +0 -390
  50. package/toolRules/htmlcs.js +0 -543
  51. package/toolRules/ibm.tsv +0 -159
  52. package/toolRules/qualWeb.tsv +0 -121
  53. package/toolRules/tenon.tsv +0 -14
  54. package/toolRules/wave.json +0 -1617
  55. package/toolRules/wave.tsv +0 -55
package/toolRules/ibm.tsv DELETED
@@ -1,159 +0,0 @@
1
- HAAC_Accesskey_NeedLabel An HTML element with an assigned accesskey attribute must have an associated label
2
- HAAC_ActiveDescendantCheck The aria-activedescendant property must reference the id of a non-empty, non-hidden active child element
3
- HAAC_Application_Role_Text Non-decorative static text and image content within an element with application role must be accessible
4
- HAAC_Aria_ErrorMessage A custom error message must reference a valid id value and when triggered the message must be appropriately exposed
5
- HAAC_Aria_ImgAlt An element with img role must have a non-empty label
6
- HAAC_Aria_SvgAlt An element with a graphics role must have a non-empty label
7
- HAAC_Audio_Video_Trigger Media using audio and/or video elements must have keyboard accessible controls
8
- HAAC_BackgroundImg_HasTextOrTitle Background images that convey important information must have a text alternative that describes the image
9
- HAAC_Canvas The canvas element may not be accessible
10
- HAAC_Figure_label A figure element must have an associated label
11
- HAAC_Img_UsemapAlt An image map and each area element in an image map must have text alternative(s)
12
- HAAC_Input_Placeholder HTML5 placeholder attribute must not be used as a visible label replacement
13
- HAAC_List_Group_ListItem List component with group role must limit children to listitem elements
14
- HAAC_Media_DocumentTrigger2 File download mechanisms should be keyboard-operable and preserve page focus location
15
- HAAC_Video_HasNoTrack A video element must have a text alternative for any meaningful audio content
16
- IBMA_Color_Contrast_WCAG2AA The contrast ratio of text with its background must meet WCAG 2.1 AA requirements
17
- IBMA_Color_Contrast_WCAG2AA_PV The contrast ratio of text with its background must meet WCAG 2.1 AA
18
- IBMA_Focus_MultiTab Certain components must have no more than one tabbable element
19
- IBMA_Focus_Tabbable Component must have at least one tabbable element
20
- RPT_Blink_CSSTrigger1 Do not use the blink value of the text-decoration property for longer than five seconds
21
- RPT_Block_ShouldBeHeading Heading text must use a heading element
22
- RPT_Blockquote_HasCite Use blockquote only for quotations, not indentation
23
- RPT_Blockquote_WrapsTextQuote Quotations should be marked with q or blockquote elements
24
- RPT_Elem_EventMouseAndKey All interactive content with mouse event handlers must have equivalent keyboard access
25
- RPT_Elem_UniqueId Element id attribute values must be unique within a document
26
- RPT_Embed_AutoStart Mechanism must be available to pause or stop and control the volume of the audio that plays automatically
27
- RPT_Embed_HasAlt Provide alternative content for embed elements
28
- RPT_Font_ColorInForm Combine color and descriptive markup to indicate required form fields
29
- RPT_Form_ChangeEmpty A form should not be submitted automatically without warning the user
30
- RPT_Header_HasContent Heading elements must provide descriptive text
31
- RPT_Headers_FewWords Heading elements must not be used for presentation
32
- RPT_Html_SkipNav Provide a way to bypass blocks of content that are repeated on multiple Web pages
33
- RPT_Img_AltCommonMisuse alt attribute value must be a good inline replacement for the image
34
- RPT_Img_LongDescription2 The longdesc attribute must reference HTML content
35
- RPT_Img_UsemapValid Server-side image map hot-spots must have duplicate text links
36
- RPT_Label_UniqueFor Form controls should have exactly one label
37
- RPT_List_Misuse List elements should only be used for lists of related items
38
- RPT_List_UseMarkup Use proper HTML list elements to create lists
39
- RPT_Media_AltBrief Alternative text in alt attribute should be brief (150 characters)
40
- RPT_Media_AudioTrigger Audio information should also be available in text form
41
- RPT_Media_AudioVideoAltFilename Audio or video on the page must have a short text alternative that describes the media content
42
- RPT_Media_VideoObjectTrigger Live media (streaming video with audio) should have captions for audio content
43
- RPT_Media_VideoReferenceTrigger Pre-recorded media should have an audio track that describes visual information
44
- RPT_Meta_Refresh Pages should not refresh automatically
45
- RPT_Pre_ASCIIArt ASCII art must have a text alternative
46
- RPT_Script_OnclickHTML1 Scripts should not be used to emulate links
47
- RPT_Script_OnclickHTML2 Scripts should not be used to emulate links
48
- RPT_Style_BackgroundImage Images included by using CSS alone must not convey important information
49
- RPT_Style_ColorSemantics1 Combine color and descriptive markup to convey information
50
- RPT_Style_HinderFocus1 The keyboard focus indicator must be highly visible when default border or outline is modified by CSS
51
- RPT_Style_Trigger2 Windows high contrast mode must be supported when using CSS to include, position or alter non-decorative content
52
- RPT_Table_DataHeadingsAria Data table must identify headers
53
- RPT_Table_LayoutTrigger Avoid using tables to format text documents in columns unless the table can be linearized
54
- RPT_Text_SensoryReference Instructions must be meaningful without shape or location words
55
- RPT_Title_Valid Page title should be a descriptive title, rather than a filename
56
- Rpt_Aria_ApplicationLandmarkLabel An element with application role must have a label that describes its purpose
57
- Rpt_Aria_ComplementaryLandmarkLabel_Implicit Each element with complementary role should have a visible label that describes its purpose
58
- Rpt_Aria_ComplementaryRequiredLabel_Implicit An element with complementary role must have a label
59
- Rpt_Aria_ContentinfoWithNoMain_Implicit An element with contentinfo role is only permitted with an element with main role
60
- Rpt_Aria_EmptyPropertyValue When specifying a required ARIA attribute, the value must not be empty
61
- Rpt_Aria_EventHandlerMissingRole_Native_Host_Sematics Elements with event handlers must have a valid ARIA role
62
- Rpt_Aria_InvalidTabindexForActivedescendant Element using aria-activedescendant property must have its tabindex attribute value set to 0 or -1
63
- Rpt_Aria_MissingFocusableChild UI component must have at least one focusable child element for keyboard access
64
- Rpt_Aria_MissingKeyboardHandler Interactive WAI_ARIA UI components must provide keyboard access
65
- Rpt_Aria_MultipleApplicationLandmarks Each element with application role must have a unique label that describes its purpose
66
- Rpt_Aria_MultipleArticleRoles_Implicit Each element with article role must have a unique label that describes its purpose
67
- Rpt_Aria_MultipleBannerLandmarks_Implicit Each element with banner role must have a unique label that describes its purpose
68
- Rpt_Aria_MultipleComplementaryLandmarks_Implicit Each element with complementary role must have a unique label that describes its purpose
69
- Rpt_Aria_MultipleContentinfoInSiblingSet_Implicit A page, document or application should only have one element with contentinfo role
70
- Rpt_Aria_MultipleContentinfoLandmarks_Implicit Each element with contentinfo role must have a unique label that describes its purpose
71
- Rpt_Aria_MultipleDocumentRoles All elements with a document role must have unique labels
72
- Rpt_Aria_MultipleFormLandmarks_Implicit Each element with form role must have a unique label that describes its purpose
73
- Rpt_Aria_MultipleMainsRequireLabel_Implicit_2 Elements with main role must have unique labels
74
- Rpt_Aria_MultipleMainsVisibleLabel_Implicit Each element with main role should have a unique visible label that describes its purpose
75
- Rpt_Aria_MultipleNavigationLandmarks_Implicit Each element with navigation role must have a unique label that describes its purpose
76
- Rpt_Aria_MultipleRegionsUniqueLabel_Implicit Each element with a region role must have a unique label
77
- Rpt_Aria_MultipleSearchLandmarks Each element with search role must have a unique label that describes its purpose
78
- Rpt_Aria_MultipleToolbarUniqueLabel All toolbar components on a page must have unique labels specified
79
- Rpt_Aria_OneBannerInSiblingSet_Implicit There must be only one element with banner role on the page
80
- Rpt_Aria_OrphanedContent_Native_Host_Sematics All content must reside within an element with a landmark role
81
- Rpt_Aria_RegionLabel_Implicit Each element with region role must have a label that describes its purpose
82
- Rpt_Aria_RequiredChildren_Native_Host_Sematics An element with a ARIA role must contain required children
83
- Rpt_Aria_RequiredParent_Native_Host_Sematics An element with an implicit or explicit role must be contained within a valid element
84
- Rpt_Aria_RequiredProperties When using a ARIA role on an element, the required attributes for that role must be defined
85
- Rpt_Aria_ValidIdRef The ARIA property must reference a non-empty unique id of an existing element that is visible
86
- Rpt_Aria_ValidProperty ARIA attributes must be valid for the elements role
87
- Rpt_Aria_ValidPropertyValue ARIA property values must be valid
88
- Rpt_Aria_ValidRole Elements must have a valid role per ARIA specification
89
- Rpt_Aria_WidgetLabels_Implicit Interactive component must have a programmatically associated name
90
- Valerie_Caption_HasContent A caption element for a table element must contain descriptive text
91
- Valerie_Caption_InTable The caption element must be nested inside the associated table element
92
- Valerie_Elem_DirValid dir attribute value must be ltr, rtl, or auto
93
- Valerie_Frame_SrcHtml A frame containing non-HTML content must be made accessible
94
- Valerie_Label_HasContent A label element must have non-empty descriptive text that identifies the purpose of the interactive component
95
- Valerie_Noembed_HasContent noembed elements should contain descriptive text
96
- Valerie_Table_DataCellRelationships For a complex data table, all th and td elements must be related via header or scope attributes
97
- WCAG20_A_HasText Hyperlinks must have a text description of their purpose
98
- WCAG20_A_TargetAndText Users should be warned in advance if their input action will open a new window or otherwise change their context
99
- WCAG20_Applet_HasAlt applet elements must provide an alt attribute and an alternative description
100
- WCAG20_Area_HasAlt area elements in an image map must have a text alternative
101
- WCAG20_Body_FirstAContainsSkipText_Native_Host_Sematics The description of a hyperlink used to skip content must communicate where it links to
102
- WCAG20_Body_FirstASkips_Native_Host_Sematics Pages must provide a way to skip directly to the main content
103
- WCAG20_Doc_HasTitle The page should have a title that correctly identifies the subject of the page
104
- WCAG20_Elem_Lang_Valid The language of content must be valid and specified in accordance with BCP 47
105
- WCAG20_Elem_UniqueAccessKey accesskey attribute values on each element must be unique for the page
106
- WCAG20_Embed_HasNoEmbed embed elements should be immediately followed by a non-embedded element
107
- WCAG20_Fieldset_HasLegend fieldset elements must have a single, non-empty legend as a label
108
- WCAG20_Form_HasSubmit A form element should have a submit button or an image button
109
- WCAG20_Form_TargetAndText User should be informed in advance when interacting with content causes a change of context
110
- WCAG20_Frame_HasTitle Inline frames must have a unique, non-empty title attribute
111
- WCAG20_Html_HasLang Page must identify the default language of the document with a lang attribute
112
- WCAG20_Img_HasAlt Images must have an alt attribute with a short text alternative if they convey meaning, or alt= if decorative
113
- WCAG20_Img_LinkTextNotRedundant The text alternative for an image within a link should not repeat the link text or adjacent link text
114
- WCAG20_Img_PresentationImgHasNonNullAlt Image designated as decorative must have alt=
115
- WCAG20_Img_TitleEmptyWhenAltNull When the image alt attribute is empty, the title attribute must also be empty
116
- WCAG20_Input_ExplicitLabel Each form control must have an associated label
117
- WCAG20_Input_ExplicitLabelImage The input element of type image should have a text alternative
118
- WCAG20_Input_HasOnchange Verify that any changes of context are explained in advance to the user
119
- WCAG20_Input_InFieldSet Groups of logically related input elements should be contained within a fieldset element
120
- WCAG20_Input_LabelAfter Checkboxes and radio buttons must have a label after the input control
121
- WCAG20_Input_LabelBefore Text inputs and select elements must have a label before the input control
122
- WCAG20_Input_RadioChkInFieldSet input is in a different group than another with the name
123
- WCAG20_Input_VisibleLabel An input element must have an associated visible label
124
- WCAG20_Label_RefValid The for attribute must reference a non-empty, unique id attribute of an input element
125
- WCAG20_Meta_RedirectZero Page should not automatically refresh without warning or option to turn it off or adjust the time limit
126
- WCAG20_Object_HasText object elements must have a text alternative for the content rendered by the object
127
- WCAG20_Script_FocusBlurs Scripting must not remove focus from content that normally receives focus
128
- WCAG20_Select_HasOptGroup Groups of related options within a selection list should be grouped with optgroup
129
- WCAG20_Select_NoChangeAction No changes of context should occur when a selection value receives focus
130
- WCAG20_Style_BeforeAfter Do not use CSS ::before and ::after pseudo-elements to insert non-decorative content
131
- WCAG20_Table_CapSummRedundant The table summary must not duplicate the caption
132
- WCAG20_Table_Scope_Valid Value for scope attribute must be row, col, rowgroup, or colgroup
133
- WCAG20_Table_Structure Table elements with role=presentation or role=none should not have structural elements or attributes
134
- WCAG20_Text_Emoticons Emoticons must have a short text alternative that describes their purpose
135
- WCAG20_Text_LetterSpacing Use CSS letter-spacing to control spacing within a word
136
- WCAG21_Input_Autocomplete The autocomplete attributes token(s) must be appropriate for the input form field
137
- WCAG21_Label_Accessible Accessible name must match or contain the visible label text
138
- WCAG21_Style_Viewport Text must scale up to 200% without loss of content or functionality
139
- aria_attribute_conflict An ARIA attribute must not conflict with the corresponding HTML attribute
140
- aria_attribute_deprecated No deprecated ARIA role or attribute should be used
141
- aria_attribute_redundant An ARIA attribute should not be used when there is a corresponding HTML attribute
142
- aria_hidden_focus_misuse A focusable element should not be within the subtree of an element with aria-hidden set to true
143
- aria_role_redundant An explicitly-assigned ARIA role should not be redundant with the implicit role of the element
144
- aria_semantics_role ARIA roles must be valid for the element to which they are assigned
145
- aria_semantics_attribute ARIA attributes must be valid for the element and ARIA role to which they are assigned
146
- combobox_active_descendant aria-activedescendant must be used to define focus within the combobox popup, except when using a dialog popup
147
- combobox_autocomplete combobox_autocomplete.html
148
- combobox_focusable_elements Tabbable focus for the combobox must be allowed only on the text input, except when using a dialog popup
149
- combobox_haspopup The combobox attribute aria-haspopup value must be appropriate for the role of the element referenced by aria-controls or aria-owns
150
- combobox_popup_reference The aria-controls or aria-owns attribute of the expanded combobox must reference a valid popup id value
151
- combobox_version The combobox design pattern must be valid for ARIA 1.2
152
- element_attribute_deprecated Avoid use of obsolete features if possible
153
- group_withInputs_hasName Groups with nested inputs must have unique accessible name
154
- input_haspopup_invalid input element with list attribute should not also use aria-haspopup attribute
155
- landmark_name_unique Multiple landmarks should have a unique aria-labelledby or aria-label or be nested in a different parent regions
156
- meta_viewport_zoom The meta[name=viewport] should not prevent the browser zooming the content
157
- style_hover_persistent The pointer should be able to move over content displayed on hover
158
- table_aria_descendants Table structure elements cannot specify an explicit role within table containers
159
- table_headers_ref_valid The headers attribute should refer to a valid cell in the same table
@@ -1,121 +0,0 @@
1
- QW-ACT-R1 2779a5 HTML Page has a title
2
- QW-ACT-R2 b5c3f8 HTML has lang attribute
3
- QW-ACT-R3 5b7ae0 HTML lang and xml:lang match
4
- QW-ACT-R4 bc659a Meta-refresh no delay
5
- QW-ACT-R5 bf051a Validity of HTML Lang attribute
6
- QW-ACT-R6 59796f Image button has accessible name
7
- QW-ACT-R7 b33eff Orientation of the page is not restricted using CSS transform property
8
- QW-ACT-R9 b20e66 Links with identical accessible names have equivalent purpose
9
- QW-ACT-R10 4b1c6c iframe elements with identical accessible names have equivalent purpose
10
- QW-ACT-R11 97a4e1 Button has accessible name
11
- QW-ACT-R12 c487ae Link has accessible name
12
- QW-ACT-R13 6cfa84 Element with aria-hidden has no focusable content
13
- QW-ACT-R14 b4f0c3 meta viewport does not prevent zoom
14
- QW-ACT-R15 80f0bf audio or video has no audio that plays automatically
15
- QW-ACT-R16 e086e5 Form control has accessible name
16
- QW-ACT-R17 23a2a8 Image has accessible name
17
- QW-ACT-R18 3ea0c8 id attribute value is unique
18
- QW-ACT-R19 cae760 iframe element has accessible name
19
- QW-ACT-R20 674b10 role attribute has valid value
20
- QW-ACT-R21 7d6734 svg element with explicit role has accessible name
21
- QW-ACT-R22 de46e4 Element within body has valid lang attribute
22
- QW-ACT-R23 c5a4ea video element visual content has accessible alternative
23
- QW-ACT-R24 73f2c2 autocomplete attribute has valid value
24
- QW-ACT-R25 5c01ea ARIA state or property is permitted
25
- QW-ACT-R26 eac66b video element auditory content has accessible alternative
26
- QW-ACT-R27 5f99a7 This rule checks that each aria- attribute specified is defined in ARIA 1.1.
27
- QW-ACT-R28 4e8ab6 Element with role attribute has required states and properties
28
- QW-ACT-R29 e7aa44 Audio element content has text alternative
29
- QW-ACT-R30 2ee8b8 Visible label is part of accessible name
30
- QW-ACT-R31 c3232f Video element visual-only content has accessible alternative
31
- QW-ACT-R32 1ec09b video element visual content has strict accessible alternative
32
- QW-ACT-R33 ff89c9 ARIA required context role
33
- QW-ACT-R34 6a7281 ARIA state or property has valid value
34
- QW-ACT-R35 ffd0e9 Heading has accessible name
35
- QW-ACT-R36 a25f45 Headers attribute specified on a cell refers to cells in the same table element
36
- QW-ACT-R37 afw4f7 Text has minimum contrast
37
- QW-ACT-R38 bc4a75 ARIA required owned elements
38
- QW-ACT-R39 d0f69e All table header cells have assigned data cells
39
- QW-ACT-R40 59br37 Zoomed text node is not clipped with CSS overflow
40
- QW-ACT-R41 36b590 Error message describes invalid form field value
41
- QW-ACT-R42 8fc3b6 Object element has non-empty accessible name
42
- QW-ACT-R43 0ssw9k Scrollable element is keyboard accessible
43
- QW-ACT-R44 fd3a94 Links with identical accessible names and context serve equivalent purpose
44
- QW-ACT-R48 46ca7f Element marked as decorative is not exposed
45
- QW-ACT-R49 aaa1bf Audio or video that plays automatically has no audio that lasts more than 3 seconds
46
- QW-ACT-R50 4c31df Audio or video that plays automatically has a control mechanism
47
- QW-ACT-R51 fd26cf video element visual-only content is media alternative for text
48
- QW-ACT-R52 ac7dc6 video element visual-only content has description track
49
- QW-ACT-R53 ee13b5 video element visual-only content has transcript
50
- QW-ACT-R54 d7ba54 video element visual-only content has audio track alternative
51
- QW-ACT-R55 1ea59c video element visual content has audio description
52
- QW-ACT-R56 ab4d13 video element content is media alternative for text
53
- QW-ACT-R57 f196ce video element visual content has description track
54
- QW-ACT-R58 2eb176 audio element content has transcript
55
- QW-ACT-R59 afb423 audio element content is media alternative for text
56
- QW-ACT-R60 f51b46 video element auditory content has captions
57
- QW-ACT-R61 1a02b0 video element visual content has transcript
58
- QW-ACT-R62 oj04fd Element in sequential focus order has visible focus
59
- QW-ACT-R63 b40fd1 Document has a landmark with non-repeated content
60
- QW-ACT-R64 047fe0 Document has heading for non-repeated content
61
- QW-ACT-R65 307n5z Element with presentational children has no focusable content
62
- QW-ACT-R66 m6b1q3 Menuitem has non-empty accessible name
63
- QW-ACT-R67 24afc2 Letter spacing in style attributes is not !important
64
- QW-ACT-R68 78fd32 Line height in style attributes is not !important
65
- QW-ACT-R69 9e45ec Word spacing in style attributes is not !important
66
- QW-ACT-R70 akn7bn frame with negative tabindex has no interactive elements
67
- QW-ACT-R71 bisz58 meta element has no refresh delay (no exception)
68
- QW-ACT-R72 8a213c First focusable element is link to non-repeated content
69
- QW-ACT-R73 3e12e1 Block of repeated content is collapsible
70
- QW-ACT-R74 ye5d6e Document has an instrument to move focus to non-repeated content
71
- QW-ACT-R75 cf77f2 Bypass Blocks of Repeated Content
72
- QW-ACT-R76 09o5cg Text has enhanced contrast
73
- QW-WCAG-T1 H24 Providing text alternatives for the area elements of image maps
74
- QW-WCAG-T2 H39 Using caption elements to associate data table captions with data tables
75
- QW-WCAG-T3 H71 Providing a description for groups of form controls using fieldset and legend elements
76
- QW-WCAG-T4 H73 Using the summary attribute of the table element to give an overview of data tables
77
- QW-WCAG-T5 H36 Using alt attributes on images used as submit buttons
78
- QW-WCAG-T6 SCR20 Using both keyboard and other device-specific functions
79
- QW-WCAG-T7 H28 Providing definitions for abbreviations by using the abbr element
80
- QW-WCAG-T8 F30 Failure of Success Criterion 1.1.1 and 1.2.1 due to using text alternatives that are not alternatives
81
- QW-WCAG-T9 G141 Organizing a page using headings
82
- QW-WCAG-T10 H2 Combining adjacent image and text links for the same resource
83
- QW-WCAG-T11 H35 Providing text alternatives on applet elements
84
- QW-WCAG-T12 F46 Failure of Success Criterion 1.3.1 due to using th elements, caption elements, or non-empty summary attributes in layout tables
85
- QW-WCAG-T13 F47 Failure of Success Criterion 2.2.2 due to using the blink element
86
- QW-WCAG-T14 H43 Using id and headers attributes to associate data cells with header cells in data tables
87
- QW-WCAG-T15 H59 Using the link element and navigation tools
88
- QW-WCAG-T16 H88 Using HTML according to spec
89
- QW-WCAG-T17 G162 Positioning labels to maximize predictability of relationships
90
- QW-WCAG-T18 H51 Using table markup to present tabular information
91
- QW-WCAG-T19 H32 Providing submit buttons
92
- QW-WCAG-T20 H33 Supplementing link text with the title attribute
93
- QW-WCAG-T21 F89 Failure of Success Criteria 2.4.4, 2.4.9 and 4.1.2 due to not providing an accessible name for an image which is the only content in a link
94
- QW-WCAG-T22 F52 Failure of Success Criterion 3.2.1 and 3.2.5 due to opening a new window as soon as a new page is loaded
95
- QW-WCAG-T23 G1 Adding a link at the top of each page that goes directly to the main content area
96
- QW-WCAG-T24 F55 Failure of Success Criteria 2.1.1, 2.4.7, and 3.2.1 due to using script to remove focus when focus is received
97
- QW-WCAG-T25 H63 Using the scope attribute to associate header cells and data cells in data tables
98
- QW-WCAG-T26 F59 Failure of Success Criterion 4.1.2 due to using script to make div or span a user interface control in HTML without providing a role for the control
99
- QW-WCAG-T27 F88 Failure of Success Criterion 1.4.8 due to using text that is justified (aligned to both the left and the right margins)
100
- QW-WCAG-T28 C12 C13 C14 Using percent, em, names for font sizes
101
- QW-WCAG-T29 C19 Specifying alignment either to the left or right in CSS
102
- QW-WCAG-T30 F4 Failure of Success Criterion 2.2.2 due to using text-decoration:blink without a mechanism to stop it in less than five seconds
103
- QW-WCAG-T31 F24 Failure of Success Criterion 1.4.3, 1.4.6 and 1.4.8 due to specifying foreground colors without specifying background colors or vice versa
104
- QW-WCAG-T32 H48 Using ol, ul and dl for lists or groups of links
105
- QW-BP1 HTML Using h1-h6 to identify headings
106
- QW-BP2 HTML Concise images alt text
107
- QW-BP3 HTML Link element with text content equal to the content of the title attribute
108
- QW-BP4 HTML Grouped links not within a nav element
109
- QW-BP5 HTML Using table elements inside other table elements
110
- QW-BP6 HTML title element is not too long (64 characters)
111
- QW-BP7 HTML Title element contains ASCII-art
112
- QW-BP8 HTML Headings with images should have an accessible name
113
- QW-BP9 HTML Table element without header cells has a caption
114
- QW-BP10 HTML HTML elements are used to control visual presentation of content
115
- QW-BP11 HTML Using br to make a list
116
- QW-BP12 HTML Using scope col and row
117
- QW-BP13 HTML Using consecutive links with the same href and one contains an image
118
- QW-BP14 CSS At least one container's width has been specified using values expressed in px
119
- QW-BP15 CSS At least one width attribute of an HTML element is expressed in absolute values
120
- QW-BP17 HTML Adding a link at the beginning of a block of repeated content to go to the end of the block
121
- QW-BP18 CSS Using percentage values in CSS for container sizes
@@ -1,14 +0,0 @@
1
- 28 The layout or sizing of this page causes horizontal scrolling
2
- 57 This link has no text inside it
3
- 79 This link has a `title` attribute that is the same as the text inside the link
4
- 95 This element has insufficient color contrast (Level AAA)
5
- 98 These links have the same text but different destinations
6
- 129 CSS underline on text has been detected that is not a link
7
- 134 Very small text found
8
- 144 This content's line height is insufficent to properly display the computed element font size
9
- 152 This actionable element is smaller than the minimum required size
10
- 153 This long string of text is in all caps
11
- 155 These headings are not structured in a hierarchical manner
12
- 190 Item(s) with interactive role must have tabindex=0 unless it is natively actionable
13
- 218 This link opens in a new window without user control
14
- 242 Multiple consecutive br tags next to each other, simulating paragraphs