nemo-accessibility
Version:
nemo-accessibility is a nemo plugin aimed to run accessibility scans during nemo tests. nemo-accessibility plugin uses axe-core, htmlcode smiffer and chrome engines to run accessibility scans on a given page or on a given element on a page.
25 lines (24 loc) • 181 kB
JavaScript
/*! html_codesniffer - v2.2.0 - 2018-05-14 */
/**
* +--------------------------------------------------------------------+
* | This HTML_CodeSniffer file is Copyright (c) |
* | Squiz Pty Ltd (ABN 77 084 670 600) |
* +--------------------------------------------------------------------+
* | IMPORTANT: Your use of this Software is subject to the terms of |
* | the Licence provided in the file licence.txt. If you cannot find |
* | this file please contact Squiz (www.squiz.com.au) so we may |
* | provide you a copy. |
* +--------------------------------------------------------------------+
*
*/
(function (root, factory) {
var exports = factory();
for (var prop in exports) {
root[prop] = exports[prop];
}
}(this, function () {
var _global = {
translation: {}
};
_global.translation.en={auditor_name:"HTML_CodeSniffer by Squiz",auditor_using_standard:"Using standard",auditor_standards:"Standards",auditor_code_snippet:"Code Snippet",auditor_close:"Close",auditor_select_types:"Select the types of issues to include in the report",auditor_home:"Home",auditor_view_report:"View Report",auditor_report:"Report",auditor_back_to_report:"Back to Report",auditor_previous_issue:"Previous Issue",auditor_next_issue:"Next Issue",auditor_issue:"Issue",auditor_of:"of",auditor_errors:"Errors",auditor_error:"Error",auditor_warnings:"Warnings",auditor_warning:"Warning",auditor_notices:"Notices",auditor_notice:"Notice",auditor_toggle_display_of:"Toggle display of",auditor_messages:"messages",auditor_unable_to_point:"Unable to point to the element associated with this issue.",auditor_unable_to_point_entire:"Unable to point to this issue, as it relates to the entire document.",auditor_unable_to_point_removed:"Unable to point to this element as it has been removed from the document since the report was generated.",auditor_unable_to_point_outside:"Unable to point to this element because it is located outside the document's body element.",auditor_unable_to_point_hidden:"Unable to point to this element because it is hidden from view, or does not have a visual representation.",auditor_point_to_element:"Point to Element",auditor_unsupported_browser:"The code snippet functionality is not supported in this browser.",auditor_page:"Page",auditor_updated_to:"HTML_CodeSniffer has been updated to version",auditor_view_the_changelog:"View the changelog",auditor_success_criterion:"Success Criterion",auditor_suggested_techniques:"Suggested Techniques","1_1_1_H30.2":"Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link.","1_1_1_H67.1":"Img element with empty alt text must have absent or empty title attribute.","1_1_1_H67.2":"Img element is marked so that it is ignored by Assistive Technology.","1_1_1_H37":"Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.","1_1_1_G94.Image":"Ensure that the img element's alt text serves the same purpose and presents the same information as the image.","1_1_1_H36":"Image submit button missing an alt attribute. Specify a text alternative that describes the button's function, using the alt attribute.","1_1_1_G94.Button":"Ensure that the image submit button's alt text identifies the purpose of the button.","1_1_1_H24":"Area element in an image map missing an alt attribute. Each area element must have a text alternative that describes the function of the image map area.","1_1_1_H24.2":"Ensure that the area element's text alternative serves the same purpose as the part of image map image it references.","1_1_1_G73,G74":"If this image cannot be fully described in a short text alternative, ensure a long text alternative is also available, such as in the body text or through a link.","1_1_1_H2.EG5":"Img element inside a link must not use alt text that duplicates the text content of the link.","1_1_1_H2.EG4":"Img element inside a link has empty or missing alt text when a link beside it contains link text. Consider combining the links.","1_1_1_H2.EG3":"Img element inside a link must not use alt text that duplicates the content of a text link beside it.","1_1_1_H53,ARIA6":"Object elements must contain a text alternative after all other alternatives are exhausted.","1_1_1_G94,G92.Object,ARIA6":"Check that short (and if appropriate, long) text alternatives are available for non-text content that serve the same purpose and present the same information.","1_1_1_H35.3":"Applet elements must contain a text alternative in the element's body, for browsers without support for the applet element.","1_1_1_H35.2":"Applet elements must contain an alt attribute, to provide a text alternative to browsers supporting the element but are unable to load the applet.","1_1_1_G94,G92.Applet":"Check that short (and if appropriate, long) text alternatives are available for non-text content that serve the same purpose and present the same information.","1_2_1_G158":"If this embedded object contains pre-recorded audio only, and is not provided as an alternative for text content, check that an alternative text version is available.","1_2_1_G159,G166":"If this embedded object contains pre-recorded video only, and is not provided as an alternative for text content, check that an alternative text version is available, or an audio track is provided that presents equivalent information.","1_2_2_G87,G93":"If this embedded object contains pre-recorded synchronised media and is not provided as an alternative for text content, check that captions are provided for audio content.","1_2_3_G69,G78,G173,G8":"If this embedded object contains pre-recorded synchronised media and is not provided as an alternative for text content, check that an audio description of its video, and/or an alternative text version of the content is provided.","1_2_4_G9,G87,G93":"If this embedded object contains synchronised media, check that captions are provided for live audio content.","1_2_5_G78,G173,G8":"If this embedded object contains pre-recorded synchronised media, check that an audio description is provided for its video content.","1_2_6_G54,G81":"If this embedded object contains pre-recorded synchronised media, check that a sign language interpretation is provided for its audio.","1_2_7_G8":"If this embedded object contains synchronised media, and where pauses in foreground audio is not sufficient to allow audio descriptions to convey the sense of pre-recorded video, check that an extended audio description is provided, either through scripting or an alternate version.","1_2_8_G69,G159":"If this embedded object contains pre-recorded synchronised media or video-only content, check that an alternative text version of the content is provided.","1_2_9_G150,G151,G157":"If this embedded object contains live audio-only content, check that an alternative text version of the content is provided.","1_3_1_F92,ARIA4":'This element\'s role is "presentation" but contains child elements with semantic meaning.',"1_3_1_H44.NonExistent":'This label\'s "for" attribute contains an ID that does not exist in the document.',"1_3_1_H44.NonExistentFragment":'This label\'s "for" attribute contains an ID that does not exist in the document fragment.',"1_3_1_H44.NotFormControl":'This label\'s "for" attribute contains an ID for an element that is not a form control. Ensure that you have entered the correct ID for the intended element.',"1_3_1_H65":'This form control has a "title" attribute that is empty or contains only spaces. It will be ignored for labelling test purposes.',"1_3_1_ARIA6":'This form control has an "aria-label" attribute that is empty or contains only spaces. It will be ignored for labelling test purposes.',"1_3_1_ARIA16,ARIA9":'This form control contains an aria-labelledby attribute, however it includes an ID "{{id}}" that does not exist on an element. The aria-labelledby attribute will be ignored for labelling test purposes.',"1_3_1_F68.Hidden":"This hidden form field is labelled in some way. There should be no need to label a hidden form field.","1_3_1_F68.HiddenAttr":'This form field is intended to be hidden (using the "hidden" attribute), but is also labelled in some way. There should be no need to label a hidden form field.',"1_3_1_F68":'This form field should be labelled in some way. Use the label element (either with a "for" attribute or wrapped around the form field), or "title", "aria-label" or "aria-labelledby" attributes as appropriate.',"1_3_1_H49.":"Presentational markup used that has become obsolete in HTML5.","1_3_1_H49.AlignAttr":"Align attributes.","1_3_1_H49.Semantic":"Semantic markup should be used to mark emphasised or special text so that it can be programmatically determined.","1_3_1_H49.AlignAttr.Semantic":"Semantic markup should be used to mark emphasised or special text so that it can be programmatically determined.","1_3_1_H42":"Heading markup should be used if this content is intended as a heading.","1_3_1_H63.3":"Table cell has an invalid scope attribute. Valid values are row, col, rowgroup, or colgroup.","1_3_1_H63.2":"Scope attributes on td elements that act as headings for other elements are obsolete in HTML5. Use a th element instead.","1_3_1_H43.ScopeAmbiguous":"Scope attributes on th elements are ambiguous in a table with multiple levels of headings. Use the headers attribute on td elements instead.","1_3_1_H43.IncorrectAttr":'Incorrect headers attribute on this td element. Expected "{{expected}}" but found "{{actual}}"',"1_3_1_H43.HeadersRequired":"The relationship between td elements and their associated th elements is not defined. As this table has multiple levels of th elements, you must use the headers attribute on td elements.","1_3_1_H43.MissingHeaderIds":"Not all th elements in this table contain an id attribute. These cells should contain ids so that they may be referenced by td elements' headers attributes.","1_3_1_H43.MissingHeadersAttrs":"Not all td elements in this table contain a headers attribute. Each headers attribute should list the ids of all th elements associated with that cell.","1_3_1_H43,H63":"The relationship between td elements and their associated th elements is not defined. Use either the scope attribute on th elements, or the headers attribute on td elements.","1_3_1_H63.1":"Not all th elements in this table have a scope attribute. These cells should contain a scope attribute to identify their association with td elements.","1_3_1_H73.3.LayoutTable":"This table appears to be used for layout, but contains a summary attribute. Layout tables must not contain summary attributes, or if supplied, must be empty.","1_3_1_H39,H73.4":"If this table is a data table, and both a summary attribute and a caption element are present, the summary should not duplicate the caption.","1_3_1_H73.3.Check":"If this table is a data table, check that the summary attribute describes the table's organization or explains how to use the table.","1_3_1_H73.3.NoSummary":"If this table is a data table, consider using the summary attribute of the table element to give an overview of this table.","1_3_1_H39.3.LayoutTable":"This table appears to be used for layout, but contains a caption element. Layout tables must not contain captions.","1_3_1_H39.3.Check":"If this table is a data table, check that the caption element accurately describes this table.","1_3_1_H39.3.NoCaption":"If this table is a data table, consider using a caption element to the table element to identify this table.","1_3_1_H71.NoLegend":"Fieldset does not contain a legend element. All fieldsets should contain a legend element that describes a description of the field group.","1_3_1_H85.2":"If this selection list contains groups of related options, they should be grouped with optgroup.","1_3_1_H71.SameName":"If these radio buttons or check boxes require a further group-level description, they should be contained within a fieldset element.","1_3_1_H48.1":"This content looks like it is simulating an unordered list using plain text. If so, marking up this content with a ul element would add proper structure information to the document.","1_3_1_H48.2":"This content looks like it is simulating an ordered list using plain text. If so, marking up this content with an ol element would add proper structure information to the document.","1_3_1_G141_a":"The heading structure is not logically nested. This h{{headingNum}} element appears to be the primary document heading, so should be an h1 element.","1_3_1_G141_b":"The heading structure is not logically nested. This h{{headingNum}} element should be an h{{properHeadingNum}} to be properly nested.","1_3_1_H42.2":"Heading tag found with no content. Text that is not intended as a heading should not be marked up with heading tags.","1_3_1_H48":"If this element contains a navigation section, it is recommended that it be marked up as a list.","1_3_1_LayoutTable":"This table appears to be a layout table. If it is meant to instead be a data table, ensure header cells are identified using th elements.","1_3_1_DataTable":"This table appears to be a data table. If it is meant to instead be a layout table, ensure there are no th elements, and no summary or caption.","1_3_2_G57":"Check that the content is ordered in a meaningful sequence when linearised, such as when style sheets are disabled.","1_3_3_G96":"Where instructions are provided for understanding the content, do not rely on sensory characteristics alone (such as shape, size or location) to describe objects.","1_4_1_G14,G18":"Check that any information conveyed using colour alone is also available in text, or through other visual cues.","1_4_2_F23":"If this element contains audio that plays automatically for longer than 3 seconds, check that there is the ability to pause, stop or mute the audio.","1_4_3_F24.BGColour":"Check that this element has an inherited foreground colour to complement the corresponding inline background colour or image.","1_4_3_F24.FGColour":"Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.","1_4_3_G18_or_G145.Abs":"This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least {{required}}:1.","1_4_3_G18_or_G145.BgImage":"This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least {{required}}:1.","1_4_3_G18_or_G145.Fail":"This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least {{required}}:1, but text in this element has a contrast ratio of {{value}}:1.","1_4_3_G18_or_G145.Fail.Recomendation":"Recommendation: change","1_4_3_G18_or_G145.Fail.Recomendation.Text":"text colour to","1_4_3_G18_or_G145.Fail.Recomendation.Background":"background to","1_4_4_G142":"Check that text can be resized without assistive technology up to 200 percent without loss of content or functionality.","1_4_5_G140,C22,C30.AALevel":"If the technologies being used can achieve the visual presentation, check that text is used to convey information rather than images of text, except when the image of text is essential to the information being conveyed, or can be visually customised to the user's requirements.","1_4_6_G18_or_G17.Abs":"This element is absolutely positioned and the background color can not be determined. Ensure the contrast ratio between the text and all covered parts of the background are at least {{required}}:1.","1_4_6_G18_or_G17.BgImage":"This element's text is placed on a background image. Ensure the contrast ratio between the text and all covered parts of the image are at least {{required}}:1.","1_4_6_G18_or_G17.Fail":"This element has insufficient contrast at this conformance level. Expected a contrast ratio of at least {{required}}:1, but text in this element has a contrast ratio of {{value}}:1.","1_4_6_G18_or_G17.Fail.Recomendation":"Recommendation: change","1_4_6_G18_or_G17.Fail.Recomendation.Text":"text colour to","1_4_6_G18_or_G17.Fail.Recomendation.Background":"background to","1_4_7_G56":"For pre-recorded audio-only content in this element that is primarily speech (such as narration), any background sounds should be muteable, or be at least 20 dB (or about 4 times) quieter than the speech.","1_4_8_G148,G156,G175":"Check that a mechanism is available for the user to select foreground and background colours for blocks of text, either through the Web page or the browser.","1_4_8_H87,C20":"Check that a mechanism exists to reduce the width of a block of text to no more than 80 characters (or 40 in Chinese, Japanese or Korean script).","1_4_8_C19,G172,G169":"Check that blocks of text are not fully justified - that is, to both left and right edges - or a mechanism exists to remove full justification.","1_4_8_G188,C21":"Check that line spacing in blocks of text are at least 150% in paragraphs, and paragraph spacing is at least 1.5 times the line spacing, or that a mechanism is available to achieve this.","1_4_8_H87,G146,C26":"Check that text can be resized without assistive technology up to 200 percent without requiring the user to scroll horizontally on a full-screen window.","1_4_9_G140,C22,C30.NoException":"Check that images of text are only used for pure decoration or where a particular presentation of text is essential to the information being conveyed.","2_1_1_G90":"Ensure the functionality provided by an event handler for this element is available through the keyboard","2_1_1_SCR20.DblClick":"Ensure the functionality provided by double-clicking on this element is available through the keyboard.","2_1_1_SCR20.MouseOver":"Ensure the functionality provided by mousing over this element is available through the keyboard; for instance, using the focus event.","2_1_1_SCR20.MouseOut":"Ensure the functionality provided by mousing out of this element is available through the keyboard; for instance, using the blur event.","2_1_1_SCR20.MouseMove":"Ensure the functionality provided by moving the mouse on this element is available through the keyboard.","2_1_1_SCR20.MouseDown":"Ensure the functionality provided by mousing down on this element is available through the keyboard; for instance, using the keydown event.","2_1_1_SCR20.MouseUp":"Ensure the functionality provided by mousing up on this element is available through the keyboard; for instance, using the keyup event.","2_1_2_F10":"Check that this applet or plugin provides the ability to move the focus away from itself when using the keyboard.","2_2_1_F40.2":"Meta refresh tag used to redirect to another page, with a time limit that is not zero. Users cannot control this time limit.","2_2_1_F41.2":"Meta refresh tag used to refresh the current page. Users cannot control the time limit for this refresh.","2_2_2_SCR33,SCR22,G187,G152,G186,G191":"If any part of the content moves, scrolls or blinks for more than 5 seconds, or auto-updates, check that there is a mechanism available to pause, stop, or hide the content.","2_2_2_F4":"Ensure there is a mechanism available to stop this blinking element in less than five seconds.","2_2_2_F47":"Blink elements cannot satisfy the requirement that blinking information can be stopped within five seconds.","2_2_3_G5":"Check that timing is not an essential part of the event or activity presented by the content, except for non-interactive synchronized media and real-time events.","2_2_4_SCR14":"Check that all interruptions (including updates to content) can be postponed or suppressed by the user, except interruptions involving an emergency.","2_2_5_G105,G181":"If this Web page is part of a set of Web pages with an inactivity time limit, check that an authenticated user can continue the activity without loss of data after re-authenticating.","2_3_1_G19,G176":"Check that no component of the content flashes more than three times in any 1-second period, or that the size of any flashing area is sufficiently small.","2_3_2_G19":"Check that no component of the content flashes more than three times in any 1-second period.","2_4_1_H64.1":"Iframe element requires a non-empty title attribute that identifies the frame.","2_4_1_H64.2":"Check that the title attribute of this element contains text that identifies the frame.","2_4_1_G1,G123,G124,H69":"Ensure that any common navigation elements can be bypassed; for instance, by use of skip links, header elements, or ARIA landmark roles.","2_4_1_G1,G123,G124.NoSuchID":'This link points to a named anchor "{{id}}" within the document, but no anchor exists with that name.',"2_4_1_G1,G123,G124.NoSuchIDFragment":'This link points to a named anchor "{{id}}" within the document, but no anchor exists with that name in the fragment tested.',"2_4_2_H25.1.NoHeadEl":"There is no head section in which to place a descriptive title element.","2_4_2_H25.1.NoTitleEl":"A title should be provided for the document, using a non-empty title element in the head section.","2_4_2_H25.1.EmptyTitle":"The title element in the head section should be non-empty.","2_4_2_H25.2":"Check that the title element describes the document.","2_4_3_H4.2":"If tabindex is used, check that the tab order specified by the tabindex attributes follows relationships in the content.","2_4_4_H77,H78,H79,H80,H81,H33":"Check that the link text combined with programmatically determined link context, or its title attribute, identifies the purpose of the link.","2_4_4_H77,H78,H79,H80,H81":"Check that the link text combined with programmatically determined link context identifies the purpose of the link.","2_4_5_G125,G64,G63,G161,G126,G185":"If this Web page is not part of a linear process, check that there is more than one way of locating this Web page within a set of Web pages.","2_4_6_G130,G131":"Check that headings and labels describe topic or purpose.","2_4_7_G149,G165,G195,C15,SCR31":"Check that there is at least one mode of operation where the keyboard focus indicator can be visually located on user interface controls.","2_4_8_H59.1":"Link elements can only be located in the head section of the document.","2_4_8_H59.2a":"Link element is missing a non-empty rel attribute identifying the link type.","2_4_8_H59.2b":"Link element is missing a non-empty href attribute pointing to the resource being linked.","2_4_9_H30":"Check that text of the link describes the purpose of the link.","3_1_1_H57.2":"The html element should have a lang or xml:lang attribute which describes the language of the document.","3_1_1_H57.3.Lang":"The language specified in the lang attribute of the document element does not appear to be well-formed.","3_1_1_H57.3.XmlLang":"The language specified in the xml:lang attribute of the document element does not appear to be well-formed.","3_1_2_H58":"Ensure that any change in language is marked using the lang and/or xml:lang attribute on an element, as appropriate.","3_1_2_H58.1.Lang":"The language specified in the lang attribute of this element does not appear to be well-formed.","3_1_2_H58.1.XmlLang":"The language specified in the xml:lang attribute of this element does not appear to be well-formed.","3_1_3_H40,H54,H60,G62,G70":"Check that there is a mechanism available for identifying specific definitions of words or phrases used in an unusual or restricted way, including idioms and jargon.","3_1_4_G102,G55,G62,H28,G97":"Check that a mechanism for identifying the expanded form or meaning of abbreviations is available.","3_1_5_G86,G103,G79,G153,G160":"Where the content requires reading ability more advanced than the lower secondary education level, supplemental content or an alternative version should be provided.","3_1_6_H62.1.HTML5":"Ruby element does not contain an rt element containing pronunciation information for its body text.","3_1_6_H62.1.XHTML11":"Ruby element does not contain an rt element containing pronunciation information for the text inside the rb element.","3_1_6_H62.2":"Ruby element does not contain rp elements, which provide extra punctuation to browsers not supporting ruby text.","3_2_1_G107":"Check that a change of context does not occur when this input field receives focus.","3_2_2_H32.2":'This form does not contain a submit button, which creates issues for those who cannot submit the form using the keyboard. Submit buttons are INPUT elements with type attribute "submit" or "image", or BUTTON elements with type "submit" or omitted/invalid.',"3_2_3_G61":"Check that navigational mechanisms that are repeated on multiple Web pages occur in the same relative order each time they are repeated, unless a change is initiated by the user.","3_2_4_G197":"Check that components that have the same functionality within this Web page are identified consistently in the set of Web pages to which it belongs.","3_2_5_H83.3":"Check that this link's link text contains information indicating that the link will open in a new window.","3_3_1_G83,G84,G85":"If an input error is automatically detected in this form, check that the item(s) in error are identified and the error(s) are described to the user in text.","3_3_2_G131,G89,G184,H90":"Check that descriptive labels or instructions (including for required fields) are provided for user input in this form.","3_3_3_G177":"Check that this form provides suggested corrections to errors in user input, unless it would jeopardize the security or purpose of the content.","3_3_4_G98,G99,G155,G164,G168.LegalForms":"If this form would bind a user to a financial or legal commitment, modify/delete user-controllable data, or submit test responses, ensure that submissions are either reversible, checked for input errors, and/or confirmed by the user.","3_3_5_G71,G184,G193":"Check that context-sensitive help is available for this form, at a Web-page and/or control level.","3_3_6_G98,G99,G155,G164,G168.AllForms":"Check that submissions to this form are either reversible, checked for input errors, and/or confirmed by the user.","4_1_1_F77":'Duplicate id attribute value "{{id}}" found on the web page.',"4_1_2_H91.A.Empty":"Anchor element found with an ID but without a href or link text. Consider moving its ID to a parent or nearby element.","4_1_2_H91.A.EmptyWithName":"Anchor element found with a name attribute but without a href or link text. Consider moving the name attribute to become an ID of a parent or nearby element.","4_1_2_H91.A.EmptyNoId":"Anchor element found with no link content and no name and/or ID attribute.","4_1_2_H91.A.NoHref":"Anchor elements should not be used for defining in-page link targets. If not using the ID for other purposes (such as CSS or scripting), consider moving it to a parent element.","4_1_2_H91.A.Placeholder":"Anchor element found with link content, but no href, ID or name attribute has been supplied.","4_1_2_H91.A.NoContent":"Anchor element found with a valid href attribute, but no link content has been supplied.","4_1_2_input_element":"input element","4_1_2_role_of_button":'element has a role of "button" but',"4_1_2_element_content":"element content","4_1_2_element":"element","4_1_2_msg_pattern":"This {{msgNodeType}} does not have a name available to an accessibility API. Valid names are: {{builtAttrs}}.","4_1_2_msg_pattern2":"This {{msgNodeType}} does not have a value available to an accessibility API.","4_1_2_msg_add_one":"Add one by adding content to the element.","4_1_2_msg_pattern3":"This {{msgNodeType}} does not have an initially selected option. Depending on your HTML version, the value exposed to an accessibility API may be undefined.","4_1_2_value_exposed_using_attribute":"A value is exposed using the {{requiredValue}} attribute.","4_1_2_value_exposed_using_element":"A value is exposed using the {{requiredValue}} element."},_global.translation.pl={auditor_name:"Squiz HTML_CodeSniffer",auditor_using_standard:"Używany standard",auditor_standards:"Standardy",auditor_code_snippet:"Fragment kodu",auditor_close:"Zamknij",auditor_select_types:"Wybierz typy błędów, które mają być w raporcie",auditor_home:"Home",auditor_view_report:"Zobacz Raport",auditor_report:"Raport",auditor_back_to_report:"Powrót do Raportu",auditor_previous_issue:"Poprzedni Problem",auditor_next_issue:"Następny Problem",auditor_issue:"Problem",auditor_of:"z",auditor_errors:"Błędy",auditor_error:"Błąd",auditor_warnings:"Ostrzeżenia",auditor_warning:"Ostrzeżenie",auditor_notices:"Uwagi",auditor_notice:"Uwaga",auditor_toggle_display_of:"Przełącz wyświetlanie",auditor_messages:"komunikatów",auditor_unable_to_point:"Nie można wskazać elementu powiązanego z tym kryterium.",auditor_unable_to_point_entire:"Nie można wskazać tego problemu, ponieważ dotyczy on całego dokumentu.",auditor_unable_to_point_removed:"Nie można wskazać tego elementu, ponieważ został on usunięty z dokumentu od momentu wygenerowania raportu.",auditor_unable_to_point_outside:"Nie można wskazać tego elementu, ponieważ znajduje się poza elementem treści dokumentu.",auditor_unable_to_point_hidden:"Nie można wskazać tego elementu, ponieważ jest on niewidoczny lub nie ma reprezentacji wizualnej.",auditor_point_to_element:"Pokaż element",auditor_unsupported_browser:"Funkcja nie jest obsługiwana w tej przeglądarce.",auditor_page:"Strona",auditor_updated_to:"HTML_CodeSniffer został zaktualizowany do wersji",auditor_view_the_changelog:"Zobacz dziennik zmian",auditor_success_criterion:"Kryteria sukcesu",auditor_suggested_techniques:"Sugerowane techniki","1_1_1_H30.2":"Grafika jest jedyną treścią linku i powinna zostać uzupełniona o opis alternatywny opisujący jego funkcję.","1_1_1_H67.1":"Grafika pełni funkcję dekoracyjną zarówno atrybut alt jak i title powinny być puste.","1_1_1_H67.2":"Grafika jest oznaczona jako dekoracyjna i będzie ignorowana przez technologie wspomagające np. czytniki ekranu dla osób niewidomych.","1_1_1_H37":"Znacznik <img> nie ma atrybutu alt. Dodaj ten atrybut i wpisz do niego krótki opis grafiki.","1_1_1_G94.Image":"Upewnij się, że opis alternatywny grafiki przekazuje tę samą informację, co sama grafika.","1_1_1_H36":"Przycisk graficzny nie ma atrybutu alt. Dodaj do przycisku atrybut alt i opisz w nim funkcję przycisku.","1_1_1_G94.Button":"Upewnij się, że opis alternatywny przycisku prawidłowo opisuje funkcję przycisku.","1_1_1_H24":"Element <area> w mapie obrazkowej nie ma atrybutu alt. Każdy taki obszar powinien mieć atrybut alt z opisem alternatywnym, który odpowiednio opisuje dany obszar.","1_1_1_H24.2":"Upewnij się, że opis alternatywny obszaru <area> odpowiada jego funkcji lub treści.","1_1_1_G73,G74":"Jeśli krótki opis alternatywny nie opisuje wystarczająco treści prezentowanej przez grafikę, dodaj rozszerzony opis bezpośrednio na stronie lub na oddzielnej stronie.","1_1_1_H2.EG5":"Opis alternatywny elementu <img> umieszczonego wewnątrz linku, nie może być taki sam jak tekst samego linku.","1_1_1_H2.EG4":"Element <img> znajdujący się wewnątrz linku nie ma atrybutu alt lub alt jest pusty. Ponieważ w sąsiedztwie znajduje się link tekstowy zaleca się połączenie tych elementów w jedno łącze ze wspólnym opisem.","1_1_1_H2.EG3":"Element <img> znajdujący się wewnątrz linku nie może mieć opisu alternatywnego tej samej treści, co link tekstowy znajdujący się w jego sąsiedztwie.","1_1_1_H53,ARIA6":"Element <object> musi zawierać atrybut alt z wprowadzonym opisem alternatywnym o ile nie została zapewniony żaden inny alternatywny opis tego elementu.","1_1_1_G94,G92.Object,ARIA6":"Należy sprawdzić czy krótkie lub długie teksty alternatywne są dostępne dla wszystkich elementów nietekstowych i możliwie najdokładniej je opisują.","1_1_1_H35.3":"<applet> powinien zawierać opis alternatywny wewnątrz znaczników <object>. Zapewni to alternatywę w przeglądarkach, które nie obsługują elementu <applet>.","1_1_1_H35.2":"Applet powinien mieć opis alternatywny w atrybucie alt, aby zapewnić wsparcie w przypadku problemów z załadowaniem zawartości.","1_1_1_G94,G92.Applet":"Należy sprawdzić czy krótkie lub długie teksty alternatywne są dostępne dla wszystkich elementów nietekstowych i możliwie najdokładniej je opisują.","1_2_1_G158":"Treść przedstawiona w sposób dźwiękowy powinna zostać uzupełniona dodatkową transkrypcją lub opisem alternatywnym.","1_2_1_G159,G166":"Jeśli obiekt wideo (bez dźwięku) zamieszczony na stronie nie jest alternatywą dla tekstu, sprawdź czy istnieje do niego alternatywa tekstowa lub ścieżka dźwiękowa prezentująca tę samą treść.","1_2_2_G87,G93":"Jeśli obiekt wideo ze ścieżką audio nie jest alternatywą dla tekstu, sprawdź czy materiał ma napisy dla niesłyszących.","1_2_3_G69,G78,G173,G8":"Jeśli obiekt wideo ze ścieżką audio nie jest alternatywą dla tekstu, sprawdź czy materiał zawiera dodatkowo audiodeskrypcję obrazu i/lub opis alternatywny dla treści przedstawionych wyłącznie w formie obrazu.",
"1_2_4_G9,G87,G93":"Sprawdź czy materiał wideo prezentowany na żywo ma napisy dla niesłyszących tworzone na żywo.","1_2_5_G78,G173,G8":"Sprawdź czy materiał wideo ma dołączoną audiodeskrypcję obrazu.","1_2_6_G54,G81":"Sprawdź czy materiał wideo ma dołączone tłumaczenie na język migowy.","1_2_7_G8":"Jeśli materiał wideo, nie ma wystarczających pauz, by uzupełnić go o audiodeskrypcję, sprawdź czy zamieszczona jest alternatywna wersja lub rozszerzona ścieżka dźwiękowa.","1_2_8_G69,G159":"Sprawdź czy materiał wideo lub wideo (sam obraz) jest umieszczony wraz z alternatywą tekstową.","1_2_9_G150,G151,G157":"Sprawdź czy material audio przekazywany na żywo jest umieszczony wraz z wersją tekstową tworzoną na żywo.","1_3_1_F92,ARIA4":'Ten element ma przypisaną rolę "prezentacja" ale zawiera też konkretne treści.',"1_3_1_H44.NonExistent":'Atrybut "for" znacznika <label> zawiera identyfikator pola, które nie istnieje na stronie.',"1_3_1_H44.NonExistentFragment":'Atrybut "for" znacznika <label> zawiera identyfikator pola, które nie istnieje w tym obszarze strony.',"1_3_1_H44.NotFormControl":'Atrybut "for" znacznika <label> zawiera identyfikator, który jest przypisany do elementu nie będącego elementem formulrza. Sprawdź czy identyfikator został umieszczony w odpowiednim znaczniku.',"1_3_1_H65":'Element formularza zawiera atrybut "title" bez treści lub z samymi spacjami / odstępami. Taki title nie będzie uwzględniany jako prawidłowa etykieta.',"1_3_1_ARIA6":'To pole formularza ma atrybut "aria-label" bez treści lub z samymi spacjami / odstępami. Taki atrybut nie będzie uwzględniany jako prawidłowa etykieta.',"1_3_1_ARIA16,ARIA9":'To pole formularza ma atrybut "aria-labelledby. Jednak jego ID "{{id}}" nie istnieje w żadnym elemencie. Taki atrybut nie będzie uwzględniany jako opis pola.',"1_3_1_F68.Hidden":"To ukryte pole ma etykietę (opis). Nie ma potrzeby dodawania etykiety do ukrytego pola.","1_3_1_F68.HiddenAttr":'To pole ma z zasady być ukryte (za pomocą atrybutu "hidden"). Nie ma potrzeby dodawania etykiety do ukrytego pola.',"1_3_1_F68":'Pole formularza powinno posiadać opis bądź etykietę. Zaleca się dodanie atrybutów "title", "aria-label" lub "aria-labelledby" bądź elementu label (z atrybutem "for" wskajuącym na to pole) .',"1_3_1_H49.":"Znaczniki prezentacyjne użyte w kodzie są przestarzałe w HTML5.","1_3_1_H49.AlignAttr":"Align attributes.","1_3_1_H49.Semantic":"Do wyróżnienia tekstu powinny zostać użyte odpowiednie znaczniki.","1_3_1_H49.AlignAttr.Semantic":"Do wyróżnienia tekstu powinny zostać użyte odpowiednie znaczniki.","1_3_1_H42":"Jeśli ten fragment treści miał być nagłówkiem, powinny zostać użyte znaczniki nagłówków (h1 – h6).","1_3_1_H63.3":'W komórce tabeli użyto niewłaściwy atrybut "scope". Dopuszczalne atrybuty to: "ow", "col", "rowgroup" i "colgroup".',"1_3_1_H63.2":"Atrybuty scope używane na komórkach tabeli (<td>) aby oznaczyć nagłówek są przestarzałe w HTML5. Zaleca się skorzystanie ze znacznika <th>.","1_3_1_H43.ScopeAmbiguous":'Użycie atrybutów scope na elementach th jest niejasne w tabeli z wieloma nagłówkami. Rekomenduje się użycie atrybutu "headers" w znaczniku <td>.',"1_3_1_H43.IncorrectAttr":'Nieprawidłowy atrybut nagłówka w znaczniku <td>. Zamiast "{{actual}}" powinien być "{{expected}}".',"1_3_1_H43.HeadersRequired":'Nie zdefiniowano relacji pomiędzy komórką <td> a powiązanym z nią nagłówkiem <th>. Wskazana tabela ma wiele poziomów <th>, zatem należałoby użyć atrybutu "headers" w komórkach <td>.',"1_3_1_H43.MissingHeaderIds":'Nie wszystkie nagłówki th w tej tabeli posiadają atrybut "id" i nie będzie się można do nich odwołać za pomocą atrybutu "headers" w znacznikach <td>.',"1_3_1_H43.MissingHeadersAttrs":"Nie wszystkie komórki <td> w tej tabeli posiadają atrybut headers. W atrybucie headers powinny znajdować się identyfikatory powiązanych nagłówków.","1_3_1_H43,H63":'Komórki <td> nie mają ustalonej relacji z komórkami nagłówkowymi <th>. Należy zdefiniować atryb "scope" dla <th> lub "headers" dla <td>.',"1_3_1_H63.1":'Nie wszystkie komórki <th> w tej tabeli posiadają atrybut "scope". Ten atrybut pozwala powiązać nagłówki <th> z odpowiednimi komórkami <td>.',"1_3_1_H73.3.LayoutTable":"Tabela jest prawdopodobnie używana do struktury układu graficznego ale zawiera atrybut summary. Tabele używane do budowania struktury strony nie mieć tego atrybutu.","1_3_1_H39,H73.4":'Jeśli tabela zawiera treści i zastosowano w niej atrybut "summary" i znacznik <caption>. Treści tego atrybutu i znacznika nie mogą być powielone.',"1_3_1_H73.3.Check":'Jeśli ta tabela zawiera dane, sprawdź czy atrybut "summary" opisuje układ tabeli oraz wyjaśnia jak jej użyć.',"1_3_1_H73.3.NoSummary":'Jeśli ta tabela zawiera dane, rozważ użycie atrybutu "summary" jako podsumowania zawartości tabeli.',"1_3_1_H39.3.LayoutTable":"Ta tabela wydaje się być przeznaczona do prezentacji układu strony, ale zawiera opis <caption>. Tabele przeznaczone do układu nie mogą zawierać opisu.","1_3_1_H39.3.Check":"Jeśli ta tabela zawiera dane, sprawdź czy <caption> zawiera jej adekwatny opis.","1_3_1_H39.3.NoCaption":"Jeśli ta tabela zawiera dane, powinna być uzupełniona o opis w znaczniku <caption>.","1_3_1_H71.NoLegend":"Fieldset nie ma opisu w formie <legend>. Wszystkim znacznikom <fieldset> powinny towarzyszyć opisy w znaczniku <legend>.","1_3_1_H85.2":"Jeśli listy wyboru stanowią grupę, powinny być zgrupowane elementem <optgroup>.","1_3_1_H71.SameName":'Jeśli te pola "checkbox" i "radio" są powiązane, powinny być zgrupowane znacznikiem <fieldset>.',"1_3_1_H48.1":"Treść przypomina listę nieuporządkowaną. Jeśli jest to lista nieuporządkowana powinna być oznaczona odpowiednimi znacznikami <ul>.","1_3_1_H48.2":"Treść przypomina listę uporządkowaną. Jeśli jest to lista uporządkowana powinna być oznaczona odpowiednimi znacznikami <ol>.","1_3_1_G141_a":"Kolejność nagłówków nie jest poprawnie uporządkowana. Element h{{headingNum}} umieszczony jest jako pierwszy więc powinien być oznaczony jako h1.","1_3_1_G141_b":"Kolejność nagłówków nie jest poprawnie uporządkowana. Nagłówek h{{headingNum}} powinien być oznaczony jako h{{properHeadingNum}}.","1_3_1_H42.2":"Nagłówek nie posiada tekstu. Tekst, który nie ma funkcji nagłówka nie powinien być oznaczony znacznikami do określania nagłówków.","1_3_1_H48":"Jeśli ten element zawiera nawigację, zaleca się aby został oznaczony jako lista np. przy użyciu listy nieuporządkowanej <ul>.","1_3_1_LayoutTable":"Ta tabela wydaje się być przeznaczona do prezentacji układu strony. Jeśli jest inaczej, powinna zawierać nagłówki pod postacią <th>.","1_3_1_DataTable":'Jeżeli tabela jest wykorzystywana do tworzenia układu strony, nie powinna posiadać komórek <th> oraz atrybutu "summary" ani znacznika z opisem <caption>.',"1_3_2_G57":"Struktura i ułożenie elementów powinny oddawać sens strony i informacji.","1_3_3_G96":"Sprawdź czy przekazane instrukcje nie opierają się tylko na właściwościach postrzegalnych przez zmysły takich jak kształt, wielkość czy umiejscowienie.","1_4_1_G14,G18":"Informacje przekazywane za pomocą kolorów powinny być również zapisywane w treści lub mieć inną postać alternatywną.","1_4_2_F23":"Jeżeli materiał audo włączany jest automatycznie i trwa dłużej niż trzy sekundy należy umożliwić zatrzymanie bądź wyciszenie odtwarzania.","1_4_3_F24.BGColour":"Sprawdź czy kolor tekstu odpowiada pod względem wymagań kontrastu kolorowi lub obrazkowi tła.","1_4_3_F24.FGColour":"Sprawdź czy kolor elementu ma taki kolor tła lub w formie obrazka, który pasuje kontrastowo do elementu inline z tekstem.","1_4_3_G18_or_G145.Abs":"Ten element jest pozycjonowany absolutnie i nie jest możliwe zweryfikowanie jego kontrastu. Sprawdź samodzielnie czy kontrast jest na wystarczającym poziomie: {{required}}:1.","1_4_3_G18_or_G145.BgImage":"Tekst elementu wyświetlany jest na obrazku. Należy upewnić się, że stosunek kontrastu tekstu do tła wynosi co najmniej {{required}}:1.","1_4_3_G18_or_G145.Fail":"Ten element ma niewystarczający na tym poziomie zgodności stosunek kontrastu tekstu do tła. Powinien wynosić co najmniej {{required}}:1, a tekst umieszczony w tym elemencie posiada stosunek {{value}}:1.","1_4_3_G18_or_G145.Fail.Recomendation":"Zalecenie: zmiana","1_4_3_G18_or_G145.Fail.Recomendation.Text":"koloru tekstu na","1_4_3_G18_or_G145.Fail.Recomendation.Background":"koloru tła na","1_4_4_G142":"Należy upewnić się, że tekst na stronie może być powiększony do 200% bez użycia technologii wspomagających.","1_4_5_G140,C22,C30.AALevel":"Sprawdź czy stosowane technologie pozwalają na użycie tekstu w graficznej formie. Treść powinna być przekazana w formie tekstu, chyba że graficzna forma tekstu jest istotna z punktu widzenia samej informacji, która jest przekazywana.","1_4_6_G18_or_G17.Abs":"Ten element jest pozycjonowany absolutnie i nie jest możliwe zweryfikowanie jego kontrastu. Sprawdź samodzielnie czy kontrast jest na wystarczającym poziomie: {{required}}:1.","1_4_6_G18_or_G17.BgImage":"Tekst elementu wyświetlany jest na obrazku. Należy upewnić się, że stosunek kontrastu tekstu do tła wynosi conajmniej {{required}}:1.","1_4_6_G18_or_G17.Fail":"Ten element ma niewystarczający stosunek kontrastu tekstu do tła. Powinien wynosić co najmniej {{required}}:1, a tekst umieszczony w tym elemencie posiada stosunek {{value}}:1.","1_4_6_G18_or_G17.Fail.Recomendation":"Zalecenie: zmiana","1_4_6_G18_or_G17.Fail.Recomendation.Text":"koloru tekstu na","1_4_6_G18_or_G17.Fail.Recomendation.Background":"koloru tła na","1_4_7_G56":"Materiał audio, w którym występuje głównie mowa powinien mieć możliwość wyciszenia dźwięków tła lub narracja powinna być przynajmniej o 4 razy(20dB) głośniejsza niż tło.","1_4_8_G148,G156,G175":"Kolor tekstu oraz kolor tła powinny być możliwe do zmiany przez użytkownika na samej stronie lub poprzez funkcje przeglądarki. ","1_4_8_H87,C20":"Szerokość bloku tekstowego nie powinna przekraczać 80 znaków (40 w przypadku alfabetów: chińskiego, japońskiego i koreańskiego).","1_4_8_C19,G172,G169":"Tekst nie powinien być wyjustowany (tzn. wyrównany do prawego i lewego marginesu). Ewentualnie powinien istnieć mechanizm, który pozwala usunąć wyjustowanie.","1_4_8_G188,C21":"Odstępy między wierszami w akapitach powinny wynosić przynajmniej 1,5 wysokości linii, a odległość między akapitami powinna być przynajmniej 1,5 razy większa niż ta pomiędzy wierszami. ","1_4_8_H87,G146,C26":"Tekst na stronie powinien mieć możliwość powiększenia do 200% bez użycia technologii wspomagających. Nie powinno być też wymagane scrollowanie dolnym paskiem ekranu przy takim ustawieniu i zmaksymalizowanym oknie przeglądarki.","1_4_9_G140,C22,C30.NoException":"Sprawdź czy teksty w formie grafiki pełnią wyłącznie funkcję dekoracyjną lub „graficzna” prezentacja tekstu ma znaczenie z uwagi na treść przekazywanej informacji.","2_1_1_G90":"Cała treść oraz wszystkie zawarte w niej funkcjonalności powinny być dostępne przy użyciu klawiatury.","2_1_1_SCR20.DblClick":"Funkcjonalność dostępna po dwukrotnym kliknięciu przyciskiem myszy, również powinna być dostępna przy użyciu klawiatury.","2_1_1_SCR20.MouseOver":"Funkcjonalność dostępna po najechaniu kursorem myszy na element, również powinna być dostępna przy użyciu klawiatury.","2_1_1_SCR20.MouseOut":"Funkcjonalność dostępna po opuszczeniu kursorem myszy elementu, również powinna być dostępna przy użyciu klawiatury.","2_1_1_SCR20.MouseMove":"Funkcjonalność dostępna z wykorzystaniem ruchów myszą, również powinna być dostępna przy użyciu klawiatury.","2_1_1_SCR20.MouseDown":"Funkcjonalność dostępna po wciśnięciu przycisku myszy, również powinna być dostępna przy użyciu klawiatury.","2_1_1_SCR20.MouseUp":"Funkcjonalność dostępna po zwolnieniu przycisku myszy, również powinna być dostępna przy użyciu klawiatury.","2_1_2_F10":"Sprawdź czy plugin lub applet pozwalają na uwolnienie fokusu, jeśli przejdzie on do tych funkcjonalności.","2_2_1_F40.2":'Tag <meta> z atrybutem "redirect" przekierowuje na inną stronę w czesie określonym jako 0. Użytkownicy nie mają kontroli w taki krótkim czasie.',"2_2_1_F41.2":'Tag <meta> z atrybutem "refresh" odświeża aktualną stronę. Użytkownicy nie mają kontroli nad tym odświeżaniem.',"2_2_2_SCR33,SCR22,G187,G152,G186,G191":"Jeśli na stronie znajduje się element dynamiczny, animujący się dłużej niż 5 sekund powinien być mechanizm umożliwiający zatrzymanie tego efektu.","2_2_2_F4":"Jeśli element miga dłużej niż 5 sekund powinien być mechanizm, który umożliwi zatrzymanie migania.","2_2_2_F47":"Element <blink> nie spełnia wymagania o zatrzymaniu się migania w czasie 5 sekund.","2_2_3_G5":"Sprawdź czy w serwisie nie występują ograniczenia czasowe, w działaniach użytkownika, chyba że dotyczy to odtwarzania plików multimedialnych lub działań transmitowanych na żywo.","2_2_4_SCR14":"Sprawdź czy wszelkie przerwy lub przeszkody (np. automatyczna aktualizacja treści), mogą być wyłączone lub opóźnione przez użytkownika — chyba, że dotyczy to nagłych przypadków.","2_2_5_G105,G181":"Jeśli użytkownik zostanie wylogowany w trakcie procesu (np. krokowego), powinien mieć możliwość do powrotu do tego samego stanu procesu, w jakim był wcześniej.","2_3_1_G19,G176":"Elementy strony nie mogą błyskać częściej niż trzy razy w ciągu sekundy oraz jednocześnie obszar migający jest jak najmniejszy.","2_3_2_G19":"Elementy strony nie mogą migać częściej niż trzy razy w ciągu sekundy.","2_4_1_H64.1":'Ramka <iframe> musi posiadać tytuł. Należy wypełnić atrybut "title" i zawrzeć w nim opis ramki.',"2_4_1_H64.2":"Tytuł ramki <iframe> powinień opisywać ją w możliwie najdokładniejszy sposób.","2_4_1_G1,G123,G124,H69":"Sprawdź czy użytkownik może pominąć powtarzającą się nawigację. Można to zapewnić przez użycie skip-linków, nagłówków lub punktów orientacyjnych ARIA.","2_4_1_G1,G123,G124.NoSuchID":"Ten link wskazuje identyfikator {{id}} ale takiego identyfikatora w dokumencie nie ma.","2_4_1_G1,G123,G124.NoSuchIDFragment":"Ten link wskazuje identyfikator {{id}} w dokumencie, ale takiego identyfikatora w testowanym obszarze nie ma.","2_4_2_H25.1.NoHeadEl":"Strona nie ma tytułu. Należy dodać znacznik <title> do sekcji nagłówkowej strony.","2_4_2_H25.1.NoTitleEl":"Strona nie ma tytułu. Należy dodać znacznik <title> do sekcji nagłówkowej strony lub wypełnić jego treść.","2_4_2_H25.1.EmptyTitle":"Znacznik <title> w sekcji nagłówkowej strony nie powinien być pusty.","2_4_2_H25.2":"Znacznik <title> w sekcji nagłówkowej strony powinien możliwie najdokładniej opisywać jej zawartość.","2_4_3_H4.2":'Jeśli został użyty atrybut "tabindex", relacje i następstwo treści są zrozumiałe dla użytkownika.',"2_4_4_H77,H78,H79,H80,H81,H33":'Sprawdź czy treść linku wraz z kontekstem, w którym występuje lub dodatkową treścią w atrybucie "title" pozwala na zrozumienie funkcji / celu linku.',"2_4_4_H77,H78,H79,H80,H81":"Sprawdź czy treść linku wraz z kontekstem, w którym występuje pozwala na zrozumienie funkcji / celu linku.","2_4_5_G125,G64,G63,G161,G126,G185":"Jeśli strona nie jest częścią procesu krokowego, sprawdź czy jest więcej niż jeden sposób na dotarcie do tej strony.","2_4_6_G130,G131":"Nagłówki i etykiety powinny opisywać temat i/lub cel treści.","2_4_7_G149,G165,G195,C15,SCR31":"Każdy element możliwy do nawigacji za pomocą klawiatury, ma widoczny wskaźnik fokusu klawiatury.","2_4_8_H59.1":"Znacznik <link> może być umieszczony wyłącznie w sekcji <head>.","2_4_8_H59.2a":'Znacznik <link> nie ma atrybutu "rel", którego wartość wskazuje na typ i powiązanie linku.',"2_4_8_H59.2b":'Znacznik <link> nie ma adresu w atrybucie "href" — nie prowadzi do żadnego zasobu.',"2_4_9_H30":"Sprawdź czy treść linku zrozumiale opisuje jego funkcję.","3_1_1_H57.2":'Znacznik <html> musi posiadać atrybut "lang" określający język strony.',"3_1_1_H57.3.Lang":'Język zdefiniowany w atrybucie "lang" nie mógł zostać poprawnie zinterpretowany.',"3_1_1_H57.3.XmlLang":'Język zdefiniowany w atrybucie "xml:lang" nie mógł zostać poprawnie zinterpretowany. ',"3_1_2_H58":'Każda zmiana języka w treściach strony powinna być oznaczona atrybutem "lang" lub "xml:lang".',"3_1_2_H58.1.Lang":'Język zdefiniowany w atrybucie "lang" tego elementu nie mógł zostać poprawnie zinterpretowany.',"3_1_2_H58.1.XmlLang":'Język zdefiniowany w atrybucie "xml:lang" tego elementu nie mógł zostać poprawnie zinterpretowany.',"3_1_3_H40,H54,H60,G62,G70":"Sprawdź czy jest zapewniony mechanizm, za pomocą którego można sprawdzić definicje słów użytych w nietypowy sposób, co odnosi się też do idiomów i żargonu.","3_1_4_G102,G55,G62,H28,G97":"Sprawdź czy jest zapewniony mechanizm, za pomocą którego można sprawdzić znaczenie skrótów w ich rozwiniętej formie.","3_1_5_G86,G103,G79,G153,G160":"Jeśli dany tekst wymaga umiejętności czytania na poziomie wyższym niż poziom gimnazjalny, powinna być dostępna jego dodatkowa, uproszczona wersja.","3_1_6_H62.1.HTML5":"Element <ruby> nie zawiera znacznika znacznika <rt>, który opisuje sposób wymowy.","3_1_6_H62.1.XHTML11":"Element <ruby> nie zawiera znacznika <rt>, który opisuje sposób wymowy treści umieszczonej wewnątrz znacznika <rb>.","3_1_6_H62.2":"Element <ruby> nie zawiera znacznika <rp>, który zapewnia wsparcie dl