Accessibility test digest
Synopsis
Page: Nuclear Regulatory Commission (NRC)
URL: https://www.nrc.gov/
Score: 1435
Tested by: Testaro, procedure tp14
Scored by: Testilo, procedure sp14a
Digested by: Testilo, procedure dp14a
Introduction
The Testaro application used its tp14
testing procedure to test the accessibility (barrier-free design and coding) of the Nuclear Regulatory Commission (NRC) web page at https://www.nrc.gov/ on 2022/07/18. The procedure performed 1075 tests. Of these, 16 are custom tests defined by Testaro, and the others belong to these seven other packages (programs that perform collections of tests):
- Alfa by Siteimprove
- Axe-core by Deque
- Continuum by Level Access
- HTML CodeSniffer by Squiz Labs
- Equal Access by IBM
- Tenon by Level Access
- WAVE by WebAIM
Testaro produced a report enumerating the test results.
Testilo processed the report and used the sp14a
scoring procedure to compute partial and total scores for the page. The total score is 1435 (where 0 is the best possible score). The scored report is appended below.
Finally, Testilo used procedure dp14a
to produce this digest, briefly explaining how sp14a
computed the scores.
Score summary
total | 1435 |
---|---|
preventions | 100 |
focusIndication | 289 |
linkIndication | 226 |
targetSize | 122 |
linkForcesNewWindow | 89 |
linkNoText | 70 |
hoverSurprise | 65 |
contrastAAA | 49 |
linkVague | 47 |
contrastAA | 43 |
tableHeaderless | 41 |
linkTextsSame | 32 |
headingEmpty | 30 |
focusableOperable | 28 |
spontaneousMotion | 27 |
zIndexNotZero | 22 |
pageLanguage | 14 |
cellHeadersNotInferrable | 10 |
ariaBadAttribute | 9 |
layoutTable | 9 |
inconsistentStyles | 7 |
contrastRisk | 7 |
linkPair | 7 |
childMissing | 6 |
obsolete | 6 |
allCaps | 6 |
headingStructure | 5 |
submitButton | 5 |
duplicateID | 5 |
horizontalScrolling | 5 |
h1Missing | 4 |
pseudoNavListRisk | 4 |
imageTextRisk | 4 |
imageTextLong | 4 |
linkComprehensionRisk | 4 |
pdfLink | 4 |
visibleBulk | 3 |
tabFocusability | 3 |
skipRepeatedContent | 3 |
hiddenContentRisk | 3 |
linkConfusionRisk | 3 |
tableHeaderCelless | 3 |
tableCaption | 3 |
pseudoHeadingRisk | 3 |
scrollRisk | 3 |
internalLinkBroken | 3 |
Issue summary
Special issues
preventions: Score 100. This is based on tests that the page did not allow to be run. That impedes accessibility progress and risks interfering with tools that users with disabilities need.
Classified issues
focusIndication: Score 289. Issues reported by tests in this category:
- Package
testaro
, testfocInd
, score 267 (Focused element displaying no or nostandard focus indicator) - Package
alfa
, testr65
, score 51 (Element in sequential focus order has no visible focus)
linkIndication: Score 226. Issues reported by tests in this category:
- Package
testaro
, testlinkUl
, score 224 (Non-underlined adjacent links)
targetSize: Score 122. Issues reported by tests in this category:
- Package
tenon
, test152
, score 120 (Actionable element is smaller than the minimum required size)
linkForcesNewWindow: Score 89. Issues reported by tests in this category:
- Package
tenon
, test218
, score 87 (Link opens in a new window without user control)
linkNoText: Score 70. Issues reported by tests in this category:
- Package
htmlcs
, teste:AA.4_1_2.H91.A.EmptyNoId
, score 4 (Link has no name or id attribute or value) - Package
htmlcs
, teste:AA.4_1_2.H91.A.NoContent
, score 8 (Link has an href attribute but no text) - Package
ibm
, testWCAG20_A_HasText
, score 32 (Hyperlink has no text description) - Package
wave
, teste:link_empty
, score 36 (Link contains no text) - Package
tenon
, test57
, score 36 (Link has no text inside it)
hoverSurprise: Score 65. Issues reported by tests in this category:
- Package
testaro
, testhover
, score 63 (Content changes caused by hovering)
contrastAAA: Score 49. Issues reported by tests in this category:
- Package
alfa
, testr66
, score 2 (Text contrast less than AAA requires) - Package
axe
, testcolor-contrast-enhanced
, score 46 (Element has insufficient color contrast (Level AAA)) - Package
tenon
, test95
, score 1 (Element has insufficient color contrast (Level AAA))
linkVague: Score 47. Issues reported by tests in this category:
- Package
tenon
, test73
, score 45 (Link text is too generic to communicate the purpose or destination)
contrastAA: Score 43. Issues reported by tests in this category:
- Package
alfa
, testr69
, score 6 (Text outside widget has subminimum contrast) - Package
axe
, testcolor-contrast
, score 38 (Element has insufficient color contrast) - Package
wave
, testc:contrast
, score 2 (Very low contrast)
tableHeaderless: Score 41. Issues reported by tests in this category:
- Package
ibm
, testRPT_Table_DataHeadingsAria
, score 39 (Data table does not identify headers)
linkTextsSame: Score 32. Issues reported by tests in this category:
- Package
tenon
, test98
, score 30 (Links have the same text but different destinations)
headingEmpty: Score 30. Issues reported by tests in this category:
- Package
axe
, testempty-heading
, score 5 (Heading empty) - Package
htmlcs
, teste:AA.1_3_1.H42.2
, score 3 (Heading empty) - Package
ibm
, testRPT_Header_HasContent
, score 18 (Heading element provides no descriptive text) - Package
wave
, teste:heading_empty
, score 18 (Empty heading)
focusableOperable: Score 28. Issues reported by tests in this category:
- Package
testaro
, testfocOp
, score 26 (Operable elements that cannot be Tab-focused and vice versa)
spontaneousMotion: Score 27. Issues reported by tests in this category:
- Package
testaro
, testmotion
, score 25 (Change of visible content not requested by user)
zIndexNotZero: Score 22. Issues reported by tests in this category:
- Package
testaro
, testzIndex
, score 20 (Layering with nondefault z-index values)
pageLanguage: Score 14. Issues reported by tests in this category:
- Package
alfa
, testr4
, score 4 (Lang attribute missing, empty, or only whitespace) - Package
axe
, testhtml-has-lang
, score 3 (html element has no lang attribute) - Package
htmlcs
, teste:AA.3_1_1.H57.2
, score 4 (html element has no lang or xml:lang attribute) - Package
ibm
, testWCAG20_Html_HasLang
, score 4 (Page detected as HTML, but has no lang attribute) - Package
wave
, teste:language_missing
, score 4 (Language missing or invalid) - Package
continuum
, test101
, score 4 (root html element has no lang attribute)
cellHeadersNotInferrable: Score 10. Issues reported by tests in this category:
- Package
ibm
, testValerie_Table_DataCellRelationships
, score 8 (Not all th and td elements in the complex table have header or scope attributes)
ariaBadAttribute: Score 9. Issues reported by tests in this category:
- Package
axe
, testaria-allowed-attr
, score 4 (ARIA attribute is invalid for the role of its element) - Package
ibm
, testaria_semantics_attribute
, score 4 (ARIA attributes is invalid for the element or ARIA role to which it is assigned) - Package
continuum
, test281
, score 4 (element has an aria-expanded attribute, which is not allowed)
layoutTable: Score 9. Issues reported by tests in this category:
- Package
wave
, testa:table_layout
, score 7 (Table element is misused to arrange content)
inconsistentStyles: Score 7. Issues reported by tests in this category:
- Package
testaro
, teststyleDiff
, score 5 (Heading, link, and button style inconsistencies)
contrastRisk: Score 7. Issues reported by tests in this category:
- Package
htmlcs
, testw:AA.1_4_3.G145.BgImage
, score 1 (Contrast between the text and its background image may be less than 3:1) - Package
htmlcs
, testw:AA.1_4_3.G18.Abs
, score 1 (Contrast between the absolutely positioned text and its background may be inadequate) - Package
htmlcs
, testw:AA.1_4_3.G18.Alpha
, score 1 (Contrast between the text and its background may be less than 4.5:1, given the transparency) - Package
htmlcs
, testw:AA.1_4_3.G18.BgImage
, score 1 (Contrast between the text and its background image may be less than 4.5:1) - Package
htmlcs
, testw:AA.1_4_3_F24.F24.FGColour
, score 1 (Inline foreground color may lack a complementary background color)
linkPair: Score 7. Issues reported by tests in this category:
- Package
wave
, testa:link_redundant
, score 5 (Adjacent links go to the same URL)
childMissing: Score 6. Issues reported by tests in this category:
- Package
alfa
, testr68
, score 4 (Element does not own an element required by its semantic role)
obsolete: Score 6. Issues reported by tests in this category:
- Package
htmlcs
, teste:AA.1_3_1.H49.AlignAttr
, score 3 (align attribute is obsolete) - Package
ibm
, testelement_attribute_deprecated
, score 2 (Element or attribute is obsolete)
allCaps: Score 6. Issues reported by tests in this category:
- Package
tenon
, test153
, score 4 (Long string of text is in all caps)
headingStructure: Score 5. Issues reported by tests in this category:
- Package
axe
, testheading-order
, score 2 (Heading levels do not increase by only one) - Package
htmlcs
, testw:AA.1_3_1_A.G141
, score 1 (Heading level is incorrect) - Package
wave
, testa:heading_skipped
, score 1 (Skipped heading level) - Package
tenon
, test155
, score 1 (Headings are not structured in a hierarchical manner)
submitButton: Score 5. Issues reported by tests in this category:
- Package
htmlcs
, teste:AA.3_2_2.H32.2
, score 3 (Form has no submit button)
duplicateID: Score 5. Issues reported by tests in this category:
- Package
ibm
, testRPT_Elem_UniqueId
, score 3 (Element id attribute value is not unique within the document)
horizontalScrolling: Score 5. Issues reported by tests in this category:
- Package
tenon
, test28
, score 3 (Layout or sizing of the page causes horizontal scrolling)
h1Missing: Score 4. Issues reported by tests in this category:
- Package
alfa
, testr61
, score 2 (First heading is not h1)
pseudoNavListRisk: Score 4. Issues reported by tests in this category:
- Package
htmlcs
, testw:AA.1_3_1.H48
, score 2 (Navigation links are not coded as a list)
imageTextRisk: Score 4. Issues reported by tests in this category:
- Package
wave
, testa:alt_suspicious
, score 2 (Image text alternative is suspicious)
imageTextLong: Score 4. Issues reported by tests in this category:
- Package
wave
, testa:alt_long
, score 2 (Long text alternative)
linkComprehensionRisk: Score 4. Issues reported by tests in this category:
- Package
wave
, testa:link_suspicious
, score 2 (Suspicious link text)
pdfLink: Score 4. Issues reported by tests in this category:
- Package
wave
, testa:link_pdf
, score 2 (Link to PDF document)
visibleBulk: Score 3. Issues reported by tests in this category:
- Package
testaro
, testbulk
, score 1 (Page contains many visible elements)
tabFocusability: Score 3. Issues reported by tests in this category:
- Package
testaro
, testfocAll
, score 1 (Discrepancy between elements that should be and that are Tab-focusable)
skipRepeatedContent: Score 3. Issues reported by tests in this category:
- Package
alfa
, testr87
, score 1 (First focusable element is not a link to the main content)
hiddenContentRisk: Score 3. Issues reported by tests in this category:
- Package
axe
, testhidden-content
, score 1 (Some content is hidden and therefore may not be testable for accessibility)
linkConfusionRisk: Score 3. Issues reported by tests in this category:
- Package
axe
, testidentical-links-same-purpose
, score 1 (Links with the same accessible name may serve dissimilar purposes)
tableHeaderCelless: Score 3. Issues reported by tests in this category:
- Package
axe
, testth-has-data-cells
, score 1 (Table header refers to no cell)
tableCaption: Score 3. Issues reported by tests in this category:
- Package
htmlcs
, testw:AA.1_3_1.H39.3.NoCaption
, score 1 (Table has no caption element)
pseudoHeadingRisk: Score 3. Issues reported by tests in this category:
- Package
htmlcs
, testw:AA.1_3_1.H42
, score 1 (Heading coding is not used but the element may be intended as a heading)
scrollRisk: Score 3. Issues reported by tests in this category:
- Package
htmlcs
, testw:AA.1_4_10.C32,C31,C33,C38,SCR34,G206
, score 1 (Fixed-position element may force bidirectional scrolling)
internalLinkBroken: Score 3. Issues reported by tests in this category:
- Package
wave
, testa:link_internal_broken
, score 1 (Broken same-page link)
Discussion
Although there are widely accepted accessibility standards, there is no unanimity about how to define, test, and quantify accessibility. The failures reported in this digest merit investigation as potential opportunities for improved accessibility. Investigation may lead you to conclude that some of the reported failures do not actually harm accessibility. Conversely, some substantial accessibility faults can escape detection by any of these tests. You may question the attempt to assign an accessibility score to a web page, or you may prefer weightings and formulas different from those used by sp14a
. You can modify and extend Testaro and Testilo to fit other theories and priorities.
Here, in brief, is how sp14a
computes a score for a page.
- It finds all the defects and warnings (let’s call them
issues
) recorded in the report. - It classifies them according to type. For example, a link that looks like the text around it is one issue category, while a video that has no captions is another issue category.
- It also classifies the issues according to severity. For example, an issue that prevents a transaction is more severe than an issue that only complicates the transaction, and a warning about a possible issue is less severe than a definite finding of an issue. (Some packages rate the severity of each issue; for the other packages,
sp12b
assigns a severity weight to the issue type and uses that weight.) - It assigns quality ratings to particular tests that are judged abnormally reliable or unreliable.
- It assigns a score to each issue reported by each test of each package.
- It aggregates the issue scores, weighting them by severity, test quality, and redundancy. Redundancy occurs, and causes downweighting, when two or more packages contain tests that are designed to discover the same or mostly the same issues. So the score for a category is not simply the sum of the scores of the tests in that category.
- It assigns a score for issues in the page logged by the browser.
- It assigns an estimated score each time the page prevents one of the packages or one of the Testaro tests from being run on the page.
- It adds the scores together to obtain a total score.
The precise rules of sp14a
are found in the code itself.
Report
{ "id": "4aieq-nrc", "host": { "id": "nrc", "which": "https://www.nrc.gov/", "what": "Nuclear Regulatory Commission (NRC)" }, "log": [ { "event": "startTime", "value": "2022-07-18T00:47:02" }, { "event": "endTime", "value": "2022-07-18T00:49:52" } ], "script": { "id": "tp12", "what": "Alfa, Axe, HTML CodeSniffer, IBM, Tenon, WAVE, and 16 custom tests", "strict": true, "timeLimit": 300, "commands": [ { "type": "launch", "which": "webkit", "what": "Webkit browser" }, { "type": "url", "which": "https://www.nrc.gov/", "what": "Nuclear Regulatory Commission (NRC)" }, { "type": "tenonRequest", "id": "a", "withNewContent": true, "what": "Tenon API version 2 test request" }, { "type": "test", "which": "motion", "what": "spontaneous change of content; requires webkit", "delay": 2500, "interval": 2500, "count": 5 }, { "type": "launch", "which": "chromium", "what": "Chromium browser" }, { "type": "url", "which": "https://www.nrc.gov/", "what": "Nuclear Regulatory Commission (NRC)" }, { "type": "test", "which": "bulk", "what": "count of visible elements" }, { "type": "test", "which": "embAc", "withItems": true, "what": "active elements incorrectly embedded in each other" }, { "type": "test", "which": "focAll", "what": "Tab-focusability" }, { "type": "test", "which": "focInd", "revealAll": false, "allowedDelay": 250, "withItems": true, "what": "focus indicators" }, { "type": "test", "which": "focOp", "withItems": true, "what": "focusability and operability of elements" }, { "type": "test", "which": "hover", "headSize": 20, "headSampleSize": 20, "tailSampleSize": 15, "withItems": true, "what": "hover impacts" }, { "type": "test", "which": "labClash", "withItems": true, "what": "unlabeled and mislabeled form controls" }, { "type": "test", "which": "linkUl", "withItems": true, "what": "underlining of inline links" }, { "type": "test", "which": "menuNav", "withItems": true, "what": "keyboard navigation within true-focus menus" }, { "type": "test", "which": "radioSet", "withItems": true, "what": "grouping of radio buttons in fieldsets" }, { "type": "test", "which": "role", "what": "validity and necessity of role assignments" }, { "type": "test", "which": "styleDiff", "withItems": true, "what": "style consistency of headings, buttons, and links" }, { "type": "test", "which": "tabNav", "withItems": true, "what": "keyboard navigation within tab lists" }, { "type": "test", "which": "zIndex", "withItems": true, "what": "elements with non-auto z indexes" }, { "type": "test", "which": "alfa", "what": "Siteimprove alfa" }, { "type": "test", "which": "axe", "detailLevel": 2, "rules": [], "what": "Axe core, all rules" }, { "type": "test", "which": "htmlcs", "what": "HTML CodeSniffer" }, { "type": "test", "which": "ibm", "withItems": true, "what": "IBM Accessibility Checker, with page content and again with URL" }, { "type": "test", "which": "wave", "reportType": 4, "what": "WAVE, report-type 4" }, { "type": "test", "which": "tenon", "id": "a", "what": "Tenon API version 2 result retrieval" } ] }, "acts": [ { "type": "launch", "which": "webkit", "what": "Webkit browser" }, { "type": "url", "which": "https://www.nrc.gov/", "what": "Nuclear Regulatory Commission (NRC)", "result": "https://www.nrc.gov/" }, { "type": "tenonRequest", "id": "a", "withNewContent": true, "what": "Tenon API version 2 test request", "url": "https://www.nrc.gov/" }, { "type": "test", "which": "motion", "what": "motion", "delay": 2500, "interval": 2500, "count": 5, "url": "https://www.nrc.gov/", "result": { "bytes": [ 661639, 776393, 822939, 727010, 889355 ], "localRatios": [ 1.173, 1.06, 1.132, 1.223 ], "meanLocalRatio": 1.147, "maxLocalRatio": 1.223, "globalRatio": 1.344, "pixelChanges": [ 432017, 28860, 314800, 324806 ], "meanPixelChange": 275120, "maxPixelChange": 432017, "changeFrequency": 1 } }, { "type": "launch", "which": "chromium", "what": "Chromium browser" }, { "type": "url", "which": "https://www.nrc.gov/", "what": "Nuclear Regulatory Commission (NRC)", "result": "https://www.nrc.gov/" }, { "type": "test", "which": "bulk", "what": "count of visible elements", "url": "https://www.nrc.gov/", "result": { "visibleElements": 710 } }, { "type": "test", "which": "embAc", "withItems": true, "what": "active elements embedded in links or buttons", "url": "https://www.nrc.gov/", "result": { "totals": { "links": 0, "buttons": 0, "inputs": 0, "selects": 0 }, "items": [] } }, { "type": "test", "which": "focAll", "what": "focusable and Tab-focused elements", "url": "https://www.nrc.gov/", "result": { "tabFocusables": 147, "tabFocused": 146, "discrepancy": -1 } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://www.nrc.gov/", "what": "URL", "result": "https://www.nrc.gov/" }, { "type": "test", "which": "focInd", "revealAll": false, "allowedDelay": 250, "withItems": true, "what": "focus indicators", "url": "https://www.nrc.gov/", "result": { "totals": { "total": 147, "types": { "indicatorMissing": { "total": 60, "tagNames": { "A": 59, "INPUT": 1 } }, "nonOutlinePresent": { "total": 87, "tagNames": { "A": 84, "BUTTON": 3 } }, "outlinePresent": { "total": 0, "meanDelay": 0, "tagNames": {} } } }, "items": { "indicatorMissing": [ { "tagName": "A", "text": "FAQ" }, { "tagName": "A", "text": "Glossary" }, { "tagName": "A", "text": "Facility Locator" }, { "tagName": "A", "text": "What's New" }, { "tagName": "A", "text": "Site Help" }, { "tagName": "A", "text": "Index A-Z" }, { "tagName": "A", "text": "Contact Us" }, { "tagName": "A", "text": "Email Updates" }, { "tagName": "A", "text": "" }, { "tagName": "A", "text": "Report a Safety Concern" }, { "tagName": "INPUT", "text": "" }, { "tagName": "A", "text": "Search" }, { "tagName": "A", "text": "" }, { "tagName": "A", "text": "" }, { "tagName": "A", "text": "" }, { "tagName": "A", "text": "" }, { "tagName": "A", "text": "" }, { "tagName": "A", "text": "" }, { "tagName": "A", "text": "" }, { "tagName": "A", "text": "" }, { "tagName": "A", "text": "Learn More" }, { "tagName": "A", "text": "Learn More" }, { "tagName": "A", "text": "Learn More" }, { "tagName": "A", "text": "Learn More" }, { "tagName": "A", "text": "Learn More" }, { "tagName": "A", "text": "Learn More" }, { "tagName": "A", "text": "Learn More" }, { "tagName": "A", "text": "Environmental Justice" }, { "tagName": "A", "text": "NRC COVID-19 Update" }, { "tagName": "A", "text": "International Strategy 2021-2025" }, { "tagName": "A", "text": "Tribal Liaison Program" }, { "tagName": "A", "text": "Mission Analytics Portal External" }, { "tagName": "A", "text": "Transformation at the NRC - Updated" }, { "tagName": "A", "text": "OIG Hotline" }, { "tagName": "A", "text": "Rulemaking Activity" }, { "tagName": "A", "text": "New Reactor Construction - Vogtle" }, { "tagName": "A", "text": "Commission Documents" }, { "tagName": "A", "text": "Advanced Reactors" }, { "tagName": "A", "text": "Nuclear Security" }, { "tagName": "A", "text": "NRC Safety Culture Policy Statement" }, { "tagName": "A", "text": "Strategic Plan" }, { "tagName": "A", "text": "For Employees" }, { "tagName": "A", "text": "Spotlight Archive ยป" }, { "tagName": "A", "text": "NRC Proposes $8,000 Fine to Alt & Witzig Engineering, Inc." }, { "tagName": "A", "text": "NRC Issues Final Environmental Study on Proposed New Mexico Spent Fuel Storage Facility" }, { "tagName": "A", "text": "NRC Seeks Comment on Draft Supplemental Environmental Impact Statement for SHINE Medical Technologie" }, { "tagName": "A", "text": "NRC to Hold Public Meeting in San Luis Obispo to Discuss Diablo Canyon Nuclear Power Plant Decommiss" }, { "tagName": "A", "text": "NRC Names New Senior Resident Inspector at Vogtle Nuclear Power Plant" }, { "tagName": "A", "text": "NRC Names New Resident Inspector at Brunswick Nuclear Power Plant" }, { "tagName": "A", "text": "View All" }, { "tagName": "A", "text": "Next Commission Webcast" }, { "tagName": "A", "text": "Learn More" }, { "tagName": "A", "text": "" }, { "tagName": "A", "text": "" }, { "tagName": "A", "text": "" }, { "tagName": "A", "text": "" }, { "tagName": "A", "text": "" }, { "tagName": "A", "text": "" }, { "tagName": "A", "text": "" }, { "tagName": "A", "text": "" } ], "nonOutlinePresent": [ { "tagName": "A", "text": "Nuclear Reactors" }, { "tagName": "A", "text": "Nuclear Materials" }, { "tagName": "A", "text": "Radioactive Waste" }, { "tagName": "A", "text": "Nuclear Security" }, { "tagName": "A", "text": "Public Meetings & Involvement" }, { "tagName": "A", "text": "NRC Library" }, { "tagName": "A", "text": "About NRC" }, { "tagName": "BUTTON", "text": "today" }, { "tagName": "BUTTON", "text": "" }, { "tagName": "BUTTON", "text": "" }, { "tagName": "A", "text": "01" }, { "tagName": "A", "text": "02" }, { "tagName": "A", "text": "03" }, { "tagName": "A", "text": "04" }, { "tagName": "A", "text": "05" }, { "tagName": "A", "text": "06" }, { "tagName": "A", "text": "07" }, { "tagName": "A", "text": "08" }, { "tagName": "A", "text": "09" }, { "tagName": "A", "text": "10" }, { "tagName": "A", "text": "11" }, { "tagName": "A", "text": "12" }, { "tagName": "A", "text": "13" }, { "tagName": "A", "text": "14" }, { "tagName": "A", "text": "15" }, { "tagName": "A", "text": "16" }, { "tagName": "A", "text": "17" }, { "tagName": "A", "text": "18" }, { "tagName": "A", "text": "19" }, { "tagName": "A", "text": "20" }, { "tagName": "A", "text": "21" }, { "tagName": "A", "text": "22" }, { "tagName": "A", "text": "23" }, { "tagName": "A", "text": "24" }, { "tagName": "A", "text": "25" }, { "tagName": "A", "text": "26" }, { "tagName": "A", "text": "27" }, { "tagName": "A", "text": "28" }, { "tagName": "A", "text": "29" }, { "tagName": "A", "text": "30" }, { "tagName": "A", "text": "31" }, { "tagName": "A", "text": "NEWS RELEASES" }, { "tagName": "A", "text": "EVENT REPORTS" }, { "tagName": "A", "text": "ADAMS" }, { "tagName": "A", "text": "OPEN GOV" }, { "tagName": "A", "text": "DIGITAL GOVERNMENT" }, { "tagName": "A", "text": "THE STUDENT CORNER" }, { "tagName": "A", "text": "PHOTOS & VIDEOS" }, { "tagName": "A", "text": "FOR DEVELOPERS" }, { "tagName": "A", "text": "STRATEGIC PLAN" }, { "tagName": "A", "text": "BUDGET & PERFORMANCE" }, { "tagName": "A", "text": "AGENCY FINANCIAL REPORT" }, { "tagName": "A", "text": "LICENSE FEES" }, { "tagName": "A", "text": "HISTORY OF THE NRC" }, { "tagName": "A", "text": "CAREER OPPORTUNITIES" }, { "tagName": "A", "text": "NRC ETHICS" }, { "tagName": "A", "text": "AGENCY STATUS" }, { "tagName": "A", "text": "CONTACT US" }, { "tagName": "A", "text": "INFO DIGEST" }, { "tagName": "A", "text": "FACT SHEETS & BROCHURES" }, { "tagName": "A", "text": "FORMS" }, { "tagName": "A", "text": "ELECTRONIC SUBMITTALS APPLICATION" }, { "tagName": "A", "text": "ADJUDICATORY SUBMISSIONS" }, { "tagName": "A", "text": "NRC REPORTS - NUREG" }, { "tagName": "A", "text": "NRC REGULATIONS - 10-CFR" }, { "tagName": "A", "text": "INSPECTION REPORTS" }, { "tagName": "A", "text": "PLAIN WRITING" }, { "tagName": "A", "text": "ENFORCEMENT ACTIONS" }, { "tagName": "A", "text": "RULEMAKING" }, { "tagName": "A", "text": "" }, { "tagName": "A", "text": "" }, { "tagName": "A", "text": "" }, { "tagName": "A", "text": "" }, { "tagName": "A", "text": "" }, { "tagName": "A", "text": "" }, { "tagName": "A", "text": "" }, { "tagName": "A", "text": "" }, { "tagName": "A", "text": "Regulations.gov" }, { "tagName": "A", "text": "USA.gov" }, { "tagName": "A", "text": "FOIA" }, { "tagName": "A", "text": "No Fear EEO" }, { "tagName": "A", "text": "Inspector General" }, { "tagName": "A", "text": "Site Map" }, { "tagName": "A", "text": "Accessibility" }, { "tagName": "A", "text": "Privacy Policy" }, { "tagName": "A", "text": "Site Disclaimer" }, { "tagName": "A", "text": "For Employees" } ], "outlinePresent": [] } } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://www.nrc.gov/", "what": "URL", "result": "https://www.nrc.gov/" }, { "type": "test", "which": "focOp", "withItems": true, "what": "focusability and operability", "url": "https://www.nrc.gov/", "result": { "totals": { "total": 296, "types": { "onlyFocusable": { "total": 0, "tagNames": {} }, "onlyOperable": { "total": 17, "tagNames": { "DIV": 17 } }, "focusableAndOperable": { "total": 279, "tagNames": { "INPUT": 8, "A": 268, "BUTTON": 3 } } } }, "items": { "onlyFocusable": [], "onlyOperable": [ { "tagName": "DIV", "id": "", "text": "<div class=\"owl-page active\" style=\"cursor: default;\"><span class=\"\"></span></di", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "<div class=\"owl-page\" style=\"cursor: default;\"><span class=\"\"></span></div>", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "<div class=\"owl-page\" style=\"cursor: default;\"><span class=\"\"></span></div>", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "<div class=\"owl-page\" style=\"cursor: default;\"><span class=\"\"></span></div>", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "<div class=\"owl-page\" style=\"cursor: default;\"><span class=\"\"></span></div>", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "<div class=\"owl-page\" style=\"cursor: default;\"><span class=\"\"></span></div>", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "<div class=\"owl-page\" style=\"cursor: default;\"><span class=\"\"></span></div>", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "<div class=\"owl-prev\" style=\"cursor: default;\"><i class=\"icon-fontello-left-open", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "", "text": "<div class=\"owl-next\" style=\"cursor: default;\"><i class=\"icon-fontello-right-ope", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "tile141310", "text": "Event Reports Reports Associated with Events. Read More", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "tile141311", "text": "ADAMS Public Documents Search and view NRC's public documents Read More", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "tile141312", "text": "Open Government NRC Approach to Open/Digital Government Read More", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "tile141313", "text": "eBilling Invoices available On-Line Learn More", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "tile141314", "text": "The Student Corner Information for Students and Teachers Read More", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "tile141315", "text": "In a Nuclear Emergency... Know what to do Read More", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "tile141316", "text": "Information Digest Agency Data at a Glance Read More", "byTag": false, "byOnClick": false, "byPointer": true }, { "tagName": "DIV", "id": "tile141317", "text": "Facility Locator Locate a facility near you Locate Now", "byTag": false, "byOnClick": false, "byPointer": true } ], "focusableAndOperable": [ { "tagName": "INPUT", "id": "__EVENTTARGET", "text": "<input type=\"hidden\" name=\"__EVENTTARGET\" id=\"__EVENTTARGET\" value=\"\">", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "INPUT", "id": "__EVENTARGUMENT", "text": "<input type=\"hidden\" name=\"__EVENTARGUMENT\" id=\"__EVENTARGUMENT\" value=\"\">", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "INPUT", "id": "lng", "text": "<input type=\"hidden\" name=\"lng\" id=\"lng\" value=\"en-US\">", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "INPUT", "id": "__VIEWSTATEGENERATOR", "text": "<input type=\"hidden\" name=\"__VIEWSTATEGENERATOR\" id=\"__VIEWSTATEGENERATOR\" value", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "INPUT", "id": "__SCROLLPOSITIONX", "text": "<input type=\"hidden\" name=\"__SCROLLPOSITIONX\" id=\"__SCROLLPOSITIONX\" value=\"0\">", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "INPUT", "id": "__SCROLLPOSITIONY", "text": "<input type=\"hidden\" name=\"__SCROLLPOSITIONY\" id=\"__SCROLLPOSITIONY\" value=\"0\">", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "", "text": "<a class=\"navbar-toggle btn responsive-menu pull-right\" data-toggle=\"collapse\" d", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "p_lt_WebPartZone3_zRightHeader_CORE_V1_Header_Link_btnElem_hyperLink", "text": "FAQ", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "p_lt_WebPartZone3_zRightHeader_CORE_V1_Header_Link1_btnElem_hyperLink", "text": "Glossary", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "p_lt_WebPartZone3_zRightHeader_CORE_V1_Header_Link2_btnElem_hyperLink", "text": "Facility Locator", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "p_lt_WebPartZone3_zRightHeader_CORE_V1_Header_Link3_btnElem_hyperLink", "text": "What's New", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "p_lt_WebPartZone3_zRightHeader_CORE_V1_Header_Link4_btnElem_hyperLink", "text": "Site Help", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "p_lt_WebPartZone3_zRightHeader_CORE_V1_Header_Link5_btnElem_hyperLink", "text": "Index A-Z", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "p_lt_WebPartZone3_zRightHeader_CORE_V1_Header_Link6_btnElem_hyperLink", "text": "Contact Us", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "p_lt_WebPartZone3_zRightHeader_CORE_V1_Header_Link7_btnElem_hyperLink", "text": "Email Updates", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"navbar-brand\" href=\"/\" style=\"cursor: default;\"> <img src=\"/cdn/site/l", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"logo\" href=\"/\" style=\"cursor: default;\"> <img src=\"/cdn/site/logo/logo", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Report a Safety Concern", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "INPUT", "id": "master-search", "text": "<input name=\"master-search\" type=\"text\" id=\"master-search\" class=\"search-box for", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "master-search-btn", "text": "Search", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.facebook.com/nrcgov/\" target=\"_blank\" title=\"NRC Facebook\" ", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://twitter.com/nrcgov\" target=\"_blank\" title=\"NRC Twitter Feed\" st", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.linkedin.com/company/u-s--nuclear-regulatory-commission/\" t", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.youtube.com/user/NRCgov\" target=\"_blank\" title=\"NRC YouTube", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.flickr.com/photos/nrcgov/sets\" target=\"_blank\" title=\"NRC F", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://public-blog.nrc-gateway.gov/\" target=\"_blank\" title=\"NRC Blog A", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://service.govdelivery.com/service/multi_subscribe.html?code=USNRC", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"/public-involve/listserver.html#rss\" target=\"_self\" title=\"NRC RSS Feed", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Nuclear Reactors", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"angle top-level\" data-toggle=\"dropdown\" href=\"#\" style=\"cursor: defaul", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm3c1_CORE_V1_InPageLink_btnElem_hyperLink", "text": "Power Reactors", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm3c1_CORE_V1_InPageLink1_btnElem_hyperLink", "text": "Research & Test Reactors", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm3c2_CORE_V1_InPageLink2_btnElem_hyperLink", "text": "Operating Reactors", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm3c2_CORE_V1_InPageLink3_btnElem_hyperLink", "text": "New Reactors", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm3c3_CORE_V1_InPageLink4_btnElem_hyperLink", "text": "Operator Licensing", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm3c3_CORE_V1_InPageLink5_btnElem_hyperLink", "text": "Research Activities", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm1c1_CORE_V1_InPageLink6_btnElem_hyperLink", "text": "Nuclear Reactor Quick Links", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Nuclear Materials", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"angle top-level\" data-toggle=\"dropdown\" href=\"#\" style=\"cursor: defaul", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm13c1_CORE_V1_InPageLink_btnElem_hyperLink", "text": "Special Nuclear Material", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm13c1_CORE_V1_InPageLink1_btnElem_hyperLink", "text": "Source Material", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm13c1_CORE_V1_InPageLink6_btnElem_hyperLink", "text": "Byproduct Material", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm13c2_CORE_V1_InPageLink2_btnElem_hyperLink", "text": "Med, Ind, & Academic Uses", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm13c2_CORE_V1_InPageLink3_btnElem_hyperLink", "text": "Radium", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm13c2_CORE_V1_InPageLink7_btnElem_hyperLink", "text": "Uranium Recovery", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm13c3_CORE_V1_InPageLink4_btnElem_hyperLink", "text": "Fuel Cycle Facilities", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm13c3_CORE_V1_InPageLink5_btnElem_hyperLink", "text": "Materials Transportation", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm13c3_CORE_V1_InPageLink8_btnElem_hyperLink", "text": "Research Activities", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm11c1_CORE_V1_InPageLink9_btnElem_hyperLink", "text": "Nuclear Materials Quick Links", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Radioactive Waste", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"angle top-level\" data-toggle=\"dropdown\" href=\"#\" style=\"cursor: defaul", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm23c1_CORE_V1_InPageLink_btnElem_hyperLink", "text": "Decommissioning of Nuclear Facilities", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm23c1_CORE_V1_InPageLink1_btnElem_hyperLink", "text": "Low-Level Waste", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm23c1_CORE_V1_InPageLink6_btnElem_hyperLink", "text": "Waste Incidental to Reprocessing", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm23c1_CORE_V1_InPageLink7_btnElem_hyperLink", "text": "High-Level Waste", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm23c2_CORE_V1_InPageLink2_btnElem_hyperLink", "text": "Uranium Mill Tailings", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm23c2_CORE_V1_InPageLink3_btnElem_hyperLink", "text": "Low-Level Waste Disposal", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm23c2_CORE_V1_InPageLink9_btnElem_hyperLink", "text": "High-Level Waste Disposal", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm23c3_CORE_V1_InPageLink8_btnElem_hyperLink", "text": "Storage of Spent Nuclear Fuel", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm23c3_CORE_V1_InPageLink4_btnElem_hyperLink", "text": "Transportation of Spent Nuclear Fuel", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm23c3_CORE_V1_InPageLink5_btnElem_hyperLink", "text": "Research Activities", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm21c1_CORE_V1_InPageLink10_btnElem_hyperLink", "text": "Radioactive Waste Quick Links", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Nuclear Security", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"angle top-level\" data-toggle=\"dropdown\" href=\"#\" style=\"cursor: defaul", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm33c1_CORE_V1_InPageLink_btnElem_hyperLink", "text": "Domestic Safeguards", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm33c1_CORE_V1_InPageLink1_btnElem_hyperLink", "text": "Information Security", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm33c1_CORE_V1_InPageLink6_btnElem_hyperLink", "text": "Radioactive Material Security", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm33c2_CORE_V1_InPageLink2_btnElem_hyperLink", "text": "Required Reporting for Clearance Holders", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm33c2_CORE_V1_InPageLink3_btnElem_hyperLink", "text": "Insider Threat Program for Licensees", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm33c2_CORE_V1_InPageLink7_btnElem_hyperLink", "text": "Cybersecurity", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm33c3_CORE_V1_InPageLink4_btnElem_hyperLink", "text": "Criminal History & Firearms Checks", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm33c3_CORE_V1_InPageLink5_btnElem_hyperLink", "text": "Contact Us", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Public Meetings & Involvement", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"angle top-level\" data-toggle=\"dropdown\" href=\"#\" style=\"cursor: defaul", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm43c1_CORE_V1_InPageLink_btnElem_hyperLink", "text": "The NRC Approach to Open Government", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm43c1_CORE_V1_InPageLink1_btnElem_hyperLink", "text": "About Meetings Open to the Public", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm43c1_CORE_V1_InPageLink6_btnElem_hyperLink", "text": "Conferences & Symposia", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm43c2_CORE_V1_InPageLink7_btnElem_hyperLink", "text": "Documents for Comment", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm43c2_CORE_V1_InPageLink2_btnElem_hyperLink", "text": "NRC Rules and Petitions", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm43c2_CORE_V1_InPageLink3_btnElem_hyperLink", "text": "Facilitating Stakeholder Involvement", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm43c3_CORE_V1_InPageLink8_btnElem_hyperLink", "text": "NRC Information Quality Guidelines", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm43c3_CORE_V1_InPageLink9_btnElem_hyperLink", "text": "Subscribe to E-mail Updates", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm431c1_CORE_V1_InPageLink4_btnElem_hyperLink", "text": "Commission Schedule", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm431c1_CORE_V1_InPageLink5_btnElem_hyperLink", "text": "Public Meeting Schedule", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm431c2_CORE_V1_InPageLink10_btnElem_hyperLink", "text": "Adjudications (Hearings)", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm431c2_CORE_V1_InPageLink11_btnElem_hyperLink", "text": "Adjudicatory Submissions", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "NRC Library", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"angle top-level\" data-toggle=\"dropdown\" href=\"#\" style=\"cursor: defaul", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm53c1_CORE_V1_InPageLink_btnElem_hyperLink", "text": "Basic References", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm53c1_CORE_V1_InPageLink1_btnElem_hyperLink", "text": "Document Collections", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm53c1_CORE_V1_InPageLink6_btnElem_hyperLink", "text": "ADAMS Public Documents", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm53c1_CORE_V1_InPageLink8_btnElem_hyperLink", "text": "Public Document Room", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm53c1_CORE_V1_InPageLink7_btnElem_hyperLink", "text": "LSN Library", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm53c2_CORE_V1_InPageLink2_btnElem_hyperLink", "text": "FOIA & Privacy Act", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm53c2_CORE_V1_InPageLink3_btnElem_hyperLink", "text": "Photos & Videos", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm53c2_CORE_V1_InPageLink9_btnElem_hyperLink", "text": "Records Management", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm53c2_CORE_V1_InPageLink10_btnElem_hyperLink", "text": "Training Courses", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm53c3_CORE_V1_InPageLink11_btnElem_hyperLink", "text": "FAQ Index", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm53c3_CORE_V1_InPageLink4_btnElem_hyperLink", "text": "Get Copies of Documents", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm53c3_CORE_V1_InPageLink5_btnElem_hyperLink", "text": "Withholding of Sensitive Information", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm53c3_CORE_V1_InPageLink12_btnElem_hyperLink", "text": "Controlled Unclassified Information Program (CUI)", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm51c1_CORE_V1_InPageLink13_btnElem_hyperLink", "text": "Electronic Hearing Docket", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "About NRC", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"angle top-level\" data-toggle=\"dropdown\" href=\"#\" style=\"cursor: defaul", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm63c1_CORE_V1_InPageLink_btnElem_hyperLink", "text": "The Commission", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm63c1_CORE_V1_InPageLink1_btnElem_hyperLink", "text": "Organization & Functions", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm63c1_CORE_V1_InPageLink6_btnElem_hyperLink", "text": "Governing Legislation", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm63c1_CORE_V1_InPageLink7_btnElem_hyperLink", "text": "Plans, Budget, & Performance", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm63c1_CORE_V1_InPageLink8_btnElem_hyperLink", "text": "Locations", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm63c1_CORE_V1_InPageLink9_btnElem_hyperLink", "text": "History", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm63c1_CORE_V1_InPageLink10_btnElem_hyperLink", "text": "Values", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm63c1_CORE_V1_InPageLink2_btnElem_hyperLink", "text": "Direction-Setting & Policymaking", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm63c1_CORE_V1_InPageLink3_btnElem_hyperLink", "text": "Research Activities", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm63c1_CORE_V1_InPageLink11_btnElem_hyperLink", "text": "Radiation Protection", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm63c2_CORE_V1_InPageLink12_btnElem_hyperLink", "text": "Fire Protection", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm63c2_CORE_V1_InPageLink13_btnElem_hyperLink", "text": "Safety Culture", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm63c2_CORE_V1_InPageLink14_btnElem_hyperLink", "text": "How We Regulate", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm63c2_CORE_V1_InPageLink15_btnElem_hyperLink", "text": "Emergency Preparedness & Response", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm63c2_CORE_V1_InPageLink4_btnElem_hyperLink", "text": "Public Affairs", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm63c2_CORE_V1_InPageLink5_btnElem_hyperLink", "text": "Congressional Affairs", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm63c2_CORE_V1_InPageLink16_btnElem_hyperLink", "text": "Enforcement", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm63c2_CORE_V1_InPageLink17_btnElem_hyperLink", "text": "International Programs", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm63c2_CORE_V1_InPageLink18_btnElem_hyperLink", "text": "State & Tribal Programs", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm63c3_CORE_V1_InPageLink19_btnElem_hyperLink", "text": "Alternative Dispute Resolution Programs", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm63c3_CORE_V1_InPageLink20_btnElem_hyperLink", "text": "Privacy Program", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm63c3_CORE_V1_InPageLink21_btnElem_hyperLink", "text": "Civil Rights Program", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm63c3_CORE_V1_InPageLink22_btnElem_hyperLink", "text": "Contact Us", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm63c3_CORE_V1_InPageLink23_btnElem_hyperLink", "text": "Career Opportunities", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm63c3_CORE_V1_InPageLink24_btnElem_hyperLink", "text": "Contracting Opportunities", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm63c3_CORE_V1_InPageLink25_btnElem_hyperLink", "text": "Small Businesses", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm63c3_CORE_V1_InPageLink26_btnElem_hyperLink", "text": "Grant Opportunities", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mm63c3_CORE_V1_InPageLink27_btnElem_hyperLink", "text": "Generic Schedules", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Other Links", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a class=\"angle top-level\" data-toggle=\"dropdown\" href=\"#\" style=\"cursor: defaul", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mmm33c1_CORE_V1_InPageLink15_btnElem_hyperLink", "text": "FAQ", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mmm33c1_CORE_V1_InPageLink16_btnElem_hyperLink", "text": "Glossary", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mmm33c1_CORE_V1_InPageLink17_btnElem_hyperLink", "text": "Facility Locator", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mmm33c1_CORE_V1_InPageLink18_btnElem_hyperLink", "text": "What's New", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mmm33c2_CORE_V1_InPageLink19_btnElem_hyperLink", "text": "Site Help", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mmm33c2_CORE_V1_InPageLink20_btnElem_hyperLink", "text": "Index A-Z", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mmm33c2_CORE_V1_InPageLink21_btnElem_hyperLink", "text": "Contact Us", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mmm33c2_CORE_V1_InPageLink22_btnElem_hyperLink", "text": "Email Updates", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mmm33c3_CORE_V1_InPageLink23_btnElem_hyperLink", "text": "NRC Facebook", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mmm33c3_CORE_V1_InPageLink24_btnElem_hyperLink", "text": "NRC Twitter Feed", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mmm33c3_CORE_V1_InPageLink25_btnElem_hyperLink", "text": "NRC Linkedin", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mmm33c3_CORE_V1_InPageLink26_btnElem_hyperLink", "text": "NRC Youtube Channel", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mmm33c3_CORE_V1_InPageLink27_btnElem_hyperLink", "text": "NRC Flickr Gallery", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mmm33c3_CORE_V1_InPageLink28_btnElem_hyperLink", "text": "NRC Blog Archived", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "mmm33c3_CORE_V1_InPageLink29_btnElem_hyperLink", "text": "NRC Email Subscriptions - GovDelivery", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Learn More", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Learn More", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Learn More", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Learn More", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Learn More", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Learn More", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Learn More", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Environmental Justice", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "NRC COVID-19 Update", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "International Strategy 2021-2025", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Tribal Liaison Program", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Mission Analytics Portal External", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Transformation at the NRC - Updated", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "OIG Hotline", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Rulemaking Activity", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "New Reactor Construction - Vogtle", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Commission Documents", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Advanced Reactors", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Nuclear Security", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "NRC Safety Culture Policy Statement", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Strategic Plan", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "For Employees", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Spotlight Archive ยป", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "NRC Proposes $8,000 Fine to Alt & Witzig Engineering, Inc.", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "NRC Issues Final Environmental Study on Proposed New Mexico Spent Fuel Storage F", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "NRC Seeks Comment on Draft Supplemental Environmental Impact Statement for SHINE", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "NRC to Hold Public Meeting in San Luis Obispo to Discuss Diablo Canyon Nuclear P", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "NRC Names New Senior Resident Inspector at Vogtle Nuclear Power Plant", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "NRC Names New Resident Inspector at Brunswick Nuclear Power Plant", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "View All", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Next Commission Webcast", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "today", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "<button type=\"button\" class=\"fc-prev-button fc-button fc-state-default fc-corner", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "BUTTON", "id": "", "text": "<button type=\"button\" class=\"fc-next-button fc-button fc-state-default fc-corner", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "01", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "02", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "03", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "04", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "05", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "06", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "07", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "08", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "09", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "10", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "11", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "12", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "13", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "14", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "15", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "16", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "17", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "18", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "19", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "20", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "21", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "22", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "23", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "24", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "25", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "26", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "27", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "28", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "29", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "30", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "31", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Learn More", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"/reading-rm/doc-collections/event-status/index.html\" style=\"cursor: def", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Read More", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"/reading-rm/adams.html\" style=\"cursor: default;\"><img class=\"img-respon", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Read More", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"/public-involve/open.html\" style=\"cursor: default;\"><img class=\"img-res", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Read More", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"/about-nrc/regulatory/licensing/fees.html#ebilling\" style=\"cursor: defa", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Learn More", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"/reading-rm/basic-ref/students.html\" style=\"cursor: default;\"><img clas", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Read More", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"/about-nrc/emerg-preparedness/in-radiological-emerg.html\" style=\"cursor", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Read More", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"/reading-rm/doc-collections/nuregs/staff/sr1350/index.html\" style=\"curs", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Read More", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"/info-finder.html\" style=\"cursor: default;\"><img class=\"img-responsive\"", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "Locate Now", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "f21_btnElem_hyperLink", "text": "NEWS RELEASES", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "f211_btnElem_hyperLink", "text": "EVENT REPORTS", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "f212_btnElem_hyperLink", "text": "ADAMS", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "f219_btnElem_hyperLink", "text": "OPEN GOV", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "f2110_btnElem_hyperLink", "text": "DIGITAL GOVERNMENT", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "f2122_btnElem_hyperLink", "text": "THE STUDENT CORNER", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "f2123_btnElem_hyperLink", "text": "PHOTOS & VIDEOS", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "f2124_btnElem_hyperLink", "text": "FOR DEVELOPERS", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "f323_btnElem_hyperLink", "text": "STRATEGIC PLAN", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "f324_btnElem_hyperLink", "text": "BUDGET & PERFORMANCE", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "f325_btnElem_hyperLink", "text": "AGENCY FINANCIAL REPORT", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "f3225_btnElem_hyperLink", "text": "LICENSE FEES", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "f3226_btnElem_hyperLink", "text": "HISTORY OF THE NRC", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "f3227_btnElem_hyperLink", "text": "CAREER OPPORTUNITIES", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "f3228_btnElem_hyperLink", "text": "NRC ETHICS", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "f3229_btnElem_hyperLink", "text": "AGENCY STATUS", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "f3230_btnElem_hyperLink", "text": "CONTACT US", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "f436_btnElem_hyperLink", "text": "INFO DIGEST", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "f437_btnElem_hyperLink", "text": "FACT SHEETS & BROCHURES", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "f438_btnElem_hyperLink", "text": "FORMS", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "f4331_btnElem_hyperLink", "text": "ELECTRONIC SUBMITTALS APPLICATION", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "f4332_btnElem_hyperLink", "text": "ADJUDICATORY SUBMISSIONS", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "f4333_btnElem_hyperLink", "text": "NRC REPORTS - NUREG", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "f4334_btnElem_hyperLink", "text": "NRC REGULATIONS - 10-CFR", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "f4335_btnElem_hyperLink", "text": "INSPECTION REPORTS", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "f4336_btnElem_hyperLink", "text": "PLAIN WRITING", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "f4337_btnElem_hyperLink", "text": "ENFORCEMENT ACTIONS", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "f4338_btnElem_hyperLink", "text": "RULEMAKING", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.facebook.com/nrcgov/\" target=\"_blank\" title=\"NRC Facebook\" ", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://twitter.com/nrcgov\" target=\"_blank\" title=\"NRC Twitter Feed\" st", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.linkedin.com/company/u-s--nuclear-regulatory-commission/\" t", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.youtube.com/user/NRCgov\" target=\"_blank\" title=\"NRC YouTube", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://service.govdelivery.com/service/multi_subscribe.html?code=USNRC", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://www.flickr.com/photos/nrcgov/sets\" target=\"_blank\" title=\"NRC F", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"https://public-blog.nrc-gateway.gov/\" target=\"_blank\" title=\"NRC Blog A", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "", "text": "<a href=\"/public-involve/listserver.html#rss\" target=\"_self\" title=\"NRC RSS Feed", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "f611_btnElem_hyperLink", "text": "Regulations.gov", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "f612_btnElem_hyperLink", "text": "USA.gov", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "f614_btnElem_hyperLink", "text": "FOIA", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "f615_btnElem_hyperLink", "text": "No Fear EEO", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "f616_btnElem_hyperLink", "text": "Inspector General", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "f617_btnElem_hyperLink", "text": "Site Map", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "f618_btnElem_hyperLink", "text": "Accessibility", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "f619_btnElem_hyperLink", "text": "Privacy Policy", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "f620_btnElem_hyperLink", "text": "Site Disclaimer", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "A", "id": "f621_btnElem_hyperLink", "text": "For Employees", "byTag": true, "byOnClick": false, "byPointer": true }, { "tagName": "INPUT", "id": "__VIEWSTATE", "text": "<input type=\"hidden\" name=\"__VIEWSTATE\" id=\"__VIEWSTATE\" value=\"Ab6AMLOQrfuSE7eh", "byTag": true, "byOnClick": false, "byPointer": false }, { "tagName": "A", "id": "scrollUp", "text": "<a id=\"scrollUp\" href=\"#top\" style=\"display: none; position: fixed; z-index: 100", "byTag": true, "byOnClick": false, "byPointer": true } ] } } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://www.nrc.gov/", "what": "URL", "result": "https://www.nrc.gov/" }, { "type": "test", "which": "hover", "headSize": 20, "headSampleSize": 20, "tailSampleSize": 15, "withItems": true, "what": "hover-caused content changes", "url": "https://www.nrc.gov/", "result": { "totals": { "triggers": 184, "headTriggers": 20, "tailTriggers": 164, "impactTriggers": 58, "additions": 426, "removals": 0, "opacityChanges": 25, "opacityImpact": 11, "unhoverables": 1 }, "items": { "head": { "impactTriggers": [ { "tagName": "A", "text": "<imgsrc=\"/cdn/site/logo/logo.png\"class=\"logo\"alt=\"", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 0 }, { "tagName": "A", "text": "ReportaSafetyConcern", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 0 }, { "tagName": "A", "text": "Search", "additions": 0, "removals": 0, "opacityChanges": 1, "opacityImpact": 0 } ], "unhoverables": [] }, "tail": { "impactTriggers": [ { "tagName": "A", "text": "<iclass=\"icon-fontello-s-flickr\"></i>", "additions": 0, "removals": 0, "opacityChanges": 2, "opacityImpact": 1 }, { "tagName": "A", "text": "PublicMeetings&Involvement", "additions": 17, "removals": 0, "opacityChanges": 0, "opacityImpact": 0 }, { "tagName": "A", "text": "NuclearSecurity", "additions": 8, "removals": 0, "opacityChanges": 0, "opacityImpact": 0 }, { "tagName": "A", "text": "RadioactiveWaste", "additions": 12, "removals": 0, "opacityChanges": 0, "opacityImpact": 0 }, { "tagName": "A", "text": "<imgclass=\"img-responsive\"src=\"/cdn/site/home-page", "additions": 2, "removals": 0, "opacityChanges": 0, "opacityImpact": 0 } ], "unhoverables": [ { "tagName": "A", "id": "", "text": "LearnMore" } ] } } } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://www.nrc.gov/", "what": "URL", "result": "https://www.nrc.gov/" }, { "type": "test", "which": "labClash", "withItems": true, "what": "labeling inconsistencies", "url": "https://www.nrc.gov/", "result": { "totals": { "mislabeled": 0, "unlabeled": 0, "wellLabeled": 4 }, "items": { "mislabeled": [], "unlabeled": [], "wellLabeled": [ { "index": 0, "tagName": "INPUT", "type": "text", "labelType": "aria-label", "texts": { "attribute": "Site Search" } }, { "index": 1, "tagName": "BUTTON", "type": "button", "texts": { "content": "today" } }, { "index": 2, "tagName": "BUTTON", "type": "button", "labelType": "aria-label", "texts": { "attribute": "prev" } }, { "index": 3, "tagName": "BUTTON", "type": "button", "labelType": "aria-label", "texts": { "attribute": "next" } } ] } } }, { "type": "test", "which": "linkUl", "withItems": true, "what": "adjacent-link underlining", "url": "https://www.nrc.gov/", "result": { "totals": { "links": 268, "adjacent": { "total": 237, "underlined": 13, "underlinedPercent": 5 } }, "items": { "underlined": [ "", "", "Spotlight Archive ยป", "Next Commission Webcast", "", "", "", "", "", "", "", "", "" ], "notUnderlined": [ "", "Report a Safety Concern", "Search", "Nuclear Reactors", "", "Power Reactors", "Research & Test Reactors", "Operating Reactors", "New Reactors", "Operator Licensing", "Research Activities", "Nuclear Reactor Quick Links", "Nuclear Materials", "", "Special Nuclear Material", "Source Material", "Byproduct Material", "Med, Ind, & Academic Uses", "Radium", "Uranium Recovery", "Fuel Cycle Facilities", "Materials Transportation", "Research Activities", "Nuclear Materials Quick Links", "Radioactive Waste", "", "Decommissioning of Nuclear Facilities", "Low-Level Waste", "Waste Incidental to Reprocessing", "High-Level Waste", "Uranium Mill Tailings", "Low-Level Waste Disposal", "High-Level Waste Disposal", "Storage of Spent Nuclear Fuel", "Transportation of Spent Nuclear Fuel", "Research Activities", "Radioactive Waste Quick Links", "Nuclear Security", "", "Domestic Safeguards", "Information Security", "Radioactive Material Security", "Required Reporting for Clearance Holders", "Insider Threat Program for Licensees", "Cybersecurity", "Criminal History & Firearms Checks", "Contact Us", "Public Meetings & Involvement", "", "The NRC Approach to Open Government", "About Meetings Open to the Public", "Conferences & Symposia", "Documents for Comment", "NRC Rules and Petitions", "Facilitating Stakeholder Involvement", "NRC Information Quality Guidelines", "Subscribe to E-mail Updates", "Commission Schedule", "Public Meeting Schedule", "Adjudications (Hearings)", "Adjudicatory Submissions", "NRC Library", "", "Basic References", "Document Collections", "ADAMS Public Documents", "Public Document Room", "LSN Library", "FOIA & Privacy Act", "Photos & Videos", "Records Management", "Training Courses", "FAQ Index", "Get Copies of Documents", "Withholding of Sensitive Information", "Controlled Unclassified Information Program (CUI)", "Electronic Hearing Docket", "About NRC", "", "The Commission", "Organization & Functions", "Governing Legislation", "Plans, Budget, & Performance", "Locations", "History", "Values", "Direction-Setting & Policymaking", "Research Activities", "Radiation Protection", "Fire Protection", "Safety Culture", "How We Regulate", "Emergency Preparedness & Response", "Public Affairs", "Congressional Affairs", "Enforcement", "International Programs", "State & Tribal Programs", "Alternative Dispute Resolution Programs", "Privacy Program", "Civil Rights Program", "Contact Us", "Career Opportunities", "Contracting Opportunities", "Small Businesses", "Grant Opportunities", "Generic Schedules", "Other Links", "", "FAQ", "Glossary", "Facility Locator", "What's New", "Site Help", "Index A-Z", "Contact Us", "Email Updates", "NRC Facebook", "NRC Twitter Feed", "NRC Linkedin", "NRC Youtube Channel", "NRC Flickr Gallery", "NRC Blog Archived", "NRC Email Subscriptions - GovDelivery", "Learn More", "Learn More", "Learn More", "Learn More", "Learn More", "Learn More", "Learn More", "NRC Proposes $8,000 Fine to Alt & Witzig Engineering, Inc.", "NRC Issues Final Environmental Study on Proposed New Mexico Spent Fuel Storage Facility", "NRC Seeks Comment on Draft Supplemental Environmental Impact Statement for SHINE Medical Technologies Operating License", "NRC to Hold Public Meeting in San Luis Obispo to Discuss Diablo Canyon Nuclear Power Plant Decommissioning Plan", "NRC Names New Senior Resident Inspector at Vogtle Nuclear Power Plant", "NRC Names New Resident Inspector at Brunswick Nuclear Power Plant", "View All", "01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "Learn More", "Read More", "Read More", "Read More", "Learn More", "Read More", "Read More", "Read More", "Locate Now", "NEWS RELEASES", "EVENT REPORTS", "ADAMS", "OPEN GOV", "DIGITAL GOVERNMENT", "THE STUDENT CORNER", "PHOTOS & VIDEOS", "FOR DEVELOPERS", "STRATEGIC PLAN", "BUDGET & PERFORMANCE", "AGENCY FINANCIAL REPORT", "LICENSE FEES", "HISTORY OF THE NRC", "CAREER OPPORTUNITIES", "NRC ETHICS", "AGENCY STATUS", "CONTACT US", "INFO DIGEST", "FACT SHEETS & BROCHURES", "FORMS", "ELECTRONIC SUBMITTALS APPLICATION", "ADJUDICATORY SUBMISSIONS", "NRC REPORTS - NUREG", "NRC REGULATIONS - 10-CFR", "INSPECTION REPORTS", "PLAIN WRITING", "ENFORCEMENT ACTIONS", "RULEMAKING", "", "", "", "", "", "", "", "", "Regulations.gov", "USA.gov", "FOIA", "No Fear EEO", "Inspector General", "Site Map", "Accessibility", "Privacy Policy", "Site Disclaimer", "For Employees" ] } } }, { "type": "test", "which": "menuNav", "withItems": true, "what": "keyboard navigation between focusable menu items", "url": "https://www.nrc.gov/", "result": { "totals": { "navigations": { "all": { "total": 0, "correct": 0, "incorrect": 0 }, "specific": { "tab": { "total": 0, "correct": 0, "incorrect": 0 }, "left": { "total": 0, "correct": 0, "incorrect": 0 }, "right": { "total": 0, "correct": 0, "incorrect": 0 }, "up": { "total": 0, "correct": 0, "incorrect": 0 }, "down": { "total": 0, "correct": 0, "incorrect": 0 }, "home": { "total": 0, "correct": 0, "incorrect": 0 }, "end": { "total": 0, "correct": 0, "incorrect": 0 } } }, "menuItems": { "total": 0, "correct": 0, "incorrect": 0 }, "menus": { "total": 0, "correct": 0, "incorrect": 0 } }, "menuItems": { "incorrect": [], "correct": [] } } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://www.nrc.gov/", "what": "URL", "result": "https://www.nrc.gov/" }, { "type": "test", "which": "radioSet", "withItems": true, "what": "fieldset grouping of radio buttons", "url": "https://www.nrc.gov/", "result": { "totals": { "total": 0, "inSet": 0, "percent": "N.A." }, "items": { "inSet": [], "notInSet": [] } } }, { "type": "test", "which": "role", "what": "roles", "url": "https://www.nrc.gov/", "result": { "roleElements": 8, "badRoleElements": 0, "redundantRoleElements": 0, "tagNames": {} } }, { "type": "test", "which": "styleDiff", "withItems": true, "what": "style inconsistencies", "url": "https://www.nrc.gov/", "result": { "mainStyles": [ "fontStyle", "fontWeight", "opacity", "textDecorationLine", "textDecorationStyle", "textDecorationThickness" ], "buttonStyles": [ "borderStyle", "borderWidth", "height", "lineHeight", "maxHeight", "maxWidth", "minHeight", "minWidth", "outlineOffset", "outlineStyle", "outlineWidth" ], "headingStyles": [ "color", "fontSize" ], "listLinkStyles": [ "color", "fontSize", "lineHeight" ], "totals": { "button": { "total": 3, "subtotals": [ 2, 1 ] }, "adjacentLink": { "total": 237, "subtotals": [ 204, 20, 12, 1 ] }, "listLink": { "total": 31, "subtotals": [ 16, 15 ] }, "h1": { "total": 7, "subtotals": [ 6, 1 ] }, "h2": { "total": 1 }, "h3": { "total": 3 }, "h4": { "total": 4 } }, "items": { "button": { "opacity": { "1": [ "", "" ], "0.65": [ "today" ] } }, "adjacentLink": { "fontWeight": { "400": [ "", "", "Nuclear Reactors", "", "Power Reactors", "Research & Test Reactors", "Operating Reactors", "New Reactors", "Operator Licensing", "Research Activities", "Nuclear Reactor Quick Links", "Nuclear Materials", "", "Special Nuclear Material", "Source Material", "Byproduct Material", "Med, Ind, & Academic Uses", "Radium", "Uranium Recovery", "Fuel Cycle Facilities", "Materials Transportation", "Research Activities", "Nuclear Materials Quick Links", "Radioactive Waste", "", "Decommissioning of Nuclear Facilities", "Low-Level Waste", "Waste Incidental to Reprocessing", "High-Level Waste", "Uranium Mill Tailings", "Low-Level Waste Disposal", "High-Level Waste Disposal", "Storage of Spent Nuclear Fuel", "Transportation of Spent Nuclear Fuel", "Research Activities", "Radioactive Waste Quick Links", "Nuclear Security", "", "Domestic Safeguards", "Information Security", "Radioactive Material Security", "Required Reporting for Clearance Holders", "Insider Threat Program for Licensees", "Cybersecurity", "Criminal History & Firearms Checks", "Contact Us", "Public Meetings & Involvement", "", "The NRC Approach to Open Government", "About Meetings Open to the Public", "Conferences & Symposia", "Documents for Comment", "NRC Rules and Petitions", "Facilitating Stakeholder Involvement", "NRC Information Quality Guidelines", "Subscribe to E-mail Updates", "Commission Schedule", "Public Meeting Schedule", "Adjudications (Hearings)", "Adjudicatory Submissions", "NRC Library", "", "Basic References", "Document Collections", "ADAMS Public Documents", "Public Document Room", "LSN Library", "FOIA & Privacy Act", "Photos & Videos", "Records Management", "Training Courses", "FAQ Index", "Get Copies of Documents", "Withholding of Sensitive Information", "Controlled Unclassified Information Program (CUI)", "Electronic Hearing Docket", "About NRC", "", "The Commission", "Organization & Functions", "Governing Legislation", "Plans, Budget, & Performance", "Locations", "History", "Values", "Direction-Setting & Policymaking", "Research Activities", "Radiation Protection", "Fire Protection", "Safety Culture", "How We Regulate", "Emergency Preparedness & Response", "Public Affairs", "Congressional Affairs", "Enforcement", "International Programs", "State & Tribal Programs", "Alternative Dispute Resolution Programs", "Privacy Program", "Civil Rights Program", "Contact Us", "Career Opportunities", "Contracting Opportunities", "Small Businesses", "Grant Opportunities", "Generic Schedules", "Other Links", "", "FAQ", "Glossary", "Facility Locator", "What's New", "Site Help", "Index A-Z", "Contact Us", "Email Updates", "NRC Facebook", "NRC Twitter Feed", "NRC Linkedin", "NRC Youtube Channel", "NRC Flickr Gallery", "NRC Blog Archived", "NRC Email Subscriptions - GovDelivery", "Spotlight Archive ยป", "NRC Proposes $8,000 Fine to Alt & Witzig Engineering, Inc.", "NRC Issues Final Environmental Study on Proposed New Mexico Spent Fuel Storage Facility", "NRC Seeks Comment on Draft Supplemental Environmental Impact Statement for SHINE Medical Technologies Operating License", "NRC to Hold Public Meeting in San Luis Obispo to Discuss Diablo Canyon Nuclear Power Plant Decommissioning Plan", "NRC Names New Senior Resident Inspector at Vogtle Nuclear Power Plant", "NRC Names New Resident Inspector at Brunswick Nuclear Power Plant", "Next Commission Webcast", "01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "", "", "", "", "", "", "", "", "NEWS RELEASES", "EVENT REPORTS", "ADAMS", "OPEN GOV", "DIGITAL GOVERNMENT", "THE STUDENT CORNER", "PHOTOS & VIDEOS", "FOR DEVELOPERS", "STRATEGIC PLAN", "BUDGET & PERFORMANCE", "AGENCY FINANCIAL REPORT", "LICENSE FEES", "HISTORY OF THE NRC", "CAREER OPPORTUNITIES", "NRC ETHICS", "AGENCY STATUS", "CONTACT US", "INFO DIGEST", "FACT SHEETS & BROCHURES", "FORMS", "ELECTRONIC SUBMITTALS APPLICATION", "ADJUDICATORY SUBMISSIONS", "NRC REPORTS - NUREG", "NRC REGULATIONS - 10-CFR", "INSPECTION REPORTS", "PLAIN WRITING", "ENFORCEMENT ACTIONS", "RULEMAKING", "", "", "", "", "", "", "", "", "Regulations.gov", "USA.gov", "FOIA", "No Fear EEO", "Inspector General", "Site Map", "Accessibility", "Privacy Policy", "Site Disclaimer", "For Employees", "" ], "700": [ "", "Report a Safety Concern", "Search", "Learn More", "Learn More", "Learn More", "Learn More", "Learn More", "Learn More", "Learn More", "View All", "Learn More", "Read More", "Read More", "Read More", "Learn More", "Read More", "Read More", "Read More", "Locate Now" ] }, "opacity": { "1": [ "", "", "", "Report a Safety Concern", "Search", "Nuclear Reactors", "", "Power Reactors", "Research & Test Reactors", "Operating Reactors", "New Reactors", "Operator Licensing", "Research Activities", "Nuclear Reactor Quick Links", "Nuclear Materials", "", "Special Nuclear Material", "Source Material", "Byproduct Material", "Med, Ind, & Academic Uses", "Radium", "Uranium Recovery", "Fuel Cycle Facilities", "Materials Transportation", "Research Activities", "Nuclear Materials Quick Links", "Radioactive Waste", "", "Decommissioning of Nuclear Facilities", "Low-Level Waste", "Waste Incidental to Reprocessing", "High-Level Waste", "Uranium Mill Tailings", "Low-Level Waste Disposal", "High-Level Waste Disposal", "Storage of Spent Nuclear Fuel", "Transportation of Spent Nuclear Fuel", "Research Activities", "Radioactive Waste Quick Links", "Nuclear Security", "", "Domestic Safeguards", "Information Security", "Radioactive Material Security", "Required Reporting for Clearance Holders", "Insider Threat Program for Licensees", "Cybersecurity", "Criminal History & Firearms Checks", "Contact Us", "Public Meetings & Involvement", "", "The NRC Approach to Open Government", "About Meetings Open to the Public", "Conferences & Symposia", "Documents for Comment", "NRC Rules and Petitions", "Facilitating Stakeholder Involvement", "NRC Information Quality Guidelines", "Subscribe to E-mail Updates", "Commission Schedule", "Public Meeting Schedule", "Adjudications (Hearings)", "Adjudicatory Submissions", "NRC Library", "", "Basic References", "Document Collections", "ADAMS Public Documents", "Public Document Room", "LSN Library", "FOIA & Privacy Act", "Photos & Videos", "Records Management", "Training Courses", "FAQ Index", "Get Copies of Documents", "Withholding of Sensitive Information", "Controlled Unclassified Information Program (CUI)", "Electronic Hearing Docket", "About NRC", "", "The Commission", "Organization & Functions", "Governing Legislation", "Plans, Budget, & Performance", "Locations", "History", "Values", "Direction-Setting & Policymaking", "Research Activities", "Radiation Protection", "Fire Protection", "Safety Culture", "How We Regulate", "Emergency Preparedness & Response", "Public Affairs", "Congressional Affairs", "Enforcement", "International Programs", "State & Tribal Programs", "Alternative Dispute Resolution Programs", "Privacy Program", "Civil Rights Program", "Contact Us", "Career Opportunities", "Contracting Opportunities", "Small Businesses", "Grant Opportunities", "Generic Schedules", "Other Links", "", "FAQ", "Glossary", "Facility Locator", "What's New", "Site Help", "Index A-Z", "Contact Us", "Email Updates", "NRC Facebook", "NRC Twitter Feed", "NRC Linkedin", "NRC Youtube Channel", "NRC Flickr Gallery", "NRC Blog Archived", "NRC Email Subscriptions - GovDelivery", "Learn More", "Learn More", "Learn More", "Learn More", "Learn More", "Learn More", "Learn More", "Spotlight Archive ยป", "NRC Proposes $8,000 Fine to Alt & Witzig Engineering, Inc.", "NRC Issues Final Environmental Study on Proposed New Mexico Spent Fuel Storage Facility", "NRC Seeks Comment on Draft Supplemental Environmental Impact Statement for SHINE Medical Technologies Operating License", "NRC to Hold Public Meeting in San Luis Obispo to Discuss Diablo Canyon Nuclear Power Plant Decommissioning Plan", "NRC Names New Senior Resident Inspector at Vogtle Nuclear Power Plant", "NRC Names New Resident Inspector at Brunswick Nuclear Power Plant", "View All", "Next Commission Webcast", "01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "Learn More", "", "Read More", "", "Read More", "", "Read More", "", "Learn More", "", "Read More", "", "Read More", "", "Read More", "", "Locate Now", "NEWS RELEASES", "EVENT REPORTS", "ADAMS", "OPEN GOV", "DIGITAL GOVERNMENT", "THE STUDENT CORNER", "PHOTOS & VIDEOS", "FOR DEVELOPERS", "STRATEGIC PLAN", "BUDGET & PERFORMANCE", "AGENCY FINANCIAL REPORT", "LICENSE FEES", "HISTORY OF THE NRC", "CAREER OPPORTUNITIES", "NRC ETHICS", "AGENCY STATUS", "CONTACT US", "INFO DIGEST", "FACT SHEETS & BROCHURES", "FORMS", "ELECTRONIC SUBMITTALS APPLICATION", "ADJUDICATORY SUBMISSIONS", "NRC REPORTS - NUREG", "NRC REGULATIONS - 10-CFR", "INSPECTION REPORTS", "PLAIN WRITING", "ENFORCEMENT ACTIONS", "RULEMAKING", "", "", "", "", "", "", "", "", "Regulations.gov", "USA.gov", "FOIA", "No Fear EEO", "Inspector General", "Site Map", "Accessibility", "Privacy Policy", "Site Disclaimer", "For Employees" ], "0.5": [ "" ] }, "textDecorationLine": { "none": [ "", "Report a Safety Concern", "Search", "Nuclear Reactors", "", "Power Reactors", "Research & Test Reactors", "Operating Reactors", "New Reactors", "Operator Licensing", "Research Activities", "Nuclear Reactor Quick Links", "Nuclear Materials", "", "Special Nuclear Material", "Source Material", "Byproduct Material", "Med, Ind, & Academic Uses", "Radium", "Uranium Recovery", "Fuel Cycle Facilities", "Materials Transportation", "Research Activities", "Nuclear Materials Quick Links", "Radioactive Waste", "", "Decommissioning of Nuclear Facilities", "Low-Level Waste", "Waste Incidental to Reprocessing", "High-Level Waste", "Uranium Mill Tailings", "Low-Level Waste Disposal", "High-Level Waste Disposal", "Storage of Spent Nuclear Fuel", "Transportation of Spent Nuclear Fuel", "Research Activities", "Radioactive Waste Quick Links", "Nuclear Security", "", "Domestic Safeguards", "Information Security", "Radioactive Material Security", "Required Reporting for Clearance Holders", "Insider Threat Program for Licensees", "Cybersecurity", "Criminal History & Firearms Checks", "Contact Us", "Public Meetings & Involvement", "", "The NRC Approach to Open Government", "About Meetings Open to the Public", "Conferences & Symposia", "Documents for Comment", "NRC Rules and Petitions", "Facilitating Stakeholder Involvement", "NRC Information Quality Guidelines", "Subscribe to E-mail Updates", "Commission Schedule", "Public Meeting Schedule", "Adjudications (Hearings)", "Adjudicatory Submissions", "NRC Library", "", "Basic References", "Document Collections", "ADAMS Public Documents", "Public Document Room", "LSN Library", "FOIA & Privacy Act", "Photos & Videos", "Records Management", "Training Courses", "FAQ Index", "Get Copies of Documents", "Withholding of Sensitive Information", "Controlled Unclassified Information Program (CUI)", "Electronic Hearing Docket", "About NRC", "", "The Commission", "Organization & Functions", "Governing Legislation", "Plans, Budget, & Performance", "Locations", "History", "Values", "Direction-Setting & Policymaking", "Research Activities", "Radiation Protection", "Fire Protection", "Safety Culture", "How We Regulate", "Emergency Preparedness & Response", "Public Affairs", "Congressional Affairs", "Enforcement", "International Programs", "State & Tribal Programs", "Alternative Dispute Resolution Programs", "Privacy Program", "Civil Rights Program", "Contact Us", "Career Opportunities", "Contracting Opportunities", "Small Businesses", "Grant Opportunities", "Generic Schedules", "Other Links", "", "FAQ", "Glossary", "Facility Locator", "What's New", "Site Help", "Index A-Z", "Contact Us", "Email Updates", "NRC Facebook", "NRC Twitter Feed", "NRC Linkedin", "NRC Youtube Channel", "NRC Flickr Gallery", "NRC Blog Archived", "NRC Email Subscriptions - GovDelivery", "Learn More", "Learn More", "Learn More", "Learn More", "Learn More", "Learn More", "Learn More", "NRC Proposes $8,000 Fine to Alt & Witzig Engineering, Inc.", "NRC Issues Final Environmental Study on Proposed New Mexico Spent Fuel Storage Facility", "NRC Seeks Comment on Draft Supplemental Environmental Impact Statement for SHINE Medical Technologies Operating License", "NRC to Hold Public Meeting in San Luis Obispo to Discuss Diablo Canyon Nuclear Power Plant Decommissioning Plan", "NRC Names New Senior Resident Inspector at Vogtle Nuclear Power Plant", "NRC Names New Resident Inspector at Brunswick Nuclear Power Plant", "View All", "01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "Learn More", "Read More", "Read More", "Read More", "Learn More", "Read More", "Read More", "Read More", "Locate Now", "NEWS RELEASES", "EVENT REPORTS", "ADAMS", "OPEN GOV", "DIGITAL GOVERNMENT", "THE STUDENT CORNER", "PHOTOS & VIDEOS", "FOR DEVELOPERS", "STRATEGIC PLAN", "BUDGET & PERFORMANCE", "AGENCY FINANCIAL REPORT", "LICENSE FEES", "HISTORY OF THE NRC", "CAREER OPPORTUNITIES", "NRC ETHICS", "AGENCY STATUS", "CONTACT US", "INFO DIGEST", "FACT SHEETS & BROCHURES", "FORMS", "ELECTRONIC SUBMITTALS APPLICATION", "ADJUDICATORY SUBMISSIONS", "NRC REPORTS - NUREG", "NRC REGULATIONS - 10-CFR", "INSPECTION REPORTS", "PLAIN WRITING", "ENFORCEMENT ACTIONS", "RULEMAKING", "", "", "", "", "", "", "", "", "Regulations.gov", "USA.gov", "FOIA", "No Fear EEO", "Inspector General", "Site Map", "Accessibility", "Privacy Policy", "Site Disclaimer", "For Employees" ], "underline": [ "", "", "Spotlight Archive ยป", "Next Commission Webcast", "", "", "", "", "", "", "", "", "" ] } }, "listLink": { "color": { "rgb(255, 255, 255)": [ "FAQ", "Glossary", "Facility Locator", "What's New", "Site Help", "Index A-Z", "Contact Us", "Email Updates", "", "", "", "", "", "", "", "" ], "rgb(0, 0, 204)": [ "Environmental Justice", "NRC COVID-19 Update", "International Strategy 2021-2025", "Tribal Liaison Program", "Mission Analytics Portal External", "Transformation at the NRC - Updated", "OIG Hotline", "Rulemaking Activity", "New Reactor Construction - Vogtle", "Commission Documents", "Advanced Reactors", "Nuclear Security", "NRC Safety Culture Policy Statement", "Strategic Plan", "For Employees" ] }, "fontSize": { "12px": [ "FAQ", "Glossary", "Facility Locator", "What's New", "Site Help", "Index A-Z", "Contact Us", "Email Updates", "", "", "", "", "", "", "", "" ], "14px": [ "Environmental Justice", "NRC COVID-19 Update", "International Strategy 2021-2025", "Tribal Liaison Program", "Mission Analytics Portal External", "Transformation at the NRC - Updated", "OIG Hotline", "Rulemaking Activity", "New Reactor Construction - Vogtle", "Commission Documents", "Advanced Reactors", "Nuclear Security", "NRC Safety Culture Policy Statement", "Strategic Plan", "For Employees" ] }, "lineHeight": { "21px": [ "FAQ", "Glossary", "Facility Locator", "What's New", "Site Help", "Index A-Z", "Contact Us", "Email Updates", "", "", "", "", "", "", "", "" ], "20px": [ "Environmental Justice", "NRC COVID-19 Update", "International Strategy 2021-2025", "Tribal Liaison Program", "Mission Analytics Portal External", "Transformation at the NRC - Updated", "OIG Hotline", "Rulemaking Activity", "New Reactor Construction - Vogtle", "Commission Documents", "Advanced Reactors", "Nuclear Security", "NRC Safety Culture Policy Statement", "Strategic Plan", "For Employees" ] } }, "h1": { "opacity": { "0": [ "", "", "", "", "", "" ], "0.547899": [ "PROTECTING PEOPLE AND THE ENVIRONMENT" ] }, "color": { "rgb(255, 255, 255)": [ "PROTECTING PEOPLE AND THE ENVIRONMENT" ], "rgb(0, 0, 0)": [ "", "", "", "", "", "" ] } } } } }, { "type": "test", "which": "tabNav", "withItems": true, "what": "keyboard navigation between tab elements", "url": "https://www.nrc.gov/", "result": { "totals": { "navigations": { "all": { "total": 0, "correct": 0, "incorrect": 0 }, "specific": { "tab": { "total": 0, "correct": 0, "incorrect": 0 }, "left": { "total": 0, "correct": 0, "incorrect": 0 }, "right": { "total": 0, "correct": 0, "incorrect": 0 }, "up": { "total": 0, "correct": 0, "incorrect": 0 }, "down": { "total": 0, "correct": 0, "incorrect": 0 }, "home": { "total": 0, "correct": 0, "incorrect": 0 }, "end": { "total": 0, "correct": 0, "incorrect": 0 } } }, "tabElements": { "total": 0, "correct": 0, "incorrect": 0 }, "tabLists": { "total": 0, "correct": 0, "incorrect": 0 } }, "tabElements": { "incorrect": [], "correct": [] } } }, { "type": "test", "which": "zIndex", "withItems": true, "what": "z indexes", "url": "https://www.nrc.gov/", "result": { "totals": { "total": 80, "tagNames": { "DIV": 54, "A": 17, "UL": 8, "TABLE": 1 } }, "items": [ { "tagName": "DIV", "id": "", "text": "FAQ Glossary Facility Locator What's New Site Help Index A-Z Contact Us Email Updates Report a Safet" }, { "tagName": "DIV", "id": "", "text": "FAQ Glossary Facility Locator What's New Site Help Index A-Z Contact Us Email Updates" }, { "tagName": "DIV", "id": "xp1", "text": "" }, { "tagName": "A", "id": "", "text": "Nuclear Reactors" }, { "tagName": "A", "id": "", "text": "" }, { "tagName": "UL", "id": "", "text": "Power Reactors\nResearch & Test Reactors\nOperating Reactors\nNew Reactors\nOperator Licensing\nResearch " }, { "tagName": "A", "id": "", "text": "Nuclear Materials" }, { "tagName": "A", "id": "", "text": "" }, { "tagName": "UL", "id": "", "text": "Special Nuclear Material\nSource Material\nByproduct Material\nMed, Ind, & Academic Uses\nRadium\nUranium" }, { "tagName": "A", "id": "", "text": "Radioactive Waste" }, { "tagName": "A", "id": "", "text": "" }, { "tagName": "UL", "id": "", "text": "Decommissioning of Nuclear Facilities\nLow-Level Waste\nWaste Incidental to Reprocessing\nHigh-Level Wa" }, { "tagName": "A", "id": "", "text": "Nuclear Security" }, { "tagName": "A", "id": "", "text": "" }, { "tagName": "UL", "id": "", "text": "Domestic Safeguards\nInformation Security\nRadioactive Material Security\nRequired Reporting for Cleara" }, { "tagName": "A", "id": "", "text": "Public Meetings & Involvement" }, { "tagName": "A", "id": "", "text": "" }, { "tagName": "UL", "id": "", "text": "The NRC Approach to Open Government\nAbout Meetings Open to the Public\nConferences & Symposia\nDocumen" }, { "tagName": "A", "id": "", "text": "NRC Library" }, { "tagName": "A", "id": "", "text": "" }, { "tagName": "UL", "id": "", "text": "Basic References\nDocument Collections\nADAMS Public Documents\nPublic Document Room\nLSN Library\nFOIA &" }, { "tagName": "A", "id": "", "text": "About NRC" }, { "tagName": "A", "id": "", "text": "" }, { "tagName": "UL", "id": "", "text": "The Commission\nOrganization & Functions\nGoverning Legislation\nPlans, Budget, & Performance\nLocations" }, { "tagName": "A", "id": "", "text": "Other Links" }, { "tagName": "A", "id": "", "text": "" }, { "tagName": "UL", "id": "", "text": "FAQ\nGlossary\nFacility Locator\nWhat's New\nSite Help\nIndex A-Z\nContact Us\nEmail Updates\nNRC Facebook\nN" }, { "tagName": "DIV", "id": "", "text": ".heroBackground-59 { background: url(/images/homepage/summer-season-mobile.jpg); background-repeat: " }, { "tagName": "DIV", "id": "", "text": "SunMonTueWedThuFriSat12 01 023456789 03 04 05 06 07 08 0910111213141516 10 11 12 13 14 15 1617181920" }, { "tagName": "TABLE", "id": "", "text": "SunMonTueWedThuFriSat12 01 023456789 03 04 05 06 07 08 0910111213141516 10 11 12 13 14 15 1617181920" }, { "tagName": "DIV", "id": "", "text": "12 01 02" }, { "tagName": "DIV", "id": "", "text": "" }, { "tagName": "DIV", "id": "", "text": "12 01 02" }, { "tagName": "DIV", "id": "", "text": "01" }, { "tagName": "DIV", "id": "", "text": "02" }, { "tagName": "DIV", "id": "", "text": "3456789 03 04 05 06 07 08 09" }, { "tagName": "DIV", "id": "", "text": "" }, { "tagName": "DIV", "id": "", "text": "3456789 03 04 05 06 07 08 09" }, { "tagName": "DIV", "id": "", "text": "03" }, { "tagName": "DIV", "id": "", "text": "04" }, { "tagName": "DIV", "id": "", "text": "05" }, { "tagName": "DIV", "id": "", "text": "06" }, { "tagName": "DIV", "id": "", "text": "07" }, { "tagName": "DIV", "id": "", "text": "08" }, { "tagName": "DIV", "id": "", "text": "09" }, { "tagName": "DIV", "id": "", "text": "10111213141516 10 11 12 13 14 15 16" }, { "tagName": "DIV", "id": "", "text": "" }, { "tagName": "DIV", "id": "", "text": "10111213141516 10 11 12 13 14 15 16" }, { "tagName": "DIV", "id": "", "text": "10" }, { "tagName": "DIV", "id": "", "text": "11" }, { "tagName": "DIV", "id": "", "text": "12" }, { "tagName": "DIV", "id": "", "text": "13" }, { "tagName": "DIV", "id": "", "text": "14" }, { "tagName": "DIV", "id": "", "text": "15" }, { "tagName": "DIV", "id": "", "text": "16" }, { "tagName": "DIV", "id": "", "text": "17181920212223 17 18 19 20 21 22 23" }, { "tagName": "DIV", "id": "", "text": "" }, { "tagName": "DIV", "id": "", "text": "17181920212223 17 18 19 20 21 22 23" }, { "tagName": "DIV", "id": "", "text": "17" }, { "tagName": "DIV", "id": "", "text": "18" }, { "tagName": "DIV", "id": "", "text": "19" }, { "tagName": "DIV", "id": "", "text": "20" }, { "tagName": "DIV", "id": "", "text": "21" }, { "tagName": "DIV", "id": "", "text": "22" }, { "tagName": "DIV", "id": "", "text": "23" }, { "tagName": "DIV", "id": "", "text": "24252627282930 24 25 26 27 28 29 30" }, { "tagName": "DIV", "id": "", "text": "" }, { "tagName": "DIV", "id": "", "text": "24252627282930 24 25 26 27 28 29 30" }, { "tagName": "DIV", "id": "", "text": "24" }, { "tagName": "DIV", "id": "", "text": "25" }, { "tagName": "DIV", "id": "", "text": "26" }, { "tagName": "DIV", "id": "", "text": "27" }, { "tagName": "DIV", "id": "", "text": "28" }, { "tagName": "DIV", "id": "", "text": "29" }, { "tagName": "DIV", "id": "", "text": "30" }, { "tagName": "DIV", "id": "", "text": "31 31" }, { "tagName": "DIV", "id": "", "text": "" }, { "tagName": "DIV", "id": "", "text": "31 31" }, { "tagName": "DIV", "id": "", "text": "31" }, { "tagName": "A", "id": "scrollUp", "text": "" } ] } }, { "type": "test", "which": "alfa", "what": "alfa", "url": "https://www.nrc.gov/", "result": { "totals": { "failures": 3, "warnings": 68 }, "items": [ { "index": 663, "verdict": "failed", "rule": { "ruleID": "r4", "ruleSummary": "<html> document elements have a lang attribute", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r4", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#language-of-page", "chapter": "3.1.1", "title": "Language of Page" }, { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/html/H57", "name": "H57", "title": "Using the language attribute on the HTML element" } ] }, "target": { "type": "element", "tagName": "html", "path": "/html[1]", "codeLines": [ "<html>", "...", "</html>" ] } }, { "index": 832, "verdict": "failed", "rule": { "ruleID": "r61", "ruleSummary": "Documents start with a level 1 heading", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r61", "requirements": [] }, "target": { "type": "document", "tagName": "", "path": "/", "codeLines": [ "#document", " <!doctype html>", "...", " </html>" ] } }, { "index": 842, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/header[1]/div[1]/div[1]/div[1]/ul[2]/li[1]/a[1]", "codeLines": [ "<a id=\"p_lt_WebPartZone3_zRightHeader_CORE_V1_Header_Link_btnElem_hyperLink\" href=\"/reading-rm/faql...", " <span id=\"p_lt_WebPartZone3_zRightHeader_CORE_V1_Header_Link_btnElem_lblText\">", " FAQ", " </span>", "</a>" ] } }, { "index": 843, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/header[1]/div[1]/div[1]/div[1]/ul[2]/li[2]/a[1]", "codeLines": [ "<a id=\"p_lt_WebPartZone3_zRightHeader_CORE_V1_Header_Link1_btnElem_hyperLink\" href=\"/reading-rm/bas...", " <span id=\"p_lt_WebPartZone3_zRightHeader_CORE_V1_Header_Link1_btnElem_lblText\">", " Glossary", " </span>", "</a>" ] } }, { "index": 844, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/header[1]/div[1]/div[1]/div[1]/ul[2]/li[3]/a[1]", "codeLines": [ "<a id=\"p_lt_WebPartZone3_zRightHeader_CORE_V1_Header_Link2_btnElem_hyperLink\" href=\"/info-finder.ht...", " <span id=\"p_lt_WebPartZone3_zRightHeader_CORE_V1_Header_Link2_btnElem_lblText\">", " Facility Locator", " </span>", "</a>" ] } }, { "index": 845, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/header[1]/div[1]/div[1]/div[1]/ul[2]/li[4]/a[1]", "codeLines": [ "<a id=\"p_lt_WebPartZone3_zRightHeader_CORE_V1_Header_Link3_btnElem_hyperLink\" href=\"/site-help/new-...", " <span id=\"p_lt_WebPartZone3_zRightHeader_CORE_V1_Header_Link3_btnElem_lblText\">", " What's New", " </span>", "</a>" ] } }, { "index": 846, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/header[1]/div[1]/div[1]/div[1]/ul[2]/li[5]/a[1]", "codeLines": [ "<a id=\"p_lt_WebPartZone3_zRightHeader_CORE_V1_Header_Link4_btnElem_hyperLink\" href=\"/site-help.html...", " <span id=\"p_lt_WebPartZone3_zRightHeader_CORE_V1_Header_Link4_btnElem_lblText\">", " Site Help", " </span>", "</a>" ] } }, { "index": 847, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/header[1]/div[1]/div[1]/div[1]/ul[2]/li[6]/a[1]", "codeLines": [ "<a id=\"p_lt_WebPartZone3_zRightHeader_CORE_V1_Header_Link5_btnElem_hyperLink\" href=\"/site-help/inde...", " <span id=\"p_lt_WebPartZone3_zRightHeader_CORE_V1_Header_Link5_btnElem_lblText\">", " Index A-Z", " </span>", "</a>" ] } }, { "index": 848, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/header[1]/div[1]/div[1]/div[1]/ul[2]/li[7]/a[1]", "codeLines": [ "<a id=\"p_lt_WebPartZone3_zRightHeader_CORE_V1_Header_Link6_btnElem_hyperLink\" href=\"/about-nrc/cont...", " <span id=\"p_lt_WebPartZone3_zRightHeader_CORE_V1_Header_Link6_btnElem_lblText\">", " Contact Us", " </span>", "</a>" ] } }, { "index": 849, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/header[1]/div[1]/div[1]/div[1]/ul[2]/li[8]/a[1]", "codeLines": [ "<a id=\"p_lt_WebPartZone3_zRightHeader_CORE_V1_Header_Link7_btnElem_hyperLink\" href=\"/public-involve...", " <span id=\"p_lt_WebPartZone3_zRightHeader_CORE_V1_Header_Link7_btnElem_lblText\">", " Email Updates", " </span>", "</a>" ] } }, { "index": 850, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a class=\"logo\" href=\"/\">", " <img src=\"/cdn/site/logo/logo.png\" class=\"logo\" alt=\"Nuclear Regulatory Commission Logo\">", "</a>" ] } }, { "index": 852, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "input", "path": "/html[1]/body[1]/form[1]/div[4]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/input[1]", "codeLines": [ "<input name=\"master-search\" type=\"text\" id=\"master-search\" class=\"search-box form-control\" aria-lab..." ] } }, { "index": 853, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/a[1]", "codeLines": [ "<a href=\"/site-help/Search-Results?site=AllSites\" id=\"master-search-btn\" class=\"search-button btn b...", " Search", "</a>" ] } }, { "index": 854, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/ul[1]/li[1]/a[1]", "codeLines": [ "<a href=\"https://www.facebook.com/nrcgov/\" target=\"_blank\" title=\"NRC Facebook\">", " <i class=\"icon-fontello-s-facebook\"></i>", "</a>" ] } }, { "index": 855, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/ul[1]/li[2]/a[1]", "codeLines": [ "<a href=\"https://twitter.com/nrcgov\" target=\"_blank\" title=\"NRC Twitter Feed\">", " <i class=\"icon-fontello-s-twitter\"></i>", "</a>" ] } }, { "index": 856, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/ul[1]/li[3]/a[1]", "codeLines": [ "<a href=\"https://www.linkedin.com/company/u-s--nuclear-regulatory-commission/\" target=\"_blank\" titl...", " <i class=\"icon-fontello-s-linkedin\"></i>", "</a>" ] } }, { "index": 857, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/ul[1]/li[4]/a[1]", "codeLines": [ "<a href=\"https://www.youtube.com/user/NRCgov\" target=\"_blank\" title=\"NRC YouTube Channel\">", " <i class=\"icon-fontello-s-youtube\"></i>", "</a>" ] } }, { "index": 858, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/ul[1]/li[5]/a[1]", "codeLines": [ "<a href=\"https://www.flickr.com/photos/nrcgov/sets\" target=\"_blank\" title=\"NRC Flickr Gallery\">", " <i class=\"icon-fontello-s-flickr\"></i>", "</a>" ] } }, { "index": 859, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/ul[1]/li[6]/a[1]", "codeLines": [ "<a href=\"https://public-blog.nrc-gateway.gov/\" target=\"_blank\" title=\"NRC Blog Archived\">", " <i class=\"icon-fontello-pencil\"></i>", "</a>" ] } }, { "index": 860, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/ul[1]/li[7]/a[1]", "codeLines": [ "<a href=\"https://service.govdelivery.com/service/multi_subscribe.html?code=USNRC\" target=\"_blank\" t...", " <i class=\"icon-fontello-comment\"></i>", "</a>" ] } }, { "index": 861, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/ul[1]/li[8]/a[1]", "codeLines": [ "<a href=\"/public-involve/listserver.html#rss\" target=\"_self\" title=\"NRC RSS Feed\">", " <i class=\"icon-fontello-rss\"></i>", "</a>" ] } }, { "index": 869, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/a[1]", "codeLines": [ "<a href=\"/about-nrc/regulatory/licensing/nepa/environmental-justice/assessment.html\" target=\"_self\"...", " Environmental Justice", "</a>" ] } }, { "index": 870, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/a[1]", "codeLines": [ "<a href=\"/about-nrc/covid-19/index.html\" target=\"_self\">", " NRC COVID-19 Update", "</a>" ] } }, { "index": 871, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/a[1]", "codeLines": [ "<a href=\"/about-nrc/international.html\" target=\"_self\">", " International Strategy 2021-2025", "</a>" ] } }, { "index": 872, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/a[1]", "codeLines": [ "<a href=\"https://tribal.nrc.gov/\" target=\"_self\">", " Tribal Liaison Program", "</a>" ] } }, { "index": 873, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[5]/a[1]", "codeLines": [ "<a href=\"https://mapx.nrc-gateway.gov/\" target=\"_self\">", " Mission Analytics Portal External", "</a>" ] } }, { "index": 874, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[6]/a[1]", "codeLines": [ "<a href=\"/about-nrc/plans-performance/modern-risk-informed-reg.html\" target=\"_self\">", " Transformation at the NRC - Updated", "</a>" ] } }, { "index": 875, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[7]/a[1]", "codeLines": [ "<a href=\"https://nrcoig.oversight.gov/oig-hotline\" target=\"_self\">", " OIG Hotline", "</a>" ] } }, { "index": 876, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[8]/a[1]", "codeLines": [ "<a href=\"/reading-rm/doc-collections/rulemaking-ruleforum/active/ruleindex.html\" target=\"_self\">", " Rulemaking Activity", "</a>" ] } }, { "index": 877, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[9]/a[1]", "codeLines": [ "<a href=\"/reactors/new-reactors/col-holder/vog/vogtle-readiness-group.html\" target=\"_self\">", " New Reactor Construction - Vogtle", "</a>" ] } }, { "index": 878, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[10]/a[1]", "codeLines": [ "<a href=\"/reading-rm/doc-collections/commission/recent/index.html\" target=\"_self\">", " Commission Documents", "</a>" ] } }, { "index": 879, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[11]/a[1]", "codeLines": [ "<a href=\"/reactors/new-reactors/advanced.html\" target=\"_self\">", " Advanced Reactors", "</a>" ] } }, { "index": 880, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[12]/a[1]", "codeLines": [ "<a href=\"/security.html\" target=\"_self\">", " Nuclear Security", "</a>" ] } }, { "index": 881, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[13]/a[1]", "codeLines": [ "<a href=\"/about-nrc/safety-culture/sc-policy-statement.html\" target=\"_self\">", " NRC Safety Culture Policy Statement", "</a>" ] } }, { "index": 882, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[14]/a[1]", "codeLines": [ "<a href=\"/reading-rm/doc-collections/nuregs/staff/sr1614/index.html\" target=\"_self\">", " Strategic Plan", "</a>" ] } }, { "index": 883, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[15]/a[1]", "codeLines": [ "<a href=\"/employee-info.html\" target=\"_self\">", " For Employees", "</a>" ] } }, { "index": 884, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[1]/div[1]/div[1]/div[2]/a[1]", "codeLines": [ "<a href=\"/past-key-topics.html\">", " Spotlight Archive ยป", "</a>" ] } }, { "index": 885, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]", "codeLines": [ "<a href=\"/reading-rm/doc-collections/news/2022/22-021-iii.pdf\" target=\"_blank\">", " <i class=\"icon-fontello-doc-1\"></i>", " <span>", " NRC Proposes $8,000 Fine to Alt & Witzig Engineering, Inc.", " </span>", "</a>" ] } }, { "index": 886, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[1]/div[1]/div[2]/div[1]/div[2]/a[1]", "codeLines": [ "<a href=\"/reading-rm/doc-collections/news/2022/22-027.pdf\" target=\"_blank\">", " <i class=\"icon-fontello-doc-1\"></i>", " <span>", " NRC Issues Final Environmental Study on Proposed New Mexico Spent Fuel Storage Facility", " </span>", "</a>" ] } }, { "index": 887, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[1]/div[1]/div[2]/div[1]/div[3]/a[1]", "codeLines": [ "<a href=\"/reading-rm/doc-collections/news/2022/22-026.pdf\" target=\"_blank\">", " <i class=\"icon-fontello-doc-1\"></i>", " <span>", " NRC Seeks Comment on Draft Supplemental Environmental Impact Statement for SHINE Medical Techno...", " </span>", "</a>" ] } }, { "index": 888, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[1]/div[1]/div[2]/div[1]/div[4]/a[1]", "codeLines": [ "<a href=\"/reading-rm/doc-collections/news/2022/22-025.pdf\" target=\"_blank\">", " <i class=\"icon-fontello-doc-1\"></i>", " <span>", " NRC to Hold Public Meeting in San Luis Obispo to Discuss Diablo Canyon Nuclear Power Plant Deco...", " </span>", "</a>" ] } }, { "index": 889, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[1]/div[1]/div[2]/div[1]/div[5]/a[1]", "codeLines": [ "<a href=\"/reading-rm/doc-collections/news/2022/22-019-ii.pdf\" target=\"_blank\">", " <i class=\"icon-fontello-doc-1\"></i>", " <span>", " NRC Names New Senior Resident Inspector at Vogtle Nuclear Power Plant", " </span>", "</a>" ] } }, { "index": 890, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[1]/div[1]/div[2]/div[1]/div[6]/a[1]", "codeLines": [ "<a href=\"/reading-rm/doc-collections/news/2022/22-018-ii.pdf\" target=\"_blank\">", " <i class=\"icon-fontello-doc-1\"></i>", " <span>", " NRC Names New Resident Inspector at Brunswick Nuclear Power Plant", " </span>", "</a>" ] } }, { "index": 891, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[1]/div[1]/div[2]/div[1]/div[7]/a[1]", "codeLines": [ "<a href=\"/reading-rm/doc-collections/news/2022/index.html\" class=\"btn\">", " View All", "</a>" ] } }, { "index": 892, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[1]/div[1]/a[1]", "codeLines": [ "<a href=\"https://video.nrc.gov/\">", " Next Commission Webcast", "</a>" ] } }, { "index": 894, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[3]/div[1]/div[1]/div[1]/a[1]", "codeLines": [ "<a href=\"/reading-rm/doc-collections/event-status/index.html\">", " <img class=\"img-responsive\" src=\"/cdn/site/home-page/generic-event-report2.jpg\" alt=\"Image of per...", "</a>" ] } }, { "index": 895, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[3]/div[1]/div[2]/div[1]/a[1]", "codeLines": [ "<a href=\"/reading-rm/adams.html\">", " <img class=\"img-responsive\" src=\"/cdn/site/home-page/adams2.jpg\" alt=\"Image of computer server ro...", "</a>" ] } }, { "index": 896, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[3]/div[1]/div[3]/div[1]/a[1]", "codeLines": [ "<a href=\"/public-involve/open.html\">", " <img class=\"img-responsive\" src=\"/cdn/site/home-page/open-government.jpg\" alt=\"Image of the Nucle...", "</a>" ] } }, { "index": 897, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[3]/div[1]/div[4]/div[1]/a[1]", "codeLines": [ "<a href=\"/about-nrc/regulatory/licensing/fees.html#ebilling\">", " <img class=\"img-responsive\" src=\"/cdn/site/home-page/new-reactor-license.jpg\" alt=\"Image of perso...", "</a>" ] } }, { "index": 898, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[3]/div[1]/div[5]/div[1]/a[1]", "codeLines": [ "<a href=\"/reading-rm/basic-ref/students.html\">", " <img class=\"img-responsive\" src=\"/cdn/site/home-page/students2.jpg\" alt=\"Image of two your girls ...", "</a>" ] } }, { "index": 899, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[3]/div[1]/div[6]/div[1]/a[1]", "codeLines": [ "<a href=\"/about-nrc/emerg-preparedness/in-radiological-emerg.html\">", " <img class=\"img-responsive\" src=\"/cdn/site/home-page/nrc-emergency2.jpg\" alt=\"Image of a red emer...", "</a>" ] } }, { "index": 900, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[3]/div[1]/div[7]/div[1]/a[1]", "codeLines": [ "<a href=\"/reading-rm/doc-collections/nuregs/staff/sr1350/index.html\">", " <img class=\"img-responsive\" src=\"/cdn/legacy/images/homepage/info-digest-cover-widget.jpg\" alt=\"I...", "</a>" ] } }, { "index": 901, "verdict": "cantTell", "rule": { "ruleID": "r65", "ruleSummary": "Element in sequential focus order has visible focus", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r65", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#focus-visible", "chapter": "2.4.7", "title": "Focus Visible" } ] }, "target": { "type": "element", "tagName": "a", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[3]/div[1]/div[8]/div[1]/a[1]", "codeLines": [ "<a href=\"/info-finder.html\">", " <img class=\"img-responsive\" src=\"/cdn/site/home-page/facility-locator.jpg\" alt=\"Image of map with...", "</a>" ] } }, { "index": 952, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[3]/div[1]/div[1]/div[1]/div[1]/span[1]/text()[1]", "codeLines": [ "Event Reports" ] } }, { "index": 953, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[3]/div[1]/div[2]/div[1]/div[1]/span[1]/text()[1]", "codeLines": [ "ADAMS Public Documents" ] } }, { "index": 954, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[3]/div[1]/div[3]/div[1]/div[1]/span[1]/text()[1]", "codeLines": [ "Open Government" ] } }, { "index": 955, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[3]/div[1]/div[4]/div[1]/div[1]/span[1]/text()[1]", "codeLines": [ "eBilling" ] } }, { "index": 956, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[3]/div[1]/div[5]/div[1]/div[1]/span[1]/text()[1]", "codeLines": [ "The Student Corner" ] } }, { "index": 957, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[3]/div[1]/div[6]/div[1]/div[1]/span[1]/text()[1]", "codeLines": [ "In a Nuclear Emergency..." ] } }, { "index": 958, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[3]/div[1]/div[7]/div[1]/div[1]/span[1]/text()[1]", "codeLines": [ "Information Digest" ] } }, { "index": 959, "verdict": "cantTell", "rule": { "ruleID": "r66", "ruleSummary": "Text outside widget has enhanced contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r66", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[3]/div[1]/div[8]/div[1]/div[1]/span[1]/text()[1]", "codeLines": [ "Facility Locator" ] } }, { "index": 965, "verdict": "failed", "rule": { "ruleID": "r68", "ruleSummary": "Elements with a role have required children", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r68", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#info-and-relationships", "chapter": "1.3.1", "title": "Info and Relationships" } ] }, "target": { "type": "element", "tagName": "ul", "path": "/html[1]/body[1]/form[1]/div[4]/header[1]/div[1]/div[1]/div[1]/ul[1]", "codeLines": [ "<ul class=\"info pull-left\"></ul>" ] } }, { "index": 974, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[3]/div[1]/div[1]/div[1]/div[1]/span[1]/text()[1]", "codeLines": [ "Event Reports" ] } }, { "index": 975, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[3]/div[1]/div[2]/div[1]/div[1]/span[1]/text()[1]", "codeLines": [ "ADAMS Public Documents" ] } }, { "index": 976, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[3]/div[1]/div[3]/div[1]/div[1]/span[1]/text()[1]", "codeLines": [ "Open Government" ] } }, { "index": 977, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[3]/div[1]/div[4]/div[1]/div[1]/span[1]/text()[1]", "codeLines": [ "eBilling" ] } }, { "index": 978, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[3]/div[1]/div[5]/div[1]/div[1]/span[1]/text()[1]", "codeLines": [ "The Student Corner" ] } }, { "index": 979, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[3]/div[1]/div[6]/div[1]/div[1]/span[1]/text()[1]", "codeLines": [ "In a Nuclear Emergency..." ] } }, { "index": 980, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[3]/div[1]/div[7]/div[1]/div[1]/span[1]/text()[1]", "codeLines": [ "Information Digest" ] } }, { "index": 981, "verdict": "cantTell", "rule": { "ruleID": "r69", "ruleSummary": "Text outside widget has minimum contrast", "scope": "component", "uri": "https://alfa.siteimprove.com/rules/sia-r69", "requirements": [ { "uri": "https://www.w3.org/TR/WCAG/#contrast-minimum", "chapter": "1.4.3", "title": "Contrast (Minimum)" }, { "uri": "https://www.w3.org/TR/WCAG/#contrast-enhanced", "chapter": "1.4.6", "title": "Contrast (Enhanced)" } ] }, "target": { "type": "text", "tagName": "", "path": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[3]/div[1]/div[8]/div[1]/div[1]/span[1]/text()[1]", "codeLines": [ "Facility Locator" ] } }, { "index": 1077, "verdict": "cantTell", "rule": { "ruleID": "r87", "ruleSummary": "First focusable element is link to main content", "scope": "page", "uri": "https://alfa.siteimprove.com/rules/sia-r87", "requirements": [ { "uri": "https://www.w3.org/WAI/WCAG21/Techniques/general/G1", "name": "G1", "title": "Adding a link at the top of each page that goes directly to the main content area" } ] }, "target": { "type": "document", "tagName": "", "path": "/", "codeLines": [ "#document", " <!doctype html>", "...", " </html>" ] } } ] } }, { "type": "test", "which": "axe", "detailLevel": 2, "rules": [], "what": "Axe", "url": "https://www.nrc.gov/", "result": { "totals": { "rulesNA": 48, "rulesPassed": 47, "rulesWarned": 5, "rulesViolated": 5, "warnings": { "minor": 58, "moderate": 0, "serious": 101, "critical": 0 }, "violations": { "minor": 6, "moderate": 2, "serious": 46, "critical": 1 } }, "details": { "testEngine": { "name": "axe-core", "version": "4.4.2" }, "testRunner": { "name": "axe" }, "testEnvironment": { "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/102.0.5005.40 Safari/537.36", "windowWidth": 1280, "windowHeight": 720, "orientationAngle": 90, "orientationType": "landscape-primary" }, "timestamp": "2022-07-18T00:49:14.945Z", "url": "https://www.nrc.gov/", "toolOptions": { "resultTypes": [ "violations", "incomplete" ], "runOnly": { "type": "tag", "values": [ "experimental", "best-practice", "wcag2a", "wcag2aa", "wcag2aaa", "wcag21a", "wcag21aa", "wcag21aaa" ] }, "reporter": "v1" }, "incomplete": [ { "id": "color-contrast-enhanced", "impact": "serious", "tags": [ "cat.color", "wcag2aaa", "wcag146" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA contrast ratio thresholds", "help": "Elements must have sufficient color contrast", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast-enhanced?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#0000cc", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<a href=\"https://tribal.nrc.gov/\" target=\"_self\">Tribal Liaison Program</a>", "target": [ "a[href$=\"tribal.nrc.gov/\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://tribal.nrc.gov/\" target=\"_self\">Tribal Liaison Program</a>", "target": [ "a[href$=\"tribal.nrc.gov/\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#0000cc", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<a href=\"https://mapx.nrc-gateway.gov/\" target=\"_self\">Mission Analytics Portal External</a>", "target": [ "a[href$=\"mapx.nrc-gateway.gov/\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://mapx.nrc-gateway.gov/\" target=\"_self\">Mission Analytics Portal External</a>", "target": [ "a[href$=\"mapx.nrc-gateway.gov/\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#0000cc", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<a href=\"https://nrcoig.oversight.gov/oig-hotline\" target=\"_self\">OIG Hotline</a>", "target": [ ".sidenav > ul > li:nth-child(7) > a[target=\"_self\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://nrcoig.oversight.gov/oig-hotline\" target=\"_self\">OIG Hotline</a>", "target": [ ".sidenav > ul > li:nth-child(7) > a[target=\"_self\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#0000cc", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/past-key-topics.html\">Spotlight Archive ยป</a>", "target": [ "a[href$=\"past-key-topics.html\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span>NRC Proposes $8,000 Fine to Alt & Witzig Engineering, Inc.</span>", "target": [ ".articles-list:nth-child(1) > a[target=\"_blank\"] > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span>NRC Issues Final Environmental Study on Proposed New Mexico Spent Fuel Storage Facility</span>", "target": [ ".articles-list:nth-child(2) > a[target=\"_blank\"] > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span>NRC Seeks Comment on Draft Supplemental Environmental Impact Statement for SHINE Medical Technologies Operating License</span>", "target": [ ".articles-list:nth-child(3) > a[target=\"_blank\"] > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span>NRC to Hold Public Meeting in San Luis Obispo to Discuss Diablo Canyon Nuclear Power Plant Decommissioning Plan</span>", "target": [ ".articles-list:nth-child(4) > a[target=\"_blank\"] > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span>NRC Names New Senior Resident Inspector at Vogtle Nuclear Power Plant</span>", "target": [ ".articles-list:nth-child(5) > a[target=\"_blank\"] > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span>NRC Names New Resident Inspector at Brunswick Nuclear Power Plant</span>", "target": [ ".articles-list:nth-child(6) > a[target=\"_blank\"] > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "bold", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<strong>[July 21, 2022 at 9:00 a.m. (EDT)]</strong>", "target": [ "strong" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">01</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(1) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(6) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">02</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(1) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(7) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">03</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(2) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(1) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">04</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(2) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(2) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">05</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(2) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(3) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">06</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(2) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(4) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">07</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(2) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(5) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">08</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(2) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(6) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">09</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(2) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(7) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">10</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(3) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(1) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">11</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(3) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(2) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">12</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(3) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(3) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">13</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(3) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(4) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">14</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(3) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(5) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">15</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(3) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(6) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">16</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(3) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(7) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">18</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(4) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(2) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">19</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(4) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(3) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">20</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(4) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(4) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">21</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(4) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(5) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">22</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(4) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(6) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">23</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(4) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(7) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">24</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(5) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(1) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">25</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(5) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(2) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">26</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(5) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(3) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">27</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(5) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(4) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">28</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(5) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(5) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">29</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(5) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(6) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">30</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(5) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(7) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">31</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(6) > .fc-content-skeleton > table > tbody > tr > .fc-event-container > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#000000", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<a href=\"https://www.youtube.com/playlist?list=PLBpOUiOs1fJYqYos3hBBIL2cONTxKbR6m\" target=\"_self\" class=\"btn btn-medium primary-background black\">Learn More</a>", "target": [ ".scbwwbt-content-button > .btn-medium.primary-background.btn" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.youtube.com/playlist?list=PLBpOUiOs1fJYqYos3hBBIL2cONTxKbR6m\" target=\"_self\" class=\"btn btn-medium primary-background black\">Learn More</a>", "target": [ ".scbwwbt-content-button > .btn-medium.primary-background.btn" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": "imgNode", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"tile-card-content\">\n <span class=\"tile-card-title\">Event Reports</span>\n <span class=\"tile-card-name\">Reports Associated with Events.</span>\n </div>", "target": [ "#tile141310 > .tile-card-content" ] }, { "html": "<img class=\"img-responsive\" src=\"/cdn/site/home-page/generic-event-report2.jpg\" alt=\"Image of person typing on a laptop sitting at a table with a smartphone on the left side and a cup of coffee on the right side of the table.\" title=\"\">", "target": [ "#tile141310 > a:nth-child(1) > .img-responsive[title=\"\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined because element contains an image node" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"tile-card-title\">Event Reports</span>", "target": [ "#tile141310 > .tile-card-content > .tile-card-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because element contains an image node" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": "imgNode", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"tile-card-content\">\n <span class=\"tile-card-title\">ADAMS Public Documents</span>\n <span class=\"tile-card-name\">Search and view NRC's public documents</span>\n </div>", "target": [ "#tile141311 > .tile-card-content" ] }, { "html": "<img class=\"img-responsive\" src=\"/cdn/site/home-page/adams2.jpg\" alt=\"Image of computer server room with twelve large tall black servers with small blue lights sitting on a grey floor.\" title=\"\">", "target": [ "img[src$=\"adams2.jpg\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined because element contains an image node" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"tile-card-title\">ADAMS Public Documents</span>", "target": [ "#tile141311 > .tile-card-content > .tile-card-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because element contains an image node" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": "imgNode", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"tile-card-content\">\n <span class=\"tile-card-title\">Open Government</span>\n <span class=\"tile-card-name\">NRC Approach to Open/Digital Government</span>\n </div>", "target": [ "#tile141312 > .tile-card-content" ] }, { "html": "<img class=\"img-responsive\" src=\"/cdn/site/home-page/open-government.jpg\" alt=\"Image of the Nuclear Regulatory Commission's outdoor building signage at their headquarters in Maryland with an American Flag flying next to it.\" title=\"\">", "target": [ "a[href$=\"open.html\"]:nth-child(1) > .img-responsive[title=\"\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined because element contains an image node" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"tile-card-title\">Open Government</span>", "target": [ "#tile141312 > .tile-card-content > .tile-card-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because element contains an image node" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": "imgNode", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"tile-card-content\">\n <span class=\"tile-card-title\">eBilling</span>\n <span class=\"tile-card-name\">Invoices available On-Line</span>\n </div>", "target": [ "#tile141313 > .tile-card-content" ] }, { "html": "<img class=\"img-responsive\" src=\"/cdn/site/home-page/new-reactor-license.jpg\" alt=\"Image of person holding a tablet computer in their left hand and a credit card in their right hand.\" title=\"\">", "target": [ "#tile141313 > a:nth-child(1) > .img-responsive[title=\"\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined because element contains an image node" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"tile-card-title\">eBilling</span>", "target": [ "#tile141313 > .tile-card-content > .tile-card-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because element contains an image node" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": "imgNode", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"tile-card-content\">\n <span class=\"tile-card-title\">The Student Corner</span>\n <span class=\"tile-card-name\">Information for Students and Teachers</span>\n </div>", "target": [ "#tile141314 > .tile-card-content" ] }, { "html": "<img class=\"img-responsive\" src=\"/cdn/site/home-page/students2.jpg\" alt=\"Image of two your girls in yellow protective coats holding remote controls.\" title=\"\">", "target": [ "#tile141314 > a:nth-child(1) > .img-responsive[title=\"\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined because element contains an image node" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"tile-card-title\">The Student Corner</span>", "target": [ "#tile141314 > .tile-card-content > .tile-card-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because element contains an image node" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": "imgNode", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"tile-card-content\">\n <span class=\"tile-card-title\">In a Nuclear Emergency...</span>\n <span class=\"tile-card-name\">Know what to do</span>\n </div>", "target": [ "#tile141315 > .tile-card-content" ] }, { "html": "<img class=\"img-responsive\" src=\"/cdn/site/home-page/nrc-emergency2.jpg\" alt=\"Image of a red emergency light on a black background.\" title=\"\">", "target": [ "#tile141315 > a:nth-child(1) > .img-responsive[title=\"\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined because element contains an image node" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"tile-card-title\">In a Nuclear Emergency...</span>", "target": [ "#tile141315 > .tile-card-content > .tile-card-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because element contains an image node" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": "imgNode", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"tile-card-content\">\n <span class=\"tile-card-title\">Information Digest</span>\n <span class=\"tile-card-name\">Agency Data at a Glance</span>\n </div>", "target": [ "#tile141316 > .tile-card-content" ] }, { "html": "<img class=\"img-responsive\" src=\"/cdn/legacy/images/homepage/info-digest-cover-widget.jpg\" alt=\"Image with text on it that reads 2021-2022 information digest.\" title=\"\">", "target": [ "#tile141316 > a:nth-child(1) > .img-responsive[title=\"\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined because element contains an image node" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"tile-card-title\">Information Digest</span>", "target": [ "#tile141316 > .tile-card-content > .tile-card-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because element contains an image node" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": "imgNode", "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"tile-card-content\">\n <span class=\"tile-card-title\">Facility Locator</span>\n <span class=\"tile-card-name\">Locate a facility near you</span>\n </div>", "target": [ "#tile141317 > .tile-card-content" ] }, { "html": "<img class=\"img-responsive\" src=\"/cdn/site/home-page/facility-locator.jpg\" alt=\"Image of map with with the states of Iowa, Illinois, Indiana, Ohio, Missouri, Arkansas, Mississippi, Alabama, South Carolina, North Carolina, and the District of Columbia visible with a magnifying glass over the word Philadelphia.\" title=\"\">", "target": [ "a[href$=\"info-finder.html\"]:nth-child(1) > .img-responsive[title=\"\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined because element contains an image node" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"tile-card-title\">Facility Locator</span>", "target": [ "#tile141317 > .tile-card-content > .tile-card-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because element contains an image node" } ] }, { "id": "color-contrast", "impact": "serious", "tags": [ "cat.color", "wcag2aa", "wcag143" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AA contrast ratio thresholds", "help": "Elements must have sufficient color contrast", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast", "data": { "fgColor": "#0000cc", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<a href=\"https://tribal.nrc.gov/\" target=\"_self\">Tribal Liaison Program</a>", "target": [ "a[href$=\"tribal.nrc.gov/\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://tribal.nrc.gov/\" target=\"_self\">Tribal Liaison Program</a>", "target": [ "a[href$=\"tribal.nrc.gov/\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#0000cc", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<a href=\"https://mapx.nrc-gateway.gov/\" target=\"_self\">Mission Analytics Portal External</a>", "target": [ "a[href$=\"mapx.nrc-gateway.gov/\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://mapx.nrc-gateway.gov/\" target=\"_self\">Mission Analytics Portal External</a>", "target": [ "a[href$=\"mapx.nrc-gateway.gov/\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#0000cc", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<a href=\"https://nrcoig.oversight.gov/oig-hotline\" target=\"_self\">OIG Hotline</a>", "target": [ ".sidenav > ul > li:nth-child(7) > a[target=\"_self\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://nrcoig.oversight.gov/oig-hotline\" target=\"_self\">OIG Hotline</a>", "target": [ ".sidenav > ul > li:nth-child(7) > a[target=\"_self\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#0000cc", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/past-key-topics.html\">Spotlight Archive ยป</a>", "target": [ "a[href$=\"past-key-topics.html\"]" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span>NRC Proposes $8,000 Fine to Alt & Witzig Engineering, Inc.</span>", "target": [ ".articles-list:nth-child(1) > a[target=\"_blank\"] > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span>NRC Issues Final Environmental Study on Proposed New Mexico Spent Fuel Storage Facility</span>", "target": [ ".articles-list:nth-child(2) > a[target=\"_blank\"] > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span>NRC Seeks Comment on Draft Supplemental Environmental Impact Statement for SHINE Medical Technologies Operating License</span>", "target": [ ".articles-list:nth-child(3) > a[target=\"_blank\"] > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span>NRC to Hold Public Meeting in San Luis Obispo to Discuss Diablo Canyon Nuclear Power Plant Decommissioning Plan</span>", "target": [ ".articles-list:nth-child(4) > a[target=\"_blank\"] > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span>NRC Names New Senior Resident Inspector at Vogtle Nuclear Power Plant</span>", "target": [ ".articles-list:nth-child(5) > a[target=\"_blank\"] > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span>NRC Names New Resident Inspector at Brunswick Nuclear Power Plant</span>", "target": [ ".articles-list:nth-child(6) > a[target=\"_blank\"] > span" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "bold", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<strong>[July 21, 2022 at 9:00 a.m. (EDT)]</strong>", "target": [ "strong" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">01</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(1) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(6) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">02</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(1) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(7) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">03</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(2) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(1) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">04</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(2) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(2) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">05</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(2) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(3) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">06</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(2) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(4) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">07</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(2) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(5) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">08</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(2) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(6) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">09</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(2) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(7) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">10</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(3) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(1) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">11</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(3) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(2) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">12</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(3) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(3) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">13</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(3) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(4) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">14</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(3) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(5) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">15</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(3) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(6) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">16</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(3) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(7) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">18</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(4) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(2) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">19</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(4) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(3) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">20</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(4) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(4) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">21</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(4) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(5) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">22</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(4) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(6) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">23</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(4) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(7) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">24</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(5) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(1) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">25</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(5) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(2) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">26</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(5) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(3) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">27</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(5) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(4) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">28</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(5) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(5) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">29</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(5) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(6) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">30</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(5) > .fc-content-skeleton > table > tbody > tr > .fc-event-container:nth-child(7) > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#333333", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": "elmPartiallyObscured", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<body class=\"LTR Chrome ENUS ContentBody\">", "target": [ "body" ] } ], "impact": "serious", "message": "Element's background color could not be determined because it's partially obscured by another element" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"fc-title\">31</span>", "target": [ ".fc-week.fc-rigid.fc-row:nth-child(6) > .fc-content-skeleton > table > tbody > tr > .fc-event-container > .fc-day-grid-event.fc-h-event.fc-event > .fc-content > .fc-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because it's partially obscured by another element" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#000000", "contrastRatio": 0, "fontSize": "10.5pt (14px)", "fontWeight": "bold", "messageKey": "bgImage", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<a href=\"https://www.youtube.com/playlist?list=PLBpOUiOs1fJYqYos3hBBIL2cONTxKbR6m\" target=\"_self\" class=\"btn btn-medium primary-background black\">Learn More</a>", "target": [ ".scbwwbt-content-button > .btn-medium.primary-background.btn" ] } ], "impact": "serious", "message": "Element's background color could not be determined due to a background image" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"https://www.youtube.com/playlist?list=PLBpOUiOs1fJYqYos3hBBIL2cONTxKbR6m\" target=\"_self\" class=\"btn btn-medium primary-background black\">Learn More</a>", "target": [ ".scbwwbt-content-button > .btn-medium.primary-background.btn" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined due to a background image" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": "imgNode", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"tile-card-content\">\n <span class=\"tile-card-title\">Event Reports</span>\n <span class=\"tile-card-name\">Reports Associated with Events.</span>\n </div>", "target": [ "#tile141310 > .tile-card-content" ] }, { "html": "<img class=\"img-responsive\" src=\"/cdn/site/home-page/generic-event-report2.jpg\" alt=\"Image of person typing on a laptop sitting at a table with a smartphone on the left side and a cup of coffee on the right side of the table.\" title=\"\">", "target": [ "#tile141310 > a:nth-child(1) > .img-responsive[title=\"\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined because element contains an image node" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"tile-card-title\">Event Reports</span>", "target": [ "#tile141310 > .tile-card-content > .tile-card-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because element contains an image node" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": "imgNode", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"tile-card-content\">\n <span class=\"tile-card-title\">ADAMS Public Documents</span>\n <span class=\"tile-card-name\">Search and view NRC's public documents</span>\n </div>", "target": [ "#tile141311 > .tile-card-content" ] }, { "html": "<img class=\"img-responsive\" src=\"/cdn/site/home-page/adams2.jpg\" alt=\"Image of computer server room with twelve large tall black servers with small blue lights sitting on a grey floor.\" title=\"\">", "target": [ "img[src$=\"adams2.jpg\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined because element contains an image node" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"tile-card-title\">ADAMS Public Documents</span>", "target": [ "#tile141311 > .tile-card-content > .tile-card-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because element contains an image node" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": "imgNode", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"tile-card-content\">\n <span class=\"tile-card-title\">Open Government</span>\n <span class=\"tile-card-name\">NRC Approach to Open/Digital Government</span>\n </div>", "target": [ "#tile141312 > .tile-card-content" ] }, { "html": "<img class=\"img-responsive\" src=\"/cdn/site/home-page/open-government.jpg\" alt=\"Image of the Nuclear Regulatory Commission's outdoor building signage at their headquarters in Maryland with an American Flag flying next to it.\" title=\"\">", "target": [ "a[href$=\"open.html\"]:nth-child(1) > .img-responsive[title=\"\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined because element contains an image node" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"tile-card-title\">Open Government</span>", "target": [ "#tile141312 > .tile-card-content > .tile-card-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because element contains an image node" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": "imgNode", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"tile-card-content\">\n <span class=\"tile-card-title\">eBilling</span>\n <span class=\"tile-card-name\">Invoices available On-Line</span>\n </div>", "target": [ "#tile141313 > .tile-card-content" ] }, { "html": "<img class=\"img-responsive\" src=\"/cdn/site/home-page/new-reactor-license.jpg\" alt=\"Image of person holding a tablet computer in their left hand and a credit card in their right hand.\" title=\"\">", "target": [ "#tile141313 > a:nth-child(1) > .img-responsive[title=\"\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined because element contains an image node" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"tile-card-title\">eBilling</span>", "target": [ "#tile141313 > .tile-card-content > .tile-card-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because element contains an image node" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": "imgNode", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"tile-card-content\">\n <span class=\"tile-card-title\">The Student Corner</span>\n <span class=\"tile-card-name\">Information for Students and Teachers</span>\n </div>", "target": [ "#tile141314 > .tile-card-content" ] }, { "html": "<img class=\"img-responsive\" src=\"/cdn/site/home-page/students2.jpg\" alt=\"Image of two your girls in yellow protective coats holding remote controls.\" title=\"\">", "target": [ "#tile141314 > a:nth-child(1) > .img-responsive[title=\"\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined because element contains an image node" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"tile-card-title\">The Student Corner</span>", "target": [ "#tile141314 > .tile-card-content > .tile-card-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because element contains an image node" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": "imgNode", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"tile-card-content\">\n <span class=\"tile-card-title\">In a Nuclear Emergency...</span>\n <span class=\"tile-card-name\">Know what to do</span>\n </div>", "target": [ "#tile141315 > .tile-card-content" ] }, { "html": "<img class=\"img-responsive\" src=\"/cdn/site/home-page/nrc-emergency2.jpg\" alt=\"Image of a red emergency light on a black background.\" title=\"\">", "target": [ "#tile141315 > a:nth-child(1) > .img-responsive[title=\"\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined because element contains an image node" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"tile-card-title\">In a Nuclear Emergency...</span>", "target": [ "#tile141315 > .tile-card-content > .tile-card-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because element contains an image node" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": "imgNode", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"tile-card-content\">\n <span class=\"tile-card-title\">Information Digest</span>\n <span class=\"tile-card-name\">Agency Data at a Glance</span>\n </div>", "target": [ "#tile141316 > .tile-card-content" ] }, { "html": "<img class=\"img-responsive\" src=\"/cdn/legacy/images/homepage/info-digest-cover-widget.jpg\" alt=\"Image with text on it that reads 2021-2022 information digest.\" title=\"\">", "target": [ "#tile141316 > a:nth-child(1) > .img-responsive[title=\"\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined because element contains an image node" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"tile-card-title\">Information Digest</span>", "target": [ "#tile141316 > .tile-card-content > .tile-card-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because element contains an image node" }, { "any": [ { "id": "color-contrast", "data": { "fgColor": "#ffffff", "contrastRatio": 0, "fontSize": "13.5pt (18px)", "fontWeight": "normal", "messageKey": "imgNode", "expectedContrastRatio": "4.5:1" }, "relatedNodes": [ { "html": "<div class=\"tile-card-content\">\n <span class=\"tile-card-title\">Facility Locator</span>\n <span class=\"tile-card-name\">Locate a facility near you</span>\n </div>", "target": [ "#tile141317 > .tile-card-content" ] }, { "html": "<img class=\"img-responsive\" src=\"/cdn/site/home-page/facility-locator.jpg\" alt=\"Image of map with with the states of Iowa, Illinois, Indiana, Ohio, Missouri, Arkansas, Mississippi, Alabama, South Carolina, North Carolina, and the District of Columbia visible with a magnifying glass over the word Philadelphia.\" title=\"\">", "target": [ "a[href$=\"info-finder.html\"]:nth-child(1) > .img-responsive[title=\"\"]" ] } ], "impact": "serious", "message": "Element's background color could not be determined because element contains an image node" } ], "all": [], "none": [], "impact": "serious", "html": "<span class=\"tile-card-title\">Facility Locator</span>", "target": [ "#tile141317 > .tile-card-content > .tile-card-title" ], "failureSummary": "Fix any of the following:\n Element's background color could not be determined because element contains an image node" } ] }, { "id": "hidden-content", "impact": "minor", "tags": [ "cat.structure", "experimental", "review-item", "best-practice" ], "description": "Informs users about hidden content.", "help": "Hidden content on the page should be analyzed", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/hidden-content?application=axeAPI", "nodes": [ { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<a class=\"navbar-brand\" href=\"/\">\n <img src=\"/cdn/site/logo/logo.png\" class=\"logo animate\" alt=\"Nuclear Regulatory Commission Logo\">\n </a>", "target": [ ".navbar-brand" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul class=\"dropdown-menu yamm-dropdown-menu\">", "target": [ ".dropdown.yamm-fullwidth.hover:nth-child(1) > .dropdown-menu.yamm-dropdown-menu" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul class=\"dropdown-menu yamm-dropdown-menu\">", "target": [ ".dropdown.yamm-fullwidth.hover:nth-child(2) > .dropdown-menu.yamm-dropdown-menu" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul class=\"dropdown-menu yamm-dropdown-menu\">", "target": [ ".dropdown.yamm-fullwidth.hover:nth-child(3) > .dropdown-menu.yamm-dropdown-menu" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul class=\"dropdown-menu yamm-dropdown-menu\">", "target": [ ".dropdown.yamm-fullwidth.hover:nth-child(4) > .dropdown-menu.yamm-dropdown-menu" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul class=\"dropdown-menu yamm-dropdown-menu\">", "target": [ ".dropdown.yamm-fullwidth.hover:nth-child(5) > .dropdown-menu.yamm-dropdown-menu" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul class=\"dropdown-menu yamm-dropdown-menu\">", "target": [ ".dropdown.yamm-fullwidth.hover:nth-child(6) > .dropdown-menu.yamm-dropdown-menu" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul class=\"dropdown-menu yamm-dropdown-menu\">", "target": [ ".dropdown.yamm-fullwidth.hover:nth-child(7) > .dropdown-menu.yamm-dropdown-menu" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<li class=\"dropdown yamm-fullwidth show-menu-for-mobile hover\">", "target": [ ".show-menu-for-mobile" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<ul class=\"dropdown-menu yamm-dropdown-menu\">", "target": [ ".show-menu-for-mobile > .dropdown-menu.yamm-dropdown-menu" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"fc-day-number\">1</span>", "target": [ ".fc-fri.fc-day-top[data-date=\"2022-07-01\"] > .fc-day-number" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"fc-day-number\">2</span>", "target": [ ".fc-sat.fc-day-top[data-date=\"2022-07-02\"] > .fc-day-number" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"fc-day-number\">3</span>", "target": [ ".fc-sun.fc-day-top[data-date=\"2022-07-03\"] > .fc-day-number" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"fc-day-number\">4</span>", "target": [ ".fc-mon.fc-day-top[data-date=\"2022-07-04\"] > .fc-day-number" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"fc-day-number\">5</span>", "target": [ ".fc-tue.fc-day-top[data-date=\"2022-07-05\"] > .fc-day-number" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"fc-day-number\">6</span>", "target": [ ".fc-wed.fc-day-top[data-date=\"2022-07-06\"] > .fc-day-number" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"fc-day-number\">7</span>", "target": [ ".fc-thu.fc-day-top[data-date=\"2022-07-07\"] > .fc-day-number" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"fc-day-number\">8</span>", "target": [ ".fc-fri.fc-day-top[data-date=\"2022-07-08\"] > .fc-day-number" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"fc-day-number\">9</span>", "target": [ ".fc-sat.fc-day-top[data-date=\"2022-07-09\"] > .fc-day-number" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"fc-day-number\">10</span>", "target": [ ".fc-sun.fc-day-top[data-date=\"2022-07-10\"] > .fc-day-number" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"fc-day-number\">11</span>", "target": [ ".fc-mon.fc-day-top[data-date=\"2022-07-11\"] > .fc-day-number" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"fc-day-number\">12</span>", "target": [ ".fc-tue.fc-day-top[data-date=\"2022-07-12\"] > .fc-day-number" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"fc-day-number\">13</span>", "target": [ ".fc-wed.fc-day-top[data-date=\"2022-07-13\"] > .fc-day-number" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"fc-day-number\">14</span>", "target": [ ".fc-thu.fc-day-top[data-date=\"2022-07-14\"] > .fc-day-number" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"fc-day-number\">15</span>", "target": [ ".fc-fri.fc-day-top[data-date=\"2022-07-15\"] > .fc-day-number" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"fc-day-number\">16</span>", "target": [ ".fc-sat.fc-day-top[data-date=\"2022-07-16\"] > .fc-day-number" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"fc-day-number\">17</span>", "target": [ ".fc-today.fc-sun[data-date=\"2022-07-17\"] > .fc-day-number" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"fc-day-number\">18</span>", "target": [ ".fc-mon.fc-future[data-date=\"2022-07-18\"] > .fc-day-number" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"fc-day-number\">19</span>", "target": [ ".fc-tue.fc-future[data-date=\"2022-07-19\"] > .fc-day-number" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"fc-day-number\">20</span>", "target": [ ".fc-wed.fc-future[data-date=\"2022-07-20\"] > .fc-day-number" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"fc-day-number\">21</span>", "target": [ ".fc-thu.fc-future[data-date=\"2022-07-21\"] > .fc-day-number" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"fc-day-number\">22</span>", "target": [ ".fc-fri.fc-future[data-date=\"2022-07-22\"] > .fc-day-number" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"fc-day-number\">23</span>", "target": [ ".fc-sat.fc-future[data-date=\"2022-07-23\"] > .fc-day-number" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"fc-day-number\">24</span>", "target": [ ".fc-sun.fc-future[data-date=\"2022-07-24\"] > .fc-day-number" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"fc-day-number\">25</span>", "target": [ ".fc-mon.fc-future[data-date=\"2022-07-25\"] > .fc-day-number" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"fc-day-number\">26</span>", "target": [ ".fc-tue.fc-future[data-date=\"2022-07-26\"] > .fc-day-number" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"fc-day-number\">27</span>", "target": [ ".fc-wed.fc-future[data-date=\"2022-07-27\"] > .fc-day-number" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"fc-day-number\">28</span>", "target": [ ".fc-thu.fc-future[data-date=\"2022-07-28\"] > .fc-day-number" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"fc-day-number\">29</span>", "target": [ ".fc-fri.fc-future[data-date=\"2022-07-29\"] > .fc-day-number" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"fc-day-number\">30</span>", "target": [ ".fc-sat.fc-future[data-date=\"2022-07-30\"] > .fc-day-number" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"fc-day-number\">31</span>", "target": [ ".fc-sun.fc-future[data-date=\"2022-07-31\"] > .fc-day-number" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"tile-card-name\">Reports Associated with Events.</span>", "target": [ "#tile141310 > .tile-card-content > .tile-card-name" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<a href=\"/reading-rm/doc-collections/event-status/index.html\" class=\"tile-card-button btn btn-small quaternary-background black\">Read More</a>", "target": [ "#tile141310 > .tile-card-button.btn-small.quaternary-background" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"tile-card-name\">Search and view NRC's public documents</span>", "target": [ "#tile141311 > .tile-card-content > .tile-card-name" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<a href=\"/reading-rm/adams.html\" class=\"tile-card-button btn btn-small quaternary-background black\">Read More</a>", "target": [ ".tile-card-button.btn-small[href$=\"adams.html\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"tile-card-name\">NRC Approach to Open/Digital Government</span>", "target": [ "#tile141312 > .tile-card-content > .tile-card-name" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<a href=\"/public-involve/open.html\" class=\"tile-card-button btn btn-small quaternary-background black\">Read More</a>", "target": [ ".tile-card-button.btn-small[href$=\"open.html\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"tile-card-name\">Invoices available On-Line</span>", "target": [ "#tile141313 > .tile-card-content > .tile-card-name" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<a href=\"/about-nrc/regulatory/licensing/fees.html#ebilling\" class=\"tile-card-button btn btn-small quaternary-background black\">Learn More</a>", "target": [ "#tile141313 > .tile-card-button.btn-small.quaternary-background" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"tile-card-name\">Information for Students and Teachers</span>", "target": [ "#tile141314 > .tile-card-content > .tile-card-name" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<a href=\"/reading-rm/basic-ref/students.html\" class=\"tile-card-button btn btn-small quaternary-background black\">Read More</a>", "target": [ "#tile141314 > .tile-card-button.btn-small.quaternary-background" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"tile-card-name\">Know what to do</span>", "target": [ "#tile141315 > .tile-card-content > .tile-card-name" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<a href=\"/about-nrc/emerg-preparedness/in-radiological-emerg.html\" class=\"tile-card-button btn btn-small quaternary-background black\">Read More</a>", "target": [ "#tile141315 > .tile-card-button.btn-small.quaternary-background" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"tile-card-name\">Agency Data at a Glance</span>", "target": [ "#tile141316 > .tile-card-content > .tile-card-name" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<a href=\"/reading-rm/doc-collections/nuregs/staff/sr1350/index.html\" class=\"tile-card-button btn btn-small quaternary-background black\">Read More</a>", "target": [ "#tile141316 > .tile-card-button.btn-small.quaternary-background" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<span class=\"tile-card-name\">Locate a facility near you</span>", "target": [ "#tile141317 > .tile-card-content > .tile-card-name" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." }, { "any": [ { "id": "hidden-content", "data": null, "relatedNodes": [], "impact": "minor", "message": "There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ], "all": [], "none": [], "impact": "minor", "html": "<a href=\"/info-finder.html\" class=\"tile-card-button btn btn-small quaternary-background black\">Locate Now</a>", "target": [ ".tile-card-button.btn-small[href$=\"info-finder.html\"]" ], "failureSummary": "Fix any of the following:\n There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it." } ] }, { "id": "identical-links-same-purpose", "impact": "minor", "tags": [ "cat.semantics", "wcag2aaa", "wcag249" ], "description": "Ensure that links with the same accessible name serve a similar purpose", "help": "Links with the same name must have a similar purpose", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/identical-links-same-purpose?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "identical-links-same-purpose", "data": { "name": "learn more", "urlProps": { "protocol": "http:", "hostname": "www.nrc.gov", "port": "", "pathname": "/about-nrc/radiation/", "search": {}, "hash": "", "filename": "protects-you.html" } }, "relatedNodes": [ { "html": "<a href=\"/homepage/features.html#144668\" class=\"btn btn-medium primary-background\">Learn More</a>", "target": [ "a[href$=\"features.html#144668\"]" ] }, { "html": "<a href=\"/homepage/features.html#144661\" class=\"btn btn-medium primary-background\">Learn More</a>", "target": [ "a[href$=\"features.html#144661\"]" ] }, { "html": "<a href=\"/homepage/features.html#144646\" class=\"btn btn-medium primary-background\">Learn More</a>", "target": [ "a[href$=\"features.html#144646\"]" ] }, { "html": "<a href=\"/homepage/features.html#144638\" class=\"btn btn-medium primary-background\">Learn More</a>", "target": [ "a[href$=\"features.html#144638\"]" ] }, { "html": "<a href=\"/homepage/features.html#144624\" class=\"btn btn-medium primary-background\">Learn More</a>", "target": [ "a[href$=\"features.html#144624\"]" ] }, { "html": "<a href=\"/homepage/features.html#144669\" class=\"btn btn-medium primary-background\">Learn More</a>", "target": [ "a[href$=\"features.html#144669\"]" ] }, { "html": "<a href=\"https://www.youtube.com/playlist?list=PLBpOUiOs1fJYqYos3hBBIL2cONTxKbR6m\" target=\"_self\" class=\"btn btn-medium primary-background black\">Learn More</a>", "target": [ ".scbwwbt-content-button > .btn-medium.primary-background.btn" ] } ], "impact": "minor", "message": "Check that links have the same purpose, or are intentionally ambiguous." } ], "none": [], "impact": "minor", "html": "<a href=\"/about-nrc/radiation/protects-you.html#142873\" class=\"btn btn-medium primary-background\">Learn More</a>", "target": [ ".heroBackground-59 > .container > .caption.vertical-center.text-center > .fadeInDown-3 > .btn-medium.primary-background.btn" ], "failureSummary": "Fix all of the following:\n Check that links have the same purpose, or are intentionally ambiguous." } ] }, { "id": "th-has-data-cells", "impact": "serious", "tags": [ "cat.tables", "wcag2a", "wcag131", "section508", "section508.22.g" ], "description": "Ensure that <th> elements and elements with role=columnheader/rowheader have data cells they describe", "help": "Table headers in a data table must refer to data cells", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/th-has-data-cells?application=axeAPI", "nodes": [ { "any": [], "all": [ { "id": "th-has-data-cells", "data": null, "relatedNodes": [ { "html": "<th class=\"fc-day-header fc-widget-header fc-sat\"><span>Sat</span></th>", "target": [ "th:nth-child(7)" ] } ], "impact": "serious", "message": "Table data cells are missing or empty" } ], "none": [], "impact": "serious", "html": "<table class=\"\">", "target": [ ".fc-row.fc-widget-header > table" ], "failureSummary": "Fix all of the following:\n Table data cells are missing or empty" } ] } ], "violations": [ { "id": "aria-allowed-attr", "impact": "critical", "tags": [ "cat.aria", "wcag2a", "wcag412" ], "description": "Ensures ARIA attributes are allowed for an element's role", "help": "Elements must only use allowed ARIA attributes", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/aria-allowed-attr?application=axeAPI", "nodes": [ { "any": [ { "id": "aria-allowed-attr", "data": [ "aria-expanded=\"false\"" ], "relatedNodes": [], "impact": "critical", "message": "ARIA attribute is not allowed: aria-expanded=\"false\"" } ], "all": [], "none": [], "impact": "critical", "html": "<div class=\"navbar-collapse collapse animate\" aria-expanded=\"false\">", "target": [ ".navbar-collapse" ], "failureSummary": "Fix any of the following:\n ARIA attribute is not allowed: aria-expanded=\"false\"" } ] }, { "id": "color-contrast-enhanced", "impact": "serious", "tags": [ "cat.color", "wcag2aaa", "wcag146" ], "description": "Ensures the contrast between foreground and background colors meets WCAG 2 AAA contrast ratio thresholds", "help": "Elements must have sufficient color contrast", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/color-contrast-enhanced?application=axeAPI", "nodes": [ { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#425e71", "contrastRatio": 6.83, "fontSize": "9.8pt (13px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<a href=\"/site-help/Search-Results?site=AllSites\" id=\"master-search-btn\" class=\"search-button btn btn-default\">Search</a>", "target": [ "#master-search-btn" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.83 (foreground color: #ffffff, background color: #425e71, font size: 9.8pt (13px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/site-help/Search-Results?site=AllSites\" id=\"master-search-btn\" class=\"search-button btn btn-default\">Search</a>", "target": [ "#master-search-btn" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.83 (foreground color: #ffffff, background color: #425e71, font size: 9.8pt (13px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#425e71", "contrastRatio": 6.83, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"navbar-collapse collapse animate\" aria-expanded=\"false\">", "target": [ ".navbar-collapse" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.83 (foreground color: #ffffff, background color: #425e71, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/reactors.html\" class=\"dropdown-toggle\">Nuclear Reactors</a>", "target": [ ".dropdown.yamm-fullwidth.hover:nth-child(1) > a[href$=\"reactors.html\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.83 (foreground color: #ffffff, background color: #425e71, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#425e71", "contrastRatio": 6.83, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"navbar-collapse collapse animate\" aria-expanded=\"false\">", "target": [ ".navbar-collapse" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.83 (foreground color: #ffffff, background color: #425e71, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/materials.html\" class=\"dropdown-toggle\">Nuclear Materials</a>", "target": [ ".dropdown.yamm-fullwidth.hover:nth-child(2) > a[href$=\"materials.html\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.83 (foreground color: #ffffff, background color: #425e71, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#425e71", "contrastRatio": 6.83, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"navbar-collapse collapse animate\" aria-expanded=\"false\">", "target": [ ".navbar-collapse" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.83 (foreground color: #ffffff, background color: #425e71, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/waste.html\" class=\"dropdown-toggle\">Radioactive Waste</a>", "target": [ ".dropdown.yamm-fullwidth.hover:nth-child(3) > a[href$=\"waste.html\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.83 (foreground color: #ffffff, background color: #425e71, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#425e71", "contrastRatio": 6.83, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"navbar-collapse collapse animate\" aria-expanded=\"false\">", "target": [ ".navbar-collapse" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.83 (foreground color: #ffffff, background color: #425e71, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/security.html\" class=\"dropdown-toggle\">Nuclear Security</a>", "target": [ ".dropdown-toggle[href$=\"security.html\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.83 (foreground color: #ffffff, background color: #425e71, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#425e71", "contrastRatio": 6.83, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"navbar-collapse collapse animate\" aria-expanded=\"false\">", "target": [ ".navbar-collapse" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.83 (foreground color: #ffffff, background color: #425e71, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/public-involve.html\" class=\"dropdown-toggle\">Public Meetings & Involvement</a>", "target": [ "a[href$=\"public-involve.html\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.83 (foreground color: #ffffff, background color: #425e71, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#425e71", "contrastRatio": 6.83, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"navbar-collapse collapse animate\" aria-expanded=\"false\">", "target": [ ".navbar-collapse" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.83 (foreground color: #ffffff, background color: #425e71, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/reading-rm.html\" class=\"dropdown-toggle\">NRC Library</a>", "target": [ "a[href$=\"reading-rm.html\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.83 (foreground color: #ffffff, background color: #425e71, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#425e71", "contrastRatio": 6.83, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<div class=\"navbar-collapse collapse animate\" aria-expanded=\"false\">", "target": [ ".navbar-collapse" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.83 (foreground color: #ffffff, background color: #425e71, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/about-nrc.html\" class=\"dropdown-toggle\">About NRC</a>", "target": [ "a[href$=\"about-nrc.html\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.83 (foreground color: #ffffff, background color: #425e71, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#425e71", "contrastRatio": 6.83, "fontSize": "10.5pt (14px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<a href=\"/homepage/features.html#144668\" class=\"btn btn-medium primary-background\">Learn More</a>", "target": [ "a[href$=\"features.html#144668\"]" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.83 (foreground color: #ffffff, background color: #425e71, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/homepage/features.html#144668\" class=\"btn btn-medium primary-background\">Learn More</a>", "target": [ "a[href$=\"features.html#144668\"]" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.83 (foreground color: #ffffff, background color: #425e71, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#425e71", "contrastRatio": 6.83, "fontSize": "10.5pt (14px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<a href=\"/reading-rm/doc-collections/news/2022/index.html\" class=\"btn\">View All</a>", "target": [ ".articles-list-button > .btn" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.83 (foreground color: #ffffff, background color: #425e71, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<a href=\"/reading-rm/doc-collections/news/2022/index.html\" class=\"btn\">View All</a>", "target": [ ".articles-list-button > .btn" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.83 (foreground color: #ffffff, background color: #425e71, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#425e71", "contrastRatio": 6.83, "fontSize": "10.5pt (14px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<th class=\"fc-day-header fc-widget-header fc-sun\">Sun</th>", "target": [ "th:nth-child(1)" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.83 (foreground color: #ffffff, background color: #425e71, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<th class=\"fc-day-header fc-widget-header fc-sun\">Sun</th>", "target": [ "th:nth-child(1)" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.83 (foreground color: #ffffff, background color: #425e71, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#425e71", "contrastRatio": 6.83, "fontSize": "10.5pt (14px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<th class=\"fc-day-header fc-widget-header fc-mon\">Mon</th>", "target": [ "th:nth-child(2)" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.83 (foreground color: #ffffff, background color: #425e71, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<th class=\"fc-day-header fc-widget-header fc-mon\">Mon</th>", "target": [ "th:nth-child(2)" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.83 (foreground color: #ffffff, background color: #425e71, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#425e71", "contrastRatio": 6.83, "fontSize": "10.5pt (14px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<th class=\"fc-day-header fc-widget-header fc-tue\">Tue</th>", "target": [ "th:nth-child(3)" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.83 (foreground color: #ffffff, background color: #425e71, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<th class=\"fc-day-header fc-widget-header fc-tue\">Tue</th>", "target": [ "th:nth-child(3)" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.83 (foreground color: #ffffff, background color: #425e71, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#425e71", "contrastRatio": 6.83, "fontSize": "10.5pt (14px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<th class=\"fc-day-header fc-widget-header fc-wed\">Wed</th>", "target": [ "th:nth-child(4)" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.83 (foreground color: #ffffff, background color: #425e71, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<th class=\"fc-day-header fc-widget-header fc-wed\">Wed</th>", "target": [ "th:nth-child(4)" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.83 (foreground color: #ffffff, background color: #425e71, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#425e71", "contrastRatio": 6.83, "fontSize": "10.5pt (14px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<th class=\"fc-day-header fc-widget-header fc-thu\">Thu</th>", "target": [ "th:nth-child(5)" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.83 (foreground color: #ffffff, background color: #425e71, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<th class=\"fc-day-header fc-widget-header fc-thu\">Thu</th>", "target": [ "th:nth-child(5)" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.83 (foreground color: #ffffff, background color: #425e71, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#425e71", "contrastRatio": 6.83, "fontSize": "10.5pt (14px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<th class=\"fc-day-header fc-widget-header fc-fri\"><span>Fri</span></th>", "target": [ "th:nth-child(6)" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.83 (foreground color: #ffffff, background color: #425e71, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span>Fri</span>", "target": [ "th:nth-child(6) > span" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.83 (foreground color: #ffffff, background color: #425e71, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#ffffff", "bgColor": "#425e71", "contrastRatio": 6.83, "fontSize": "10.5pt (14px)", "fontWeight": "bold", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<th class=\"fc-day-header fc-widget-header fc-sat\"><span>Sat</span></th>", "target": [ "th:nth-child(7)" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 6.83 (foreground color: #ffffff, background color: #425e71, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span>Sat</span>", "target": [ "th:nth-child(7) > span" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 6.83 (foreground color: #ffffff, background color: #425e71, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#656565", "bgColor": "#eeeeee", "contrastRatio": 5.02, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer class=\"dark-bg\">", "target": [ "footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span id=\"f21_btnElem_lblText\">NEWS RELEASES</span>", "target": [ "#f21_btnElem_lblText" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#656565", "bgColor": "#eeeeee", "contrastRatio": 5.02, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer class=\"dark-bg\">", "target": [ "footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span id=\"f211_btnElem_lblText\">EVENT REPORTS</span>", "target": [ "#f211_btnElem_lblText" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#656565", "bgColor": "#eeeeee", "contrastRatio": 5.02, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer class=\"dark-bg\">", "target": [ "footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span id=\"f212_btnElem_lblText\">ADAMS</span>", "target": [ "#f212_btnElem_lblText" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#656565", "bgColor": "#eeeeee", "contrastRatio": 5.02, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer class=\"dark-bg\">", "target": [ "footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span id=\"f219_btnElem_lblText\">OPEN GOV</span>", "target": [ "#f219_btnElem_lblText" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#656565", "bgColor": "#eeeeee", "contrastRatio": 5.02, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer class=\"dark-bg\">", "target": [ "footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span id=\"f2110_btnElem_lblText\">DIGITAL GOVERNMENT</span>", "target": [ "#f2110_btnElem_lblText" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#656565", "bgColor": "#eeeeee", "contrastRatio": 5.02, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer class=\"dark-bg\">", "target": [ "footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span id=\"f2122_btnElem_lblText\">THE STUDENT CORNER</span>", "target": [ "#f2122_btnElem_lblText" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#656565", "bgColor": "#eeeeee", "contrastRatio": 5.02, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer class=\"dark-bg\">", "target": [ "footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span id=\"f2123_btnElem_lblText\">PHOTOS & VIDEOS</span>", "target": [ "#f2123_btnElem_lblText" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#656565", "bgColor": "#eeeeee", "contrastRatio": 5.02, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer class=\"dark-bg\">", "target": [ "footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span id=\"f2124_btnElem_lblText\">FOR DEVELOPERS</span>", "target": [ "#f2124_btnElem_lblText" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#656565", "bgColor": "#eeeeee", "contrastRatio": 5.02, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer class=\"dark-bg\">", "target": [ "footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span id=\"f323_btnElem_lblText\">STRATEGIC PLAN</span>", "target": [ "#f323_btnElem_lblText" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#656565", "bgColor": "#eeeeee", "contrastRatio": 5.02, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer class=\"dark-bg\">", "target": [ "footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span id=\"f324_btnElem_lblText\">BUDGET & PERFORMANCE</span>", "target": [ "#f324_btnElem_lblText" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#656565", "bgColor": "#eeeeee", "contrastRatio": 5.02, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer class=\"dark-bg\">", "target": [ "footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span id=\"f325_btnElem_lblText\">AGENCY FINANCIAL REPORT</span>", "target": [ "#f325_btnElem_lblText" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#656565", "bgColor": "#eeeeee", "contrastRatio": 5.02, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer class=\"dark-bg\">", "target": [ "footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span id=\"f3225_btnElem_lblText\">LICENSE FEES</span>", "target": [ "#f3225_btnElem_lblText" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#656565", "bgColor": "#eeeeee", "contrastRatio": 5.02, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer class=\"dark-bg\">", "target": [ "footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span id=\"f3226_btnElem_lblText\">HISTORY OF THE NRC</span>", "target": [ "#f3226_btnElem_lblText" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#656565", "bgColor": "#eeeeee", "contrastRatio": 5.02, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer class=\"dark-bg\">", "target": [ "footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span id=\"f3227_btnElem_lblText\">CAREER OPPORTUNITIES</span>", "target": [ "#f3227_btnElem_lblText" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#656565", "bgColor": "#eeeeee", "contrastRatio": 5.02, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer class=\"dark-bg\">", "target": [ "footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span id=\"f3228_btnElem_lblText\">NRC ETHICS</span>", "target": [ "#f3228_btnElem_lblText" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#656565", "bgColor": "#eeeeee", "contrastRatio": 5.02, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer class=\"dark-bg\">", "target": [ "footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span id=\"f3229_btnElem_lblText\">AGENCY STATUS</span>", "target": [ "#f3229_btnElem_lblText" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#656565", "bgColor": "#eeeeee", "contrastRatio": 5.02, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer class=\"dark-bg\">", "target": [ "footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span id=\"f3230_btnElem_lblText\">CONTACT US</span>", "target": [ "#f3230_btnElem_lblText" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#656565", "bgColor": "#eeeeee", "contrastRatio": 5.02, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer class=\"dark-bg\">", "target": [ "footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span id=\"f436_btnElem_lblText\">INFO DIGEST</span>", "target": [ "#f436_btnElem_lblText" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#656565", "bgColor": "#eeeeee", "contrastRatio": 5.02, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer class=\"dark-bg\">", "target": [ "footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span id=\"f437_btnElem_lblText\">FACT SHEETS & BROCHURES</span>", "target": [ "#f437_btnElem_lblText" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#656565", "bgColor": "#eeeeee", "contrastRatio": 5.02, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer class=\"dark-bg\">", "target": [ "footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span id=\"f438_btnElem_lblText\">FORMS</span>", "target": [ "#f438_btnElem_lblText" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#656565", "bgColor": "#eeeeee", "contrastRatio": 5.02, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer class=\"dark-bg\">", "target": [ "footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span id=\"f4331_btnElem_lblText\">ELECTRONIC SUBMITTALS APPLICATION</span>", "target": [ "#f4331_btnElem_lblText" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#656565", "bgColor": "#eeeeee", "contrastRatio": 5.02, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer class=\"dark-bg\">", "target": [ "footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span id=\"f4332_btnElem_lblText\">ADJUDICATORY SUBMISSIONS</span>", "target": [ "#f4332_btnElem_lblText" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#656565", "bgColor": "#eeeeee", "contrastRatio": 5.02, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer class=\"dark-bg\">", "target": [ "footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span id=\"f4333_btnElem_lblText\">NRC REPORTS - NUREG</span>", "target": [ "#f4333_btnElem_lblText" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#656565", "bgColor": "#eeeeee", "contrastRatio": 5.02, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer class=\"dark-bg\">", "target": [ "footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span id=\"f4334_btnElem_lblText\">NRC REGULATIONS - 10-CFR</span>", "target": [ "#f4334_btnElem_lblText" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#656565", "bgColor": "#eeeeee", "contrastRatio": 5.02, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer class=\"dark-bg\">", "target": [ "footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span id=\"f4335_btnElem_lblText\">INSPECTION REPORTS</span>", "target": [ "#f4335_btnElem_lblText" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#656565", "bgColor": "#eeeeee", "contrastRatio": 5.02, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer class=\"dark-bg\">", "target": [ "footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span id=\"f4336_btnElem_lblText\">PLAIN WRITING</span>", "target": [ "#f4336_btnElem_lblText" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#656565", "bgColor": "#eeeeee", "contrastRatio": 5.02, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer class=\"dark-bg\">", "target": [ "footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span id=\"f4337_btnElem_lblText\">ENFORCEMENT ACTIONS</span>", "target": [ "#f4337_btnElem_lblText" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" }, { "any": [ { "id": "color-contrast-enhanced", "data": { "fgColor": "#656565", "bgColor": "#eeeeee", "contrastRatio": 5.02, "fontSize": "10.5pt (14px)", "fontWeight": "normal", "messageKey": null, "expectedContrastRatio": "7:1" }, "relatedNodes": [ { "html": "<footer class=\"dark-bg\">", "target": [ "footer" ] } ], "impact": "serious", "message": "Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ], "all": [], "none": [], "impact": "serious", "html": "<span id=\"f4338_btnElem_lblText\">RULEMAKING</span>", "target": [ "#f4338_btnElem_lblText" ], "failureSummary": "Fix any of the following:\n Element has insufficient color contrast of 5.02 (foreground color: #656565, background color: #eeeeee, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 7:1" } ] }, { "id": "empty-heading", "impact": "minor", "tags": [ "cat.name-role-value", "best-practice" ], "description": "Ensures headings have discernible text", "help": "Headings should not be empty", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/empty-heading?application=axeAPI", "nodes": [ { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "minor", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "minor", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "minor", "message": "Element has no title attribute" } ], "all": [], "none": [], "impact": "minor", "html": "<h1 class=\"fadeInDown-1 black\" style=\"opacity: 1; top: 0px;\"></h1>", "target": [ ".heroBackground-180 > .container > .caption.vertical-center.text-center > h1" ], "failureSummary": "Fix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" }, { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "minor", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "minor", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "minor", "message": "Element has no title attribute" } ], "all": [], "none": [], "impact": "minor", "html": "<h1 class=\"fadeInDown-1 black\" style=\"opacity: 0; top: -15px;\"></h1>", "target": [ ".heroBackground-179 > .container > .caption.vertical-center.text-center > h1" ], "failureSummary": "Fix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" }, { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "minor", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "minor", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "minor", "message": "Element has no title attribute" } ], "all": [], "none": [], "impact": "minor", "html": "<h1 class=\"fadeInDown-1 black\" style=\"opacity: 0; top: -15px;\"></h1>", "target": [ ".heroBackground-177 > .container > .caption.vertical-center.text-center > h1" ], "failureSummary": "Fix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" }, { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "minor", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "minor", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "minor", "message": "Element has no title attribute" } ], "all": [], "none": [], "impact": "minor", "html": "<h1 class=\"fadeInDown-1 black\" style=\"opacity: 0; top: -15px;\"></h1>", "target": [ ".heroBackground-176 > .container > .caption.vertical-center.text-center > h1" ], "failureSummary": "Fix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" }, { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "minor", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "minor", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "minor", "message": "Element has no title attribute" } ], "all": [], "none": [], "impact": "minor", "html": "<h1 class=\"fadeInDown-1 black\" style=\"opacity: 0; top: -15px;\"></h1>", "target": [ ".heroBackground-173 > .container > .caption.vertical-center.text-center > h1" ], "failureSummary": "Fix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" }, { "any": [ { "id": "has-visible-text", "data": null, "relatedNodes": [], "impact": "minor", "message": "Element does not have text that is visible to screen readers" }, { "id": "aria-label", "data": null, "relatedNodes": [], "impact": "minor", "message": "aria-label attribute does not exist or is empty" }, { "id": "aria-labelledby", "data": null, "relatedNodes": [], "impact": "minor", "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty" }, { "id": "non-empty-title", "data": { "messageKey": "noAttr" }, "relatedNodes": [], "impact": "minor", "message": "Element has no title attribute" } ], "all": [], "none": [], "impact": "minor", "html": "<h1 class=\"fadeInDown-1 black\" style=\"opacity: 0; top: -15px;\"></h1>", "target": [ ".heroBackground-181 > .container > .caption.vertical-center.text-center > h1" ], "failureSummary": "Fix any of the following:\n Element does not have text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute" } ] }, { "id": "heading-order", "impact": "moderate", "tags": [ "cat.semantics", "best-practice" ], "description": "Ensures the order of headings is semantically correct", "help": "Heading levels should only increase by one", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/heading-order?application=axeAPI", "nodes": [ { "any": [ { "id": "heading-order", "data": null, "relatedNodes": [], "impact": "moderate", "message": "Heading order invalid" } ], "all": [], "none": [], "impact": "moderate", "html": "<h3 class=\"text-left white primary-background-heading\">Spotlight</h3>", "target": [ ".col-md-4:nth-child(1) > h3" ], "failureSummary": "Fix any of the following:\n Heading order invalid" }, { "any": [ { "id": "heading-order", "data": null, "relatedNodes": [], "impact": "moderate", "message": "Heading order invalid" } ], "all": [], "none": [], "impact": "moderate", "html": "<h4 class=\"text-left black white-background-heading\">Home</h4>", "target": [ ".inner.col-md-3.col-sm-6:nth-child(1) > h4" ], "failureSummary": "Fix any of the following:\n Heading order invalid" } ] }, { "id": "html-has-lang", "impact": "serious", "tags": [ "cat.language", "wcag2a", "wcag311", "ACT" ], "description": "Ensures every HTML document has a lang attribute", "help": "<html> element must have a lang attribute", "helpUrl": "https://dequeuniversity.com/rules/axe/4.4/html-has-lang?application=axeAPI", "nodes": [ { "any": [ { "id": "has-lang", "data": { "messageKey": "noLang" }, "relatedNodes": [], "impact": "serious", "message": "The <html> element does not have a lang attribute" } ], "all": [], "none": [], "impact": "serious", "html": "<html>", "target": [ "html" ], "failureSummary": "Fix any of the following:\n The <html> element does not have a lang attribute" } ] } ] } } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://www.nrc.gov/", "what": "URL", "result": "https://www.nrc.gov/" }, { "type": "test", "which": "htmlcs", "what": "HTML CodeSniffer WCAG 2.1 AA ruleset", "url": "https://www.nrc.gov/", "result": { "Error": { "AA.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.": [ { "tagName": "h1", "id": "", "code": "<h1 class=\"fadeInDown-1 black\" style=\"opacity: 0; top: -15px;\">...</h1>" } ] }, "AA.1_3_1.H49.AlignAttr": { "Align attributes .": [ { "tagName": "div", "id": "", "code": "<div align=\"left\" style=\"border:thin solid;\">...</div>" } ] }, "AA.3_1_1.H57.2": { "The html element should have a lang or xml:lang attribute which describes the language of the document.": [ { "tagName": "html", "id": "", "code": "<html><head></head><body>...</body></html>" } ] }, "AA.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.": [ { "tagName": "form", "id": "#form", "code": "<form method=\"post\" action=\"/\" id=\"form\">...</form>" } ] }, "AA.4_1_2.H91.A.EmptyNoId": { "Anchor element found with no link content and no name and/or ID attribute.": [ { "tagName": "a", "id": "", "code": "<a class=\"navbar-toggle btn responsive-menu pull-right\" data-toggle=\"collapse\" data-target=\".navbar-collapse\">...</a>" } ] }, "AA.4_1_2.H91.A.NoContent": { "Anchor element found with a valid href attribute, but no link content has been supplied.": [ { "tagName": "a", "id": "#scrollUp", "code": "<a id=\"scrollUp\" href=\"#top\" style=\"display: none; position: fixed; z-index: 1001;\">...</a>" }, { "tagName": "a", "id": "", "code": "<a class=\"angle top-level\" data-toggle=\"dropdown\" href=\"#\">...</a>" } ] } }, "Warning": { "AA.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.": [ { "tagName": "table", "id": "", "code": "<table class=\"\">...</table>" } ] }, "AA.1_3_1.H42": { "Heading markup should be used if this content is intended as a heading.": [ { "tagName": "div", "id": "", "code": "<div class=\"owl-next\">...</div>" }, { "tagName": "div", "id": "", "code": "<div class=\"owl-prev\">...</div>" } ] }, "AA.1_3_1.H48": { "If this element contains a navigation section, it is recommended that it be marked up as a list.": [ { "tagName": "div", "id": "#tile141310", "code": "<div class=\"tile-card mg-trigger\" id=\"tile141310\">...</div>" }, { "tagName": "div", "id": "#tile141311", "code": "<div class=\"tile-card mg-trigger\" id=\"tile141311\">...</div>" }, { "tagName": "div", "id": "#tile141312", "code": "<div class=\"tile-card mg-trigger\" id=\"tile141312\">...</div>" }, { "tagName": "div", "id": "#tile141313", "code": "<div class=\"tile-card mg-trigger\" id=\"tile141313\">...</div>" }, { "tagName": "div", "id": "#tile141314", "code": "<div class=\"tile-card mg-trigger\" id=\"tile141314\">...</div>" }, { "tagName": "div", "id": "#tile141315", "code": "<div class=\"tile-card mg-trigger\" id=\"tile141315\">...</div>" }, { "tagName": "div", "id": "#tile141316", "code": "<div class=\"tile-card mg-trigger\" id=\"tile141316\">...</div>" }, { "tagName": "div", "id": "#tile141317", "code": "<div class=\"tile-card mg-trigger\" id=\"tile141317\">...</div>" }, { "tagName": "div", "id": "", "code": "<div class=\"container\">...</div>" } ] }, "AA.1_3_1_A.G141": { "The heading structure is not logically nested. This h3 element should be an h2 to be properly nested.": [ { "tagName": "h3", "id": "", "code": "<h3 class=\"text-left white primary-background-heading\">...</h3>" } ], "The heading structure is not logically nested. This h4 element should be an h3 to be properly nested.": [ { "tagName": "h4", "id": "", "code": "<h4 class=\"text-left black white-background-heading\">...</h4>" } ] }, "AA.1_4_10.C32,C31,C33,C38,SCR34,G206": { "This element has \"position: fixed\". This may require scrolling in two dimensions, which is considered a failure of this Success Criterion.": [ { "tagName": "a", "id": "#scrollUp", "code": "<a id=\"scrollUp\" href=\"#top\" style=\"display: none; position: fixed; z-index: 1001;\">...</a>" } ] }, "AA.1_4_3.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 3:1.": [ { "tagName": "h1", "id": "", "code": "<h1 class=\"fadeInDown-1 white\" style=\"opacity: 0.578125; top: -6.32812px;\">...</h1>" } ] }, "AA.1_4_3.G18.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 4.5:1.": [ { "tagName": "a", "id": "#master-search-btn", "code": "<a href=\"/site-help/Search-Results?site=AllSites\" id=\"master-search-btn\" class=\"search-button btn btn-default\">...</a>" }, { "tagName": "span", "id": "", "code": "<span class=\"fc-title\">...</span>" } ] }, "AA.1_4_3.G18.Alpha": { "This element's text or background contains transparency. Ensure the contrast ratio between the text and background are at least 4.5:1.": [ { "tagName": "span", "id": "", "code": "<span class=\"tile-card-title\">...</span>" } ] }, "AA.1_4_3.G18.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 4.5:1.": [ { "tagName": "a", "id": "", "code": "<a href=\"https://mapx.nrc-gateway.gov/\" target=\"_self\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://nrcoig.oversight.gov/oig-hotline\" target=\"_self\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://tribal.nrc.gov/\" target=\"_self\">...</a>" }, { "tagName": "a", "id": "", "code": "<a href=\"https://www.youtube.com/playlist?list=PLBpOUiOs1fJYqYos3hBBIL2cONTxKbR6m\" target=\"_self\" class=\"btn btn-medium primary-background black\">...</a>" } ] }, "AA.1_4_3_F24.F24.FGColour": { "Check that this element has an inherited background colour or image to complement the corresponding inline foreground colour.": [ { "tagName": "link", "id": "", "code": "<link rel=\"mask-icon\" href=\"/cdn/site/logo/safari-pinned-tab.svg\" color=\"#ffffff\">" } ] } } } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://www.nrc.gov/", "what": "URL", "result": "https://www.nrc.gov/" }, { "type": "test", "which": "ibm", "withItems": true, "what": "IBM Accessibility Checker", "url": "https://www.nrc.gov/", "result": { "content": { "totals": { "violation": 32, "recommendation": 3, "ignored": 0 }, "items": [ { "ruleId": "WCAG20_Html_HasLang", "path": { "dom": "/html[1]", "aria": "/document[1]" }, "message": "Page detected as HTML, but does not have a 'lang' attribute", "bounds": { "left": 0, "top": 0, "height": 4211, "width": 800 }, "snippet": "<html>", "level": "violation" }, { "ruleId": "WCAG20_A_HasText", "path": { "dom": "/html[1]/body[1]/form[1]/div[4]/header[1]/div[1]/div[2]/div[2]/div[1]/ul[1]/li[8]/a[2]", "aria": "/document[1]/banner[1]/list[4]/listitem[8]/link[2]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 125, "top": 1249, "height": 18, "width": 0 }, "snippet": "<a href=\"#\" data-toggle=\"dropdown\" class=\"angle top-level\">", "level": "violation" }, { "ruleId": "WCAG20_A_HasText", "path": { "dom": "/html[1]/body[1]/form[1]/div[4]/header[1]/div[1]/div[2]/div[2]/div[1]/ul[1]/li[7]/a[2]", "aria": "/document[1]/banner[1]/list[4]/listitem[7]/link[2]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 125, "top": 1119, "height": 18, "width": 0 }, "snippet": "<a href=\"#\" data-toggle=\"dropdown\" class=\"angle top-level\">", "level": "violation" }, { "ruleId": "WCAG20_A_HasText", "path": { "dom": "/html[1]/body[1]/form[1]/div[4]/header[1]/div[1]/div[2]/div[2]/div[1]/ul[1]/li[6]/a[2]", "aria": "/document[1]/banner[1]/list[4]/listitem[6]/link[2]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 133, "top": 990, "height": 18, "width": 0 }, "snippet": "<a href=\"#\" data-toggle=\"dropdown\" class=\"angle top-level\">", "level": "violation" }, { "ruleId": "WCAG20_A_HasText", "path": { "dom": "/html[1]/body[1]/form[1]/div[4]/header[1]/div[1]/div[2]/div[2]/div[1]/ul[1]/li[5]/a[2]", "aria": "/document[1]/banner[1]/list[4]/listitem[5]/link[2]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 254, "top": 861, "height": 18, "width": 0 }, "snippet": "<a href=\"#\" data-toggle=\"dropdown\" class=\"angle top-level\">", "level": "violation" }, { "ruleId": "WCAG20_A_HasText", "path": { "dom": "/html[1]/body[1]/form[1]/div[4]/header[1]/div[1]/div[2]/div[2]/div[1]/ul[1]/li[4]/a[2]", "aria": "/document[1]/banner[1]/list[4]/listitem[4]/link[2]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 156, "top": 787, "height": 18, "width": 0 }, "snippet": "<a href=\"#\" data-toggle=\"dropdown\" class=\"angle top-level\">", "level": "violation" }, { "ruleId": "WCAG20_A_HasText", "path": { "dom": "/html[1]/body[1]/form[1]/div[4]/header[1]/div[1]/div[2]/div[2]/div[1]/ul[1]/li[3]/a[2]", "aria": "/document[1]/banner[1]/list[4]/listitem[3]/link[2]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 167, "top": 658, "height": 18, "width": 0 }, "snippet": "<a href=\"#\" data-toggle=\"dropdown\" class=\"angle top-level\">", "level": "violation" }, { "ruleId": "WCAG20_A_HasText", "path": { "dom": "/html[1]/body[1]/form[1]/div[4]/header[1]/div[1]/div[2]/div[2]/div[1]/ul[1]/li[2]/a[2]", "aria": "/document[1]/banner[1]/list[4]/listitem[2]/link[2]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 164, "top": 548, "height": 18, "width": 0 }, "snippet": "<a href=\"#\" data-toggle=\"dropdown\" class=\"angle top-level\">", "level": "violation" }, { "ruleId": "WCAG20_A_HasText", "path": { "dom": "/html[1]/body[1]/form[1]/div[4]/header[1]/div[1]/div[2]/div[2]/div[1]/ul[1]/li[1]/a[2]", "aria": "/document[1]/banner[1]/list[4]/listitem[1]/link[2]" }, "message": "Hyperlink has no link text, label or image with a text alternative", "bounds": { "left": 159, "top": 437, "height": 18, "width": 0 }, "snippet": "<a href=\"#\" data-toggle=\"dropdown\" class=\"angle top-level\">", "level": "violation" }, { "ruleId": "Valerie_Table_DataCellRelationships", "path": { "dom": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/thead[1]/tr[1]/td[1]", "aria": "/document[1]/main[1]/table[1]/rowgroup[1]/row[1]/cell[1]" }, "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'", "bounds": { "left": 10, "top": 2455, "height": 27, "width": 220 }, "snippet": "<td class=\"fc-head-container fc-widget-header\">", "level": "violation" }, { "ruleId": "Valerie_Table_DataCellRelationships", "path": { "dom": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tbody[1]/tr[1]/td[1]", "aria": "/document[1]/main[1]/table[1]/rowgroup[2]/row[1]/cell[1]" }, "message": "Complex table does not have headers for each cell properly defined with 'header' or 'scope'", "bounds": { "left": 10, "top": 2484, "height": 233, "width": 220 }, "snippet": "<td class=\"fc-widget-content\">", "level": "violation" }, { "ruleId": "RPT_Table_DataHeadingsAria", "path": { "dom": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/div[6]/div[2]/table[1]", "aria": "/document[1]/main[1]/table[1]/rowgroup[2]/row[1]/cell[1]/table[12]" }, "message": "Table has no headers identified", "bounds": { "left": 11, "top": 2756, "height": 47, "width": 46 }, "snippet": "<table>", "level": "violation" }, { "ruleId": "RPT_Table_DataHeadingsAria", "path": { "dom": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/div[6]/div[1]/table[1]", "aria": "/document[1]/main[1]/table[1]/rowgroup[2]/row[1]/cell[1]/table[11]" }, "message": "Table has no headers identified", "bounds": { "left": 11, "top": 2750, "height": 6, "width": 30 }, "snippet": "<table class=\"\">", "level": "violation" }, { "ruleId": "RPT_Table_DataHeadingsAria", "path": { "dom": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/div[5]/div[2]/table[1]", "aria": "/document[1]/main[1]/table[1]/rowgroup[2]/row[1]/cell[1]/table[10]" }, "message": "Table has no headers identified", "bounds": { "left": 11, "top": 2703, "height": 47, "width": 142 }, "snippet": "<table>", "level": "violation" }, { "ruleId": "RPT_Table_DataHeadingsAria", "path": { "dom": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/div[5]/div[1]/table[1]", "aria": "/document[1]/main[1]/table[1]/rowgroup[2]/row[1]/cell[1]/table[9]" }, "message": "Table has no headers identified", "bounds": { "left": 11, "top": 2697, "height": 6, "width": 30 }, "snippet": "<table class=\"\">", "level": "violation" }, { "ruleId": "RPT_Table_DataHeadingsAria", "path": { "dom": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/div[4]/div[2]/table[1]", "aria": "/document[1]/main[1]/table[1]/rowgroup[2]/row[1]/cell[1]/table[8]" }, "message": "Table has no headers identified", "bounds": { "left": 11, "top": 2650, "height": 47, "width": 142 }, "snippet": "<table>", "level": "violation" }, { "ruleId": "RPT_Table_DataHeadingsAria", "path": { "dom": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/div[4]/div[1]/table[1]", "aria": "/document[1]/main[1]/table[1]/rowgroup[2]/row[1]/cell[1]/table[7]" }, "message": "Table has no headers identified", "bounds": { "left": 11, "top": 2644, "height": 6, "width": 30 }, "snippet": "<table class=\"\">", "level": "violation" }, { "ruleId": "RPT_Table_DataHeadingsAria", "path": { "dom": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/div[3]/div[2]/table[1]", "aria": "/document[1]/main[1]/table[1]/rowgroup[2]/row[1]/cell[1]/table[6]" }, "message": "Table has no headers identified", "bounds": { "left": 11, "top": 2597, "height": 47, "width": 142 }, "snippet": "<table>", "level": "violation" }, { "ruleId": "RPT_Table_DataHeadingsAria", "path": { "dom": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/div[3]/div[1]/table[1]", "aria": "/document[1]/main[1]/table[1]/rowgroup[2]/row[1]/cell[1]/table[5]" }, "message": "Table has no headers identified", "bounds": { "left": 11, "top": 2591, "height": 6, "width": 30 }, "snippet": "<table class=\"\">", "level": "violation" }, { "ruleId": "RPT_Table_DataHeadingsAria", "path": { "dom": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/div[2]/div[2]/table[1]", "aria": "/document[1]/main[1]/table[1]/rowgroup[2]/row[1]/cell[1]/table[4]" }, "message": "Table has no headers identified", "bounds": { "left": 11, "top": 2544, "height": 47, "width": 142 }, "snippet": "<table>", "level": "violation" }, { "ruleId": "RPT_Table_DataHeadingsAria", "path": { "dom": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/div[2]/div[1]/table[1]", "aria": "/document[1]/main[1]/table[1]/rowgroup[2]/row[1]/cell[1]/table[3]" }, "message": "Table has no headers identified", "bounds": { "left": 11, "top": 2538, "height": 6, "width": 30 }, "snippet": "<table class=\"\">", "level": "violation" }, { "ruleId": "RPT_Table_DataHeadingsAria", "path": { "dom": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/div[1]/div[2]/table[1]", "aria": "/document[1]/main[1]/table[1]/rowgroup[2]/row[1]/cell[1]/table[2]" }, "message": "Table has no headers identified", "bounds": { "left": 11, "top": 2491, "height": 47, "width": 62 }, "snippet": "<table>", "level": "violation" }, { "ruleId": "RPT_Table_DataHeadingsAria", "path": { "dom": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/div[1]/div[1]/table[1]", "aria": "/document[1]/main[1]/table[1]/rowgroup[2]/row[1]/cell[1]/table[1]" }, "message": "Table has no headers identified", "bounds": { "left": 11, "top": 2485, "height": 6, "width": 30 }, "snippet": "<table class=\"\">", "level": "violation" }, { "ruleId": "RPT_Table_DataHeadingsAria", "path": { "dom": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]", "aria": "/document[1]/main[1]/table[1]" }, "message": "Table has no headers identified", "bounds": { "left": 8, "top": 2453, "height": 266, "width": 224 }, "snippet": "<table class=\"\">", "level": "violation" }, { "ruleId": "RPT_Header_HasContent", "path": { "dom": "/html[1]/body[1]/form[1]/div[4]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[1]/div[1]/h1[1]", "aria": "/document[1]/main[1]/heading[7]" }, "message": "Heading element has no descriptive content", "bounds": { "left": 8, "top": 1667, "height": 0, "width": 1170 }, "snippet": "<h1 style=\"opacity: 0; top: -15px;\" class=\"fadeInDown-1 black\">", "level": "violation" }, { "ruleId": "RPT_Header_HasContent", "path": { "dom": "/html[1]/body[1]/form[1]/div[4]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/h1[1]", "aria": "/document[1]/main[1]/heading[6]" }, "message": "Heading element has no descriptive content", "bounds": { "left": 8, "top": 1628, "height": 0, "width": 1170 }, "snippet": "<h1 style=\"opacity: 0; top: -15px;\" class=\"fadeInDown-1 black\">", "level": "violation" }, { "ruleId": "RPT_Header_HasContent", "path": { "dom": "/html[1]/body[1]/form[1]/div[4]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/h1[1]", "aria": "/document[1]/main[1]/heading[5]" }, "message": "Heading element has no descriptive content", "bounds": { "left": 8, "top": 1590, "height": 0, "width": 1170 }, "snippet": "<h1 style=\"opacity: 0; top: -15px;\" class=\"fadeInDown-1 black\">", "level": "violation" }, { "ruleId": "RPT_Header_HasContent", "path": { "dom": "/html[1]/body[1]/form[1]/div[4]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/h1[1]", "aria": "/document[1]/main[1]/heading[4]" }, "message": "Heading element has no descriptive content", "bounds": { "left": 8, "top": 1552, "height": 0, "width": 1170 }, "snippet": "<h1 style=\"opacity: 0; top: -15px;\" class=\"fadeInDown-1 black\">", "level": "violation" }, { "ruleId": "RPT_Header_HasContent", "path": { "dom": "/html[1]/body[1]/form[1]/div[4]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/h1[1]", "aria": "/document[1]/main[1]/heading[3]" }, "message": "Heading element has no descriptive content", "bounds": { "left": 8, "top": 1513, "height": 0, "width": 1170 }, "snippet": "<h1 style=\"opacity: 0; top: -15px;\" class=\"fadeInDown-1 black\">", "level": "violation" }, { "ruleId": "RPT_Header_HasContent", "path": { "dom": "/html[1]/body[1]/form[1]/div[4]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/h1[1]", "aria": "/document[1]/main[1]/heading[2]" }, "message": "Heading element has no descriptive content", "bounds": { "left": 8, "top": 1475, "height": 0, "width": 1170 }, "snippet": "<h1 style=\"opacity: 0; top: -15px;\" class=\"fadeInDown-1 black\">", "level": "violation" }, { "ruleId": "RPT_Elem_UniqueId", "path": { "dom": "/html[1]/head[1]/script[9]", "aria": "/document[1]" }, "message": "The <script> element has the id \"boomr-scr-as\" that is already in use", "bounds": { "left": 0, "top": 0, "height": 0, "width": 0 }, "snippet": "<script async=\"\" src=\"https://s2.go-mpulse.net/boomerang/NY72W-PC7AC-AHREW-9TAVJ-VGMAW\" id=\"boomr-scr-as\">", "level": "violation" }, { "ruleId": "aria_semantics_attribute", "path": { "dom": "/html[1]/body[1]/form[1]/div[4]/header[1]/div[1]/div[2]/div[2]", "aria": "/document[1]/banner[1]" }, "message": "The ARIA attribute 'aria-expanded' is not valid for the element <div> with ARIA role 'none'", "bounds": { "left": 8, "top": 437, "height": 904, "width": 784 }, "snippet": "<div aria-expanded=\"false\" class=\"navbar-collapse collapse animate\">", "level": "violation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/head[1]/meta[8]", "aria": "/document[1]" }, "message": "The HTML attribute(s) \"http-equiv\" is deprecated for the <meta> element in HTML 5", "bounds": { "left": 0, "top": 0, "height": 0, "width": 0 }, "snippet": "<meta content=\"IE=edge\" http-equiv=\"X-UA-Compatible\">", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/head[1]/link[6]", "aria": "/document[1]" }, "message": "The HTML attribute(s) \"color\" is deprecated in HTML 5", "bounds": { "left": 0, "top": 0, "height": 0, "width": 0 }, "snippet": "<link color=\"#ffffff\" href=\"/cdn/site/logo/safari-pinned-tab.svg\" rel=\"mask-icon\">", "level": "recommendation" }, { "ruleId": "element_attribute_deprecated", "path": { "dom": "/html[1]/body[1]/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[1]/div[1]", "aria": "/document[1]/main[1]" }, "message": "The HTML attribute(s) \"align\" is deprecated in HTML 5", "bounds": { "left": 8, "top": 2307, "height": 39, "width": 784 }, "snippet": "<div style=\"border:thin solid;\" align=\"left\">", "level": "recommendation" } ] }, "url": { "prevented": true, "error": "ERROR: getting ibm test report took too long" }, "prevented": true } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://www.nrc.gov/", "what": "URL", "result": "https://www.nrc.gov/" }, { "type": "test", "which": "wave", "reportType": 4, "what": "WAVE", "url": "https://www.nrc.gov/", "result": { "status": { "success": true, "httpstatuscode": 200 }, "statistics": { "pagetitle": "Nuclear Regulatory Commission", "pageurl": "https://www.nrc.gov/", "time": 3.85, "creditsremaining": 832, "allitemcount": 134, "totalelements": 1222, "waveurl": "http://wave.webaim.org/report?url=https://www.nrc.gov/" }, "categories": { "error": { "description": "Errors", "count": 16, "items": { "language_missing": { "id": "language_missing", "description": "Language missing or invalid", "count": 1, "selectors": [ false ], "wcag": [ { "name": "3.1.1 Language of Page (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc3.1.1" } ] }, "heading_empty": { "id": "heading_empty", "description": "Empty heading", "count": 6, "selectors": [ "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION#hero > DIV:first-child > DIV#owl-main > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > SPAN:first-child + STYLE + DIV > DIV:first-child > H1:first-child", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION#hero > DIV:first-child > DIV#owl-main > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > SPAN:first-child + STYLE + DIV > DIV:first-child > H1:first-child", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION#hero > DIV:first-child > DIV#owl-main > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child > SPAN:first-child + STYLE + DIV > DIV:first-child > H1:first-child", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION#hero > DIV:first-child > DIV#owl-main > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > SPAN:first-child + STYLE + DIV > DIV:first-child > H1:first-child", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION#hero > DIV:first-child > DIV#owl-main > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV > DIV:first-child > SPAN:first-child + STYLE + DIV > DIV:first-child > H1:first-child", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION#hero > DIV:first-child > DIV#owl-main > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV > DIV:first-child > SPAN:first-child + STYLE + DIV > DIV:first-child > H1:first-child" ], "wcag": [ { "name": "1.3.1 Info and Relationships (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1" }, { "name": "2.4.1 Bypass Blocks (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1" }, { "name": "2.4.6 Headings and Labels (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6" } ] }, "link_empty": { "id": "link_empty", "description": "Empty link", "count": 9, "selectors": [ "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > UL:first-child > LI:first-child > A:first-child + A", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > UL:first-child > LI:first-child + LI > A:first-child + A", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > UL:first-child > LI:first-child + LI + LI > A:first-child + A", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > UL:first-child > LI:first-child + LI + LI + LI > A:first-child + A", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > UL:first-child > LI:first-child + LI + LI + LI + LI > A:first-child + A", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > UL:first-child > LI:first-child + LI + LI + LI + LI + LI > A:first-child + A", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > UL:first-child > LI:first-child + LI + LI + LI + LI + LI + LI > A:first-child + A", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV > DIV:first-child > UL:first-child > LI:first-child + LI + LI + LI + LI + LI + LI + LI > A:first-child + A", "HTML > HEAD:first-child + BODY > A#scrollUp" ], "wcag": [ { "name": "2.4.4 Link Purpose (In Context) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4" } ] } } }, "contrast": { "description": "Contrast Errors", "count": 1, "items": { "contrast": { "id": "contrast", "description": "Very low contrast", "count": 1, "selectors": [ "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION#hero > DIV:first-child > DIV#owl-main > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > SPAN:first-child + STYLE + DIV > DIV:first-child > H1:first-child" ], "contrastdata": [ [ 1, "#ffffff", "#ffffff", true ] ], "wcag": [ { "name": "1.4.3 Contrast (Minimum) (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc1.4.3" } ] } } }, "alert": { "description": "Alerts", "count": 48, "items": { "alt_suspicious": { "id": "alt_suspicious", "description": "Suspicious alternative text", "count": 7, "selectors": [ "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV + STYLE + DIV + DIV > DIV:first-child > DIV:first-child > DIV#tile141310 > A:first-child > IMG:first-child", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV + STYLE + DIV + DIV > DIV:first-child > DIV:first-child + DIV > DIV#tile141311 > A:first-child > IMG:first-child", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV + STYLE + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV > DIV#tile141312 > A:first-child > IMG:first-child", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV + STYLE + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV#tile141313 > A:first-child > IMG:first-child", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV + STYLE + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV#tile141314 > A:first-child > IMG:first-child", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV + STYLE + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV > DIV#tile141315 > A:first-child > IMG:first-child", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV + STYLE + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV#tile141317 > A:first-child > IMG:first-child" ], "wcag": [ { "name": "1.1.1 Non-text Content (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1" } ] }, "alt_long": { "id": "alt_long", "description": "Long alternative text", "count": 4, "selectors": [ "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV + STYLE + DIV + DIV > DIV:first-child > DIV:first-child > DIV#tile141310 > A:first-child > IMG:first-child", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV + STYLE + DIV + DIV > DIV:first-child > DIV:first-child + DIV > DIV#tile141311 > A:first-child > IMG:first-child", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV + STYLE + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV > DIV#tile141312 > A:first-child > IMG:first-child", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV + STYLE + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV#tile141317 > A:first-child > IMG:first-child" ], "wcag": [ { "name": "1.1.1 Non-text Content (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.1.1" } ] }, "heading_skipped": { "id": "heading_skipped", "description": "Skipped heading level", "count": 2, "selectors": [ "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV > DIV:first-child > DIV:first-child > H3:first-child", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN + DIV + FOOTER > DIV:first-child > DIV:first-child > DIV:first-child > H4:first-child" ], "wcag": [ { "name": "1.3.1 Info and Relationships (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1" }, { "name": "2.4.1 Bypass Blocks (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.1" }, { "name": "2.4.6 Headings and Labels (Level AA)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.6" } ] }, "link_internal_broken": { "id": "link_internal_broken", "description": "Broken same-page link", "count": 1, "selectors": [ "HTML > HEAD:first-child + BODY > A#scrollUp" ], "wcag": [ { "name": "2.1.1 Keyboard (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.1.1" } ] }, "link_suspicious": { "id": "link_suspicious", "description": "Suspicious link text", "count": 6, "selectors": [ "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV + STYLE + DIV + DIV > DIV:first-child > DIV:first-child > DIV#tile141310 > A:first-child + DIV + A", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV + STYLE + DIV + DIV > DIV:first-child > DIV:first-child + DIV > DIV#tile141311 > A:first-child + DIV + A", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV + STYLE + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV > DIV#tile141312 > A:first-child + DIV + A", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV + STYLE + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV#tile141314 > A:first-child + DIV + A", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV + STYLE + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV > DIV#tile141315 > A:first-child + DIV + A", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV + STYLE + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV > DIV#tile141316 > A:first-child + DIV + A" ], "wcag": [ { "name": "2.4.4 Link Purpose (In Context) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4" } ] }, "link_redundant": { "id": "link_redundant", "description": "Redundant link", "count": 9, "selectors": [ "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > A:first-child", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV + STYLE + DIV + DIV > DIV:first-child > DIV:first-child > DIV#tile141310 > A:first-child + DIV + A", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV + STYLE + DIV + DIV > DIV:first-child > DIV:first-child + DIV > DIV#tile141311 > A:first-child + DIV + A", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV + STYLE + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV > DIV#tile141312 > A:first-child + DIV + A", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV + STYLE + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV#tile141313 > A:first-child + DIV + A", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV + STYLE + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV#tile141314 > A:first-child + DIV + A", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV + STYLE + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV > DIV#tile141315 > A:first-child + DIV + A", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV + STYLE + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV > DIV#tile141316 > A:first-child + DIV + A", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV + STYLE + DIV + DIV > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV + DIV + DIV > DIV#tile141317 > A:first-child + DIV + A" ], "wcag": [ { "name": "2.4.4 Link Purpose (In Context) (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc2.4.4" } ] }, "link_pdf": { "id": "link_pdf", "description": "Link to PDF document", "count": 6, "selectors": [ "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV > DIV:first-child > DIV:first-child + DIV > H3:first-child + DIV > DIV:first-child > A:first-child", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV > DIV:first-child > DIV:first-child + DIV > H3:first-child + DIV > DIV:first-child + DIV > A:first-child", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV > DIV:first-child > DIV:first-child + DIV > H3:first-child + DIV > DIV:first-child + DIV + DIV > A:first-child", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV > DIV:first-child > DIV:first-child + DIV > H3:first-child + DIV > DIV:first-child + DIV + DIV + DIV > A:first-child", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV > DIV:first-child > DIV:first-child + DIV > H3:first-child + DIV > DIV:first-child + DIV + DIV + DIV + DIV > A:first-child", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV > DIV:first-child > DIV:first-child + DIV > H3:first-child + DIV > DIV:first-child + DIV + DIV + DIV + DIV + DIV > A:first-child" ], "wcag": [] }, "table_layout": { "id": "table_layout", "description": "Layout table", "count": 13, "selectors": [ "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV > DIV:first-child > DIV:first-child + DIV + DIV > DIV#calendar > DIV:first-child + DIV > DIV:first-child > TABLE:first-child > THEAD:first-child > TR:first-child > TD:first-child", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV > DIV:first-child > DIV:first-child + DIV + DIV > DIV#calendar > DIV:first-child + DIV > DIV:first-child > TABLE:first-child > THEAD:first-child + TBODY > TR:first-child > TD:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child > TABLE:first-child > TBODY:first-child > TR:first-child > TD:first-child", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV > DIV:first-child > DIV:first-child + DIV + DIV > DIV#calendar > DIV:first-child + DIV > DIV:first-child > TABLE:first-child > THEAD:first-child + TBODY > TR:first-child > TD:first-child > DIV:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > TABLE:first-child > THEAD:first-child > TR:first-child > TD:first-child", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV > DIV:first-child > DIV:first-child + DIV + DIV > DIV#calendar > DIV:first-child + DIV > DIV:first-child > TABLE:first-child > THEAD:first-child + TBODY > TR:first-child > TD:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child > TABLE:first-child > TBODY:first-child > TR:first-child > TD:first-child", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV > DIV:first-child > DIV:first-child + DIV + DIV > DIV#calendar > DIV:first-child + DIV > DIV:first-child > TABLE:first-child > THEAD:first-child + TBODY > TR:first-child > TD:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV > DIV:first-child + DIV > TABLE:first-child > THEAD:first-child > TR:first-child > TD:first-child", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV > DIV:first-child > DIV:first-child + DIV + DIV > DIV#calendar > DIV:first-child + DIV > DIV:first-child > TABLE:first-child > THEAD:first-child + TBODY > TR:first-child > TD:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child > TABLE:first-child > TBODY:first-child > TR:first-child > TD:first-child", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV > DIV:first-child > DIV:first-child + DIV + DIV > DIV#calendar > DIV:first-child + DIV > DIV:first-child > TABLE:first-child > THEAD:first-child + TBODY > TR:first-child > TD:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV > DIV:first-child + DIV > TABLE:first-child > THEAD:first-child > TR:first-child > TD:first-child", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV > DIV:first-child > DIV:first-child + DIV + DIV > DIV#calendar > DIV:first-child + DIV > DIV:first-child > TABLE:first-child > THEAD:first-child + TBODY > TR:first-child > TD:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child > TABLE:first-child > TBODY:first-child > TR:first-child > TD:first-child", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV > DIV:first-child > DIV:first-child + DIV + DIV > DIV#calendar > DIV:first-child + DIV > DIV:first-child > TABLE:first-child > THEAD:first-child + TBODY > TR:first-child > TD:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV > DIV:first-child + DIV > TABLE:first-child > THEAD:first-child > TR:first-child > TD:first-child", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV > DIV:first-child > DIV:first-child + DIV + DIV > DIV#calendar > DIV:first-child + DIV > DIV:first-child > TABLE:first-child > THEAD:first-child + TBODY > TR:first-child > TD:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child > TABLE:first-child > TBODY:first-child > TR:first-child > TD:first-child", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV > DIV:first-child > DIV:first-child + DIV + DIV > DIV#calendar > DIV:first-child + DIV > DIV:first-child > TABLE:first-child > THEAD:first-child + TBODY > TR:first-child > TD:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV > DIV:first-child + DIV > TABLE:first-child > THEAD:first-child > TR:first-child > TD:first-child", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV > DIV:first-child > DIV:first-child + DIV + DIV > DIV#calendar > DIV:first-child + DIV > DIV:first-child > TABLE:first-child > THEAD:first-child + TBODY > TR:first-child > TD:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV > DIV:first-child > TABLE:first-child > TBODY:first-child > TR:first-child > TD:first-child", "HTML > HEAD:first-child + BODY > FORM#form > DIV#container-wrap > HEADER:first-child + MAIN > SECTION:first-child + DIV > DIV:first-child > DIV:first-child + DIV + DIV > DIV#calendar > DIV:first-child + DIV > DIV:first-child > TABLE:first-child > THEAD:first-child + TBODY > TR:first-child > TD:first-child > DIV:first-child > DIV:first-child > DIV:first-child + DIV + DIV + DIV + DIV + DIV > DIV:first-child + DIV > TABLE:first-child > THEAD:first-child > TR:first-child > TD:first-child" ], "wcag": [ { "name": "1.3.1 Info and Relationships (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.3.1" }, { "name": "1.3.2 Meaningful Sequence (Level A)", "link": "https://webaim.org/standards/wcag/checklist#sc1.3.2" } ] } } } } } }, { "type": "launch", "which": "chromium", "what": "chromium browser" }, { "type": "url", "which": "https://www.nrc.gov/", "what": "URL", "result": "https://www.nrc.gov/" }, { "type": "test", "which": "tenon", "id": "a", "what": "Tenon", "url": "https://www.nrc.gov/", "result": { "status": 200, "message": "OK", "code": "success", "info": "Success", "moreInfo": "https://tenon.io/documentation/apiv2/response-codes#success", "responseExecTime": "0.065", "responseTime": "2022-07-18T00:49:53.107Z", "data": { "apiErrors": [], "documentSize": 1082773, "metadata": null, "resultSummary": { "tests": { "total": 180, "passing": 171, "failing": 9 }, "issues": { "totalErrors": 130, "totalWarnings": 9, "totalIssues": 139 }, "issuesByLevel": { "A": { "count": 108, "pct": 77.7 }, "AA": { "count": 68, "pct": 48.92 }, "AAA": { "count": 139, "pct": 100 } }, "density": { "errorDensity": 12, "warningDensity": 1, "allDensity": 13 } }, "projectID": "E4B12DC9-2F67-8DB7-26C9-E50C8490", "responseID": "78b744b0-3e97-404e-9f25-d5d190bf6440", "docID": "24f67247-96aa-4121-aa6a-195505edf364", "sourceHash": "1514dd5ee828b281c1e7708d38843ce9", "urlHttpCode": 200, "clientScriptErrors": [], "remainingApiCalls": { "planCalls": 0, "boosts": 19 }, "globalStats": { "errorDensity": "N/A", "warningDensity": "N/A", "allDensity": "N/A", "stdDev": "N/A" }, "resultUrl": "http://ngnix/history.php?responseID=78b744b0-3e97-404e-9f25-d5d190bf6440", "resultSet": [ { "tID": 28, "bpID": 3, "priority": 100, "level": [ "AAA" ], "certainty": 100, "errorTitle": "The layout or sizing of this page causes horizontal scrolling.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.8 Visual Presentation" ], "resultTitle": "Avoid layouts that result in horizontal scroll", "errorDescription": "This page is too wide, causing horizontal scrolling (at the tested viewport size). Horizontal scrolling will cause difficulties for users with low vision, especially if they have their monitor set to a low resolution. Review HTML, CSS and page element sizes to ensure 100% width is not exceeded.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 1024, "y": 768 }, "height": 768, "width": 1024 }, "position": { "line": 2206, "column": 60 }, "errorSnippet": "<body class=\"LTR Chrome ENUS ContentBody\"> <form method=\"post\" action=\"/\" id=\"form\">\n<div class=\"aspNetHidden\">\n<input type=\"hidden\" name=\"__EVENTTARGET\" id=\"__EVENTTARGET\" value=\"\" style=\"\">\n<input type=\"hidden\" name=\"__EVENTA", "xpath": "/html/body", "issueID": "6f9e7578a24463be7429883c194e6836", "signature": "c49a96ac4dbb5638684caad78198ae54", "ref": "https://tenon.io/bestpractice.php?bpID=3&tID=28&issueID=6f9e7578a24463be7429883c194e6836" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": -31, "y": -30 }, "height": -30, "width": -31 }, "position": { "line": 3803, "column": 34 }, "errorSnippet": "<a class=\"angle top-level\" data-toggle=\"dropdown\" href=\"#\"></a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[2]/div[1]/ul[1]/li[1]/a[2]", "issueID": "cfa5b7ea050ac6111ea4d2b203620052", "signature": "e9c3c2e5ec8aea82fa981ed72b9b4703", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=cfa5b7ea050ac6111ea4d2b203620052" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": -31, "y": -30 }, "height": -30, "width": -31 }, "position": { "line": 4164, "column": 0 }, "errorSnippet": "<a class=\"angle top-level\" data-toggle=\"dropdown\" href=\"#\"></a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[2]/div[1]/ul[1]/li[2]/a[2]", "issueID": "8e93c9079d89e0016a7b6abf45fda2a2", "signature": "6ef18680ce67a7b6fc5cff7decc75b78", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=8e93c9079d89e0016a7b6abf45fda2a2" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": -31, "y": -30 }, "height": -30, "width": -31 }, "position": { "line": 4632, "column": 0 }, "errorSnippet": "<a class=\"angle top-level\" data-toggle=\"dropdown\" href=\"#\"></a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[2]/div[1]/ul[1]/li[3]/a[2]", "issueID": "cbfc8eb28b657812597785dd48fdd99b", "signature": "68fce39d1e051f6bc9618444fad08cee", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=cbfc8eb28b657812597785dd48fdd99b" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": -31, "y": -30 }, "height": -30, "width": -31 }, "position": { "line": 5969, "column": 0 }, "errorSnippet": "<a class=\"angle top-level\" data-toggle=\"dropdown\" href=\"#\"></a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[2]/div[1]/ul[1]/li[4]/a[2]", "issueID": "936ae64d6d0f40ab09629c84c563ba8d", "signature": "b6b6e587cab6d7070ae3f5a323ad4206", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=936ae64d6d0f40ab09629c84c563ba8d" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": -31, "y": -30 }, "height": -30, "width": -31 }, "position": { "line": 6497, "column": 0 }, "errorSnippet": "<a class=\"angle top-level\" data-toggle=\"dropdown\" href=\"#\"></a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[2]/div[1]/ul[1]/li[5]/a[2]", "issueID": "f19e667071388674a2edd46158eca70b", "signature": "4a9b1c976ddd53aabac229e03be8c5a2", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=f19e667071388674a2edd46158eca70b" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": -31, "y": -30 }, "height": -30, "width": -31 }, "position": { "line": 6977, "column": 58 }, "errorSnippet": "<a class=\"angle top-level\" data-toggle=\"dropdown\" href=\"#\"></a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[2]/div[1]/ul[1]/li[6]/a[2]", "issueID": "c17f0cf0c62428b8cdbd22ccc0a501d6", "signature": "1078537626c0e510ad2c2678469e41cb", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=c17f0cf0c62428b8cdbd22ccc0a501d6" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": -31, "y": -30 }, "height": -30, "width": -31 }, "position": { "line": 8025, "column": 3 }, "errorSnippet": "<a class=\"angle top-level\" data-toggle=\"dropdown\" href=\"#\"></a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[2]/div[1]/ul[1]/li[7]/a[2]", "issueID": "536ef0c39bb819f7b1f9aa4569f2d4fd", "signature": "f385796ba9748b83cf1a308e215ee9b2", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=536ef0c39bb819f7b1f9aa4569f2d4fd" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": -31, "y": -30 }, "height": -30, "width": -31 }, "position": { "line": 8095, "column": 3 }, "errorSnippet": "<a class=\"angle top-level\" data-toggle=\"dropdown\" href=\"#\"></a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[2]/div[1]/ul[1]/li[8]/a[2]", "issueID": "299296adbf43ad9e7ebf613c438df3b5", "signature": "04891b67ac946bdc5c2eb74202c1368f", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=299296adbf43ad9e7ebf613c438df3b5" }, { "tID": 57, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link has no text inside it.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text inside of a link informs the user of the purpose or destination of the link. Because this link has no text, users will not know what the link does or where it takes them when they activate the link. This poses problems for users of screenreaders and voice dictation. Add text within this link to make it usable and understandable for all users", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 36, "y": 37 }, "height": 37, "width": 36 }, "position": { "line": 8499, "column": 0 }, "errorSnippet": "<a id=\"scrollUp\" href=\"#top\" style=\"display: none; position: fixed; z-index: 1001;\"><i class=\"icon-fontello-up-open-mini\"></i></a>", "xpath": "/html/body/a[1]", "issueID": "d34774c66e0b06f7b0f901c5163c008a", "signature": "0bb92136bb8f3f58256fc691f386d81e", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=57&issueID=d34774c66e0b06f7b0f901c5163c008a" }, { "tID": 73, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link text is uninformative.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text in this link is too generic to be helpful for users. Users will be unable to discern the purpose or destination of the link without reading the text that surrounds it. Change the text in this link to something that is unique and informative so that the user can understand what content or actions can be found at the link's destination.", "viewPortLocation": { "top-left": { "x": 325.59375, "y": 0 }, "bottom-right": { "x": 410.40575, "y": 20 }, "height": 20, "width": 84.812 }, "position": { "line": 8121, "column": 1 }, "errorSnippet": "<a href=\"/about-nrc/radiation/protects-you.html#142873\" class=\"btn btn-medium primary-background\">Learn More</a>", "xpath": "/html/body/form[1]/div[4]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "bcc281e3b1b031ba445eb1ba3f2117f7", "signature": "a15ba1583f4a14ce42fe67a6bd7c679c", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=bcc281e3b1b031ba445eb1ba3f2117f7" }, { "tID": 73, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link text is uninformative.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text in this link is too generic to be helpful for users. Users will be unable to discern the purpose or destination of the link without reading the text that surrounds it. Change the text in this link to something that is unique and informative so that the user can understand what content or actions can be found at the link's destination.", "viewPortLocation": { "top-left": { "x": 325.59375, "y": 0 }, "bottom-right": { "x": 410.40575, "y": 20 }, "height": 20, "width": 84.812 }, "position": { "line": 8122, "column": 1 }, "errorSnippet": "<a href=\"/homepage/features.html#144668\" class=\"btn btn-medium primary-background\">Learn More</a>", "xpath": "/html/body/form[1]/div[4]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "ce20b3521f98508723356cfafc2ec905", "signature": "fff5337a8a5dbf04bf7a9dc21c4f9323", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=ce20b3521f98508723356cfafc2ec905" }, { "tID": 73, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link text is uninformative.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text in this link is too generic to be helpful for users. Users will be unable to discern the purpose or destination of the link without reading the text that surrounds it. Change the text in this link to something that is unique and informative so that the user can understand what content or actions can be found at the link's destination.", "viewPortLocation": { "top-left": { "x": 325.59375, "y": 0 }, "bottom-right": { "x": 410.40575, "y": 20 }, "height": 20, "width": 84.812 }, "position": { "line": 8123, "column": 39 }, "errorSnippet": "<a href=\"/homepage/features.html#144661\" class=\"btn btn-medium primary-background\">Learn More</a>", "xpath": "/html/body/form[1]/div[4]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "39b2e623a873d5ef72bc8aa29c2ab864", "signature": "abc54dd1c08c3bb378c7c8ee02128a53", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=39b2e623a873d5ef72bc8aa29c2ab864" }, { "tID": 73, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link text is uninformative.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text in this link is too generic to be helpful for users. Users will be unable to discern the purpose or destination of the link without reading the text that surrounds it. Change the text in this link to something that is unique and informative so that the user can understand what content or actions can be found at the link's destination.", "viewPortLocation": { "top-left": { "x": 325.59375, "y": 0 }, "bottom-right": { "x": 410.40575, "y": 20 }, "height": 20, "width": 84.812 }, "position": { "line": 8124, "column": 1 }, "errorSnippet": "<a href=\"/homepage/features.html#144646\" class=\"btn btn-medium primary-background\">Learn More</a>", "xpath": "/html/body/form[1]/div[4]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "efbc2030f1a2974d8dea4854fa5a21cf", "signature": "025842d5f772eaf833f9b7ded6a06ca1", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=efbc2030f1a2974d8dea4854fa5a21cf" }, { "tID": 73, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link text is uninformative.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text in this link is too generic to be helpful for users. Users will be unable to discern the purpose or destination of the link without reading the text that surrounds it. Change the text in this link to something that is unique and informative so that the user can understand what content or actions can be found at the link's destination.", "viewPortLocation": { "top-left": { "x": 325.59375, "y": 0 }, "bottom-right": { "x": 410.40575, "y": 20 }, "height": 20, "width": 84.812 }, "position": { "line": 8125, "column": 1 }, "errorSnippet": "<a href=\"/homepage/features.html#144638\" class=\"btn btn-medium primary-background\">Learn More</a>", "xpath": "/html/body/form[1]/div[4]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "498bd8c04fdc44a354a94afb66cb2fab", "signature": "4c795d73e345ad86159722c6b29a9a9e", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=498bd8c04fdc44a354a94afb66cb2fab" }, { "tID": 73, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link text is uninformative.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text in this link is too generic to be helpful for users. Users will be unable to discern the purpose or destination of the link without reading the text that surrounds it. Change the text in this link to something that is unique and informative so that the user can understand what content or actions can be found at the link's destination.", "viewPortLocation": { "top-left": { "x": 325.59375, "y": 0 }, "bottom-right": { "x": 410.40575, "y": 20 }, "height": 20, "width": 84.812 }, "position": { "line": 8126, "column": 39 }, "errorSnippet": "<a href=\"/homepage/features.html#144624\" class=\"btn btn-medium primary-background\">Learn More</a>", "xpath": "/html/body/form[1]/div[4]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "7d372288ef3c1d8737328d315edb3021", "signature": "67b10efa7a67254b5a3453f9166b3b4c", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=7d372288ef3c1d8737328d315edb3021" }, { "tID": 73, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link text is uninformative.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text in this link is too generic to be helpful for users. Users will be unable to discern the purpose or destination of the link without reading the text that surrounds it. Change the text in this link to something that is unique and informative so that the user can understand what content or actions can be found at the link's destination.", "viewPortLocation": { "top-left": { "x": 325.59375, "y": 0 }, "bottom-right": { "x": 410.40575, "y": 20 }, "height": 20, "width": 84.812 }, "position": { "line": 8127, "column": 1 }, "errorSnippet": "<a href=\"/homepage/features.html#144669\" class=\"btn btn-medium primary-background\">Learn More</a>", "xpath": "/html/body/form[1]/div[4]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "782709b9e19ff726c0694cdca9ef339c", "signature": "f77210aa7de322e3b9961dfddcd544f3", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=782709b9e19ff726c0694cdca9ef339c" }, { "tID": 73, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link text is uninformative.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text in this link is too generic to be helpful for users. Users will be unable to discern the purpose or destination of the link without reading the text that surrounds it. Change the text in this link to something that is unique and informative so that the user can understand what content or actions can be found at the link's destination.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 84.81200000000001, "y": 20 }, "height": 20, "width": 84.81200000000001 }, "position": { "line": 8204, "column": 1 }, "errorSnippet": "<a href=\"https://www.youtube.com/playlist?list=PLBpOUiOs1fJYqYos3hBBIL2cONTxKbR6m\" target=\"_self\" class=\"btn btn-medium primary-background black\">Learn More</a>", "xpath": "/html/body/form[1]/div[4]/main[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "30735a3e10b0d985e917ba06a7bbb2f7", "signature": "e87ddf520486d2729570760260c4b25f", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=30735a3e10b0d985e917ba06a7bbb2f7" }, { "tID": 73, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link text is uninformative.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text in this link is too generic to be helpful for users. Users will be unable to discern the purpose or destination of the link without reading the text that surrounds it. Change the text in this link to something that is unique and informative so that the user can understand what content or actions can be found at the link's destination.", "viewPortLocation": { "top-left": { "x": 62.328125, "y": 59.5 }, "bottom-right": { "x": 131.671925, "y": 77.5 }, "height": 18, "width": 69.3438 }, "position": { "line": 8206, "column": 1 }, "errorSnippet": "<a href=\"/reading-rm/doc-collections/event-status/index.html\" class=\"tile-card-button btn btn-small quaternary-background black\">Read More</a>", "xpath": "/html/body/form[1]/div[4]/main[1]/div[3]/div[1]/div[1]/div[1]/a[2]", "issueID": "21abed6e4058994e18ff1dbaa0f71c45", "signature": "1d5035804444247a420e981f33ab1769", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=21abed6e4058994e18ff1dbaa0f71c45" }, { "tID": 73, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link text is uninformative.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text in this link is too generic to be helpful for users. Users will be unable to discern the purpose or destination of the link without reading the text that surrounds it. Change the text in this link to something that is unique and informative so that the user can understand what content or actions can be found at the link's destination.", "viewPortLocation": { "top-left": { "x": 62.328125, "y": 59.5 }, "bottom-right": { "x": 131.671925, "y": 77.5 }, "height": 18, "width": 69.3438 }, "position": { "line": 8208, "column": 1 }, "errorSnippet": "<a href=\"/reading-rm/adams.html\" class=\"tile-card-button btn btn-small quaternary-background black\">Read More</a>", "xpath": "/html/body/form[1]/div[4]/main[1]/div[3]/div[1]/div[2]/div[1]/a[2]", "issueID": "a7ac47a1492e722a44e3c39261988d0d", "signature": "6e3e20b934312951cfaabdc1db960e32", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=a7ac47a1492e722a44e3c39261988d0d" }, { "tID": 73, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link text is uninformative.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text in this link is too generic to be helpful for users. Users will be unable to discern the purpose or destination of the link without reading the text that surrounds it. Change the text in this link to something that is unique and informative so that the user can understand what content or actions can be found at the link's destination.", "viewPortLocation": { "top-left": { "x": 62.328125, "y": 59.5 }, "bottom-right": { "x": 131.671925, "y": 77.5 }, "height": 18, "width": 69.3438 }, "position": { "line": 8214, "column": 3 }, "errorSnippet": "<a href=\"/public-involve/open.html\" class=\"tile-card-button btn btn-small quaternary-background black\">Read More</a>", "xpath": "/html/body/form[1]/div[4]/main[1]/div[3]/div[1]/div[3]/div[1]/a[2]", "issueID": "5418a5133df330930c04490de00be66a", "signature": "41bf073709e70322907ffaa3322df8ed", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=5418a5133df330930c04490de00be66a" }, { "tID": 73, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link text is uninformative.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text in this link is too generic to be helpful for users. Users will be unable to discern the purpose or destination of the link without reading the text that surrounds it. Change the text in this link to something that is unique and informative so that the user can understand what content or actions can be found at the link's destination.", "viewPortLocation": { "top-left": { "x": 58.1953125, "y": 59.5 }, "bottom-right": { "x": 135.80431249999998, "y": 77.5 }, "height": 18, "width": 77.609 }, "position": { "line": 8227, "column": 1 }, "errorSnippet": "<a href=\"/about-nrc/regulatory/licensing/fees.html#ebilling\" class=\"tile-card-button btn btn-small quaternary-background black\">Learn More</a>", "xpath": "/html/body/form[1]/div[4]/main[1]/div[3]/div[1]/div[4]/div[1]/a[2]", "issueID": "32b073e70efd185ead5115d90c6ea87c", "signature": "e146e583fc2246d693a3034bed8bc73b", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=32b073e70efd185ead5115d90c6ea87c" }, { "tID": 73, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link text is uninformative.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text in this link is too generic to be helpful for users. Users will be unable to discern the purpose or destination of the link without reading the text that surrounds it. Change the text in this link to something that is unique and informative so that the user can understand what content or actions can be found at the link's destination.", "viewPortLocation": { "top-left": { "x": 62.328125, "y": 59.5 }, "bottom-right": { "x": 131.671925, "y": 77.5 }, "height": 18, "width": 69.3438 }, "position": { "line": 8229, "column": 1 }, "errorSnippet": "<a href=\"/reading-rm/basic-ref/students.html\" class=\"tile-card-button btn btn-small quaternary-background black\">Read More</a>", "xpath": "/html/body/form[1]/div[4]/main[1]/div[3]/div[1]/div[5]/div[1]/a[2]", "issueID": "64f3000d50759c7728be0d2cda66a48e", "signature": "0b67447711e533adf36497a68bcadd7b", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=64f3000d50759c7728be0d2cda66a48e" }, { "tID": 73, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link text is uninformative.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text in this link is too generic to be helpful for users. Users will be unable to discern the purpose or destination of the link without reading the text that surrounds it. Change the text in this link to something that is unique and informative so that the user can understand what content or actions can be found at the link's destination.", "viewPortLocation": { "top-left": { "x": 62.328125, "y": 59.5 }, "bottom-right": { "x": 131.671925, "y": 77.5 }, "height": 18, "width": 69.3438 }, "position": { "line": 8231, "column": 1 }, "errorSnippet": "<a href=\"/about-nrc/emerg-preparedness/in-radiological-emerg.html\" class=\"tile-card-button btn btn-small quaternary-background black\">Read More</a>", "xpath": "/html/body/form[1]/div[4]/main[1]/div[3]/div[1]/div[6]/div[1]/a[2]", "issueID": "70172f672a6006fd2918ac5a3c9702f4", "signature": "43d968a0d4d7427e1741ee4e9487e153", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=70172f672a6006fd2918ac5a3c9702f4" }, { "tID": 73, "bpID": 106, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "This link text is uninformative.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Make sure that link text (and the alternate text for any images that are used as links) describes the destination or purpose of the link.", "errorDescription": "The text in this link is too generic to be helpful for users. Users will be unable to discern the purpose or destination of the link without reading the text that surrounds it. Change the text in this link to something that is unique and informative so that the user can understand what content or actions can be found at the link's destination.", "viewPortLocation": { "top-left": { "x": 62.328125, "y": 59.5 }, "bottom-right": { "x": 131.671925, "y": 77.5 }, "height": 18, "width": 69.3438 }, "position": { "line": 8233, "column": 1 }, "errorSnippet": "<a href=\"/reading-rm/doc-collections/nuregs/staff/sr1350/index.html\" class=\"tile-card-button btn btn-small quaternary-background black\">Read More</a>", "xpath": "/html/body/form[1]/div[4]/main[1]/div[3]/div[1]/div[7]/div[1]/a[2]", "issueID": "5353ecf600eb848d42b31d1537504986", "signature": "e18fcf84d3c8fc913276907f62d65a60", "ref": "https://tenon.io/bestpractice.php?bpID=106&tID=73&issueID=5353ecf600eb848d42b31d1537504986" }, { "tID": 95, "bpID": 181, "priority": 95, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This element has insufficient color contrast (Level AAA).", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 1.4.6 Contrast (Enhanced)" ], "resultTitle": "Avoid using color as the only visual means of conveying information", "errorDescription": "This element has insufficient contrast between the foreground color (the text) and the background color when measured against the WCAG 2.0 Level AAA requirements. Sufficient color contrast is important for users who have low-vision or are color-blind, because text with a low contrast ratio may be difficult or impossible for such users to see. Increase the contrast of this content. This can be done by adjusting the color(s) used by either the foreground content or background content โ or both.", "viewPortLocation": { "top-left": { "x": 187, "y": 0 }, "bottom-right": { "x": 251, "y": 18 }, "height": 18, "width": 64 }, "position": { "line": 171, "column": 0 }, "errorSnippet": "<a href=\"/site-help/Search-Results?site=AllSites\" id=\"master-search-btn\" class=\"search-button btn btn-default\">Search</a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/a[1]", "issueID": "fdb9998bc384bd67c744a63fd8ac10dd", "signature": "00ee2bb13f0c26538aa0a0f9a53cef21", "ref": "https://tenon.io/bestpractice.php?bpID=181&tID=95&issueID=fdb9998bc384bd67c744a63fd8ac10dd" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": -10 }, "height": -10, "width": 0 }, "position": { "line": 6496, "column": 34 }, "errorSnippet": "<a id=\"mm33c3_CORE_V1_InPageLink5_btnElem_hyperLink\" href=\"/security/contactus.html\" target=\"_self\"><span id=\"mm33c3_CORE_V1_InPageLink5_btnElem_lblText\">Contact Us</span></a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[2]/div[1]/ul[1]/li[4]/ul[1]/li[1]/div[1]/div[1]/div[1]/div[3]/a[2]", "issueID": "27834f2d784f0ccc84a27c59155e5002", "signature": "228a853533fdc001c5d0187a1c8ae8ec", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=27834f2d784f0ccc84a27c59155e5002" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": -11 }, "height": -11, "width": 0 }, "position": { "line": 8108, "column": 1 }, "errorSnippet": "<a id=\"mmm33c3_CORE_V1_InPageLink24_btnElem_hyperLink\" href=\"https://www.twitter.com/nrcgov\" target=\"_blank\"><span id=\"mmm33c3_CORE_V1_InPageLink24_btnElem_lblText\">NRC Twitter Feed</span></a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[2]/div[1]/ul[1]/li[8]/ul[1]/li[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/a[2]", "issueID": "22b7ace18e65aa5d2caac6217fb7b5fb", "signature": "01de00b70343fbf87349a15b0e8f3966", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=22b7ace18e65aa5d2caac6217fb7b5fb" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 325.59375, "y": 0 }, "bottom-right": { "x": 410.40575, "y": 20 }, "height": 20, "width": 84.812 }, "position": { "line": 8122, "column": 1 }, "errorSnippet": "<a href=\"/homepage/features.html#144668\" class=\"btn btn-medium primary-background\">Learn More</a>", "xpath": "/html/body/form[1]/div[4]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "8fcca57cb71682c9765d7df1b37875a8", "signature": "d396c3019ff0284fd73efbb9ed37fe5f", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=8fcca57cb71682c9765d7df1b37875a8" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 325.59375, "y": 0 }, "bottom-right": { "x": 410.40575, "y": 20 }, "height": 20, "width": 84.812 }, "position": { "line": 8123, "column": 39 }, "errorSnippet": "<a href=\"/homepage/features.html#144661\" class=\"btn btn-medium primary-background\">Learn More</a>", "xpath": "/html/body/form[1]/div[4]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "47aec6aab30e0edea3d9e6ef158ed012", "signature": "37097ac2b4a02b393c3cc005d46eaa23", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=47aec6aab30e0edea3d9e6ef158ed012" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 325.59375, "y": 0 }, "bottom-right": { "x": 410.40575, "y": 20 }, "height": 20, "width": 84.812 }, "position": { "line": 8124, "column": 1 }, "errorSnippet": "<a href=\"/homepage/features.html#144646\" class=\"btn btn-medium primary-background\">Learn More</a>", "xpath": "/html/body/form[1]/div[4]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[4]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "672e6abbd57eaddc8585379674c49437", "signature": "3289361cf6cc7c038b74a4b700f5e4e4", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=672e6abbd57eaddc8585379674c49437" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 325.59375, "y": 0 }, "bottom-right": { "x": 410.40575, "y": 20 }, "height": 20, "width": 84.812 }, "position": { "line": 8125, "column": 1 }, "errorSnippet": "<a href=\"/homepage/features.html#144638\" class=\"btn btn-medium primary-background\">Learn More</a>", "xpath": "/html/body/form[1]/div[4]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "4b2233055a27f18c6cd21a1a0c6e007c", "signature": "b455160e31b6883c5cc974579d67a72a", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=4b2233055a27f18c6cd21a1a0c6e007c" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 325.59375, "y": 0 }, "bottom-right": { "x": 410.40575, "y": 20 }, "height": 20, "width": 84.812 }, "position": { "line": 8126, "column": 39 }, "errorSnippet": "<a href=\"/homepage/features.html#144624\" class=\"btn btn-medium primary-background\">Learn More</a>", "xpath": "/html/body/form[1]/div[4]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[6]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "e624d1cbf24e4d46225266f5db5449aa", "signature": "7aa3a13ddf61726ed6645f571905d449", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=e624d1cbf24e4d46225266f5db5449aa" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 325.59375, "y": 0 }, "bottom-right": { "x": 410.40575, "y": 20 }, "height": 20, "width": 84.812 }, "position": { "line": 8127, "column": 1 }, "errorSnippet": "<a href=\"/homepage/features.html#144669\" class=\"btn btn-medium primary-background\">Learn More</a>", "xpath": "/html/body/form[1]/div[4]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[7]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "abc0ad393de9b5824f664436d1e89d92", "signature": "f7c2cf82f972d353515c65b0afe9029b", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=abc0ad393de9b5824f664436d1e89d92" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 84.81200000000001, "y": 20 }, "height": 20, "width": 84.81200000000001 }, "position": { "line": 8204, "column": 1 }, "errorSnippet": "<a href=\"https://www.youtube.com/playlist?list=PLBpOUiOs1fJYqYos3hBBIL2cONTxKbR6m\" target=\"_self\" class=\"btn btn-medium primary-background black\">Learn More</a>", "xpath": "/html/body/form[1]/div[4]/main[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "c40c15090ae48c350ca8e04098d31fed", "signature": "f7c8a529fa0376cdc3417f6d9acd0234", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=c40c15090ae48c350ca8e04098d31fed" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 62.328125, "y": 59.5 }, "bottom-right": { "x": 131.671925, "y": 77.5 }, "height": 18, "width": 69.3438 }, "position": { "line": 8208, "column": 1 }, "errorSnippet": "<a href=\"/reading-rm/adams.html\" class=\"tile-card-button btn btn-small quaternary-background black\">Read More</a>", "xpath": "/html/body/form[1]/div[4]/main[1]/div[3]/div[1]/div[2]/div[1]/a[2]", "issueID": "fc431b4735a8c44933b8b12ba46022ce", "signature": "23a471fa33a012a2c034448af241a423", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=fc431b4735a8c44933b8b12ba46022ce" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 62.328125, "y": 59.5 }, "bottom-right": { "x": 131.671925, "y": 77.5 }, "height": 18, "width": 69.3438 }, "position": { "line": 8214, "column": 3 }, "errorSnippet": "<a href=\"/public-involve/open.html\" class=\"tile-card-button btn btn-small quaternary-background black\">Read More</a>", "xpath": "/html/body/form[1]/div[4]/main[1]/div[3]/div[1]/div[3]/div[1]/a[2]", "issueID": "4edd4cfde05ba1bb6b5f8b7adcab274b", "signature": "496bb8e3ee998b0b19285c99e23e18a9", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=4edd4cfde05ba1bb6b5f8b7adcab274b" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 58.1953125, "y": 59.5 }, "bottom-right": { "x": 135.80431249999998, "y": 77.5 }, "height": 18, "width": 77.609 }, "position": { "line": 8227, "column": 1 }, "errorSnippet": "<a href=\"/about-nrc/regulatory/licensing/fees.html#ebilling\" class=\"tile-card-button btn btn-small quaternary-background black\">Learn More</a>", "xpath": "/html/body/form[1]/div[4]/main[1]/div[3]/div[1]/div[4]/div[1]/a[2]", "issueID": "a5c00afceab51ecc5523c687d2e0885a", "signature": "d47615b71e85b9a10e838940004ed6ce", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=a5c00afceab51ecc5523c687d2e0885a" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 62.328125, "y": 59.5 }, "bottom-right": { "x": 131.671925, "y": 77.5 }, "height": 18, "width": 69.3438 }, "position": { "line": 8229, "column": 1 }, "errorSnippet": "<a href=\"/reading-rm/basic-ref/students.html\" class=\"tile-card-button btn btn-small quaternary-background black\">Read More</a>", "xpath": "/html/body/form[1]/div[4]/main[1]/div[3]/div[1]/div[5]/div[1]/a[2]", "issueID": "3f13ccfc91383a8771241a041b763085", "signature": "0234d64d9ef28e842de9938d52d380d4", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=3f13ccfc91383a8771241a041b763085" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 62.328125, "y": 59.5 }, "bottom-right": { "x": 131.671925, "y": 77.5 }, "height": 18, "width": 69.3438 }, "position": { "line": 8231, "column": 1 }, "errorSnippet": "<a href=\"/about-nrc/emerg-preparedness/in-radiological-emerg.html\" class=\"tile-card-button btn btn-small quaternary-background black\">Read More</a>", "xpath": "/html/body/form[1]/div[4]/main[1]/div[3]/div[1]/div[6]/div[1]/a[2]", "issueID": "b1acabad2d3e3f5ac6614da4cbdd15d5", "signature": "a3a570cddf3d40dbb929ccf10cf62276", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=b1acabad2d3e3f5ac6614da4cbdd15d5" }, { "tID": 98, "bpID": 105, "priority": 100, "level": [ "A", "AAA" ], "certainty": 100, "errorTitle": "These links have the same text but different destinations.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 2.4.4 Link Purpose (In Context)", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.9 Link Purpose (Link Only)" ], "resultTitle": "Don't reuse the same link text for links that have different destinations", "errorDescription": "This link has the same text as another link that goes to a different place. Using the same text for multiple links which point to different pages is ambiguous and may be confusing for assistive technology users, or for users who have a cognitive disability. Link text should tell the user where they will go if they follow the link. If two links on a page go to two different destinations, use different link text that accurately and concisely describes their destination.", "viewPortLocation": { "top-left": { "x": 62.328125, "y": 59.5 }, "bottom-right": { "x": 131.671925, "y": 77.5 }, "height": 18, "width": 69.3438 }, "position": { "line": 8233, "column": 1 }, "errorSnippet": "<a href=\"/reading-rm/doc-collections/nuregs/staff/sr1350/index.html\" class=\"tile-card-button btn btn-small quaternary-background black\">Read More</a>", "xpath": "/html/body/form[1]/div[4]/main[1]/div[3]/div[1]/div[7]/div[1]/a[2]", "issueID": "2e103512be1bd2dd5ab4aa00b3e7778c", "signature": "6bec56e70dd18aef9b865f1b0db1fe76", "ref": "https://tenon.io/bestpractice.php?bpID=105&tID=98&issueID=2e103512be1bd2dd5ab4aa00b3e7778c" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 2 }, "bottom-right": { "x": 25, "y": 42 }, "height": 40, "width": 25 }, "position": { "line": 170, "column": 0 }, "errorSnippet": "<a id=\"p_lt_WebPartZone3_zRightHeader_CORE_V1_Header_Link_btnElem_hyperLink\" href=\"/reading-rm/faqlist.html\" target=\"_self\"><span id=\"p_lt_WebPartZone3_zRightHeader_CORE_V1_Header_Link_btnElem_lblText\">FAQ</span></a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[1]/div[1]/ul[2]/li[1]/a[1]", "issueID": "53f94949be4ebcc9b596810ae9e47433", "signature": "0d103063ee19521d97ec91ce0ff1979c", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=53f94949be4ebcc9b596810ae9e47433" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 2 }, "bottom-right": { "x": 30, "y": 42 }, "height": 40, "width": 30 }, "position": { "line": 171, "column": 0 }, "errorSnippet": "<a href=\"https://www.facebook.com/nrcgov/\" target=\"_blank\" title=\"NRC Facebook\"><i class=\"icon-fontello-s-facebook\"></i></a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/ul[1]/li[1]/a[1]", "issueID": "d51e33f7983ebdce7e8c57b060812e56", "signature": "04fda77f40e6f9ee03b045f5af9aa252", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=d51e33f7983ebdce7e8c57b060812e56" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 2 }, "bottom-right": { "x": 30, "y": 42 }, "height": 40, "width": 30 }, "position": { "line": 199, "column": 416 }, "errorSnippet": "<a href=\"https://twitter.com/nrcgov\" target=\"_blank\" title=\"NRC Twitter Feed\"><i class=\"icon-fontello-s-twitter\"></i></a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/ul[1]/li[2]/a[1]", "issueID": "f4536797a69b3d809df4ec92cd5f7da2", "signature": "4893227d7d115219336942838a87d3ac", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=f4536797a69b3d809df4ec92cd5f7da2" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 2 }, "bottom-right": { "x": 30, "y": 42 }, "height": 40, "width": 30 }, "position": { "line": 201, "column": 1090 }, "errorSnippet": "<a href=\"https://www.linkedin.com/company/u-s--nuclear-regulatory-commission/\" target=\"_blank\" title=\"NRC Linkedin\"><i class=\"icon-fontello-s-linkedin\"></i></a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/ul[1]/li[3]/a[1]", "issueID": "cf7528c03b211a92a469fefe0346e961", "signature": "c8aae3833dc03e6af80643a8407ce9e1", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=cf7528c03b211a92a469fefe0346e961" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 2 }, "bottom-right": { "x": 30, "y": 42 }, "height": 40, "width": 30 }, "position": { "line": 219, "column": 79 }, "errorSnippet": "<a href=\"https://www.youtube.com/user/NRCgov\" target=\"_blank\" title=\"NRC YouTube Channel\"><i class=\"icon-fontello-s-youtube\"></i></a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/ul[1]/li[4]/a[1]", "issueID": "992176cd56bb6b84a9c2552ff9795ac1", "signature": "398ef47b122563d764536bce8f0c043d", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=992176cd56bb6b84a9c2552ff9795ac1" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 2 }, "bottom-right": { "x": 30, "y": 42 }, "height": 40, "width": 30 }, "position": { "line": 1206, "column": 5796 }, "errorSnippet": "<a href=\"https://www.flickr.com/photos/nrcgov/sets\" target=\"_blank\" title=\"NRC Flickr Gallery\"><i class=\"icon-fontello-s-flickr\"></i></a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/ul[1]/li[5]/a[1]", "issueID": "fffab0713ae714b929c7b2d71534b088", "signature": "43a22d648cb00cfd9b6dee5e00dcd0e1", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=fffab0713ae714b929c7b2d71534b088" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 2 }, "bottom-right": { "x": 30, "y": 42 }, "height": 40, "width": 30 }, "position": { "line": 1211, "column": 0 }, "errorSnippet": "<a href=\"https://public-blog.nrc-gateway.gov/\" target=\"_blank\" title=\"NRC Blog Archived\"><i class=\"icon-fontello-pencil\"></i></a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/ul[1]/li[6]/a[1]", "issueID": "f131a6e0f9d4655a0b95624378a4628f", "signature": "9bb7dfd237f6fcbe04f02d6db14a977f", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=f131a6e0f9d4655a0b95624378a4628f" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 2 }, "bottom-right": { "x": 30, "y": 42 }, "height": 40, "width": 30 }, "position": { "line": 1211, "column": 0 }, "errorSnippet": "<a href=\"https://service.govdelivery.com/service/multi_subscribe.html?code=USNRC\" target=\"_blank\" title=\"NRC Email Subscriptions - GovDelivery\"><i class=\"icon-fontello-comment\"></i></a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/ul[1]/li[7]/a[1]", "issueID": "1e5f40f78a7c6eec49ab5f0970da636b", "signature": "2aed4935048ae7f1c0ebaa3384a57b54", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=1e5f40f78a7c6eec49ab5f0970da636b" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 2 }, "bottom-right": { "x": 30, "y": 42 }, "height": 40, "width": 30 }, "position": { "line": 1227, "column": 0 }, "errorSnippet": "<a href=\"/public-involve/listserver.html#rss\" target=\"_self\" title=\"NRC RSS Feed\"><i class=\"icon-fontello-rss\"></i></a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/ul[1]/li[8]/a[1]", "issueID": "0af79f64608660546132999859eb2a8e", "signature": "1001851960fc2848f39dd563ca36d1a7", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=0af79f64608660546132999859eb2a8e" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": -31, "y": -30 }, "height": -30, "width": -31 }, "position": { "line": 3803, "column": 34 }, "errorSnippet": "<a class=\"angle top-level\" data-toggle=\"dropdown\" href=\"#\"></a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[2]/div[1]/ul[1]/li[1]/a[2]", "issueID": "6c2f6ff72022bcec531b596795cec495", "signature": "b2a0f256c1fa8336f8c2450a95984d68", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=6c2f6ff72022bcec531b596795cec495" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": -31, "y": -30 }, "height": -30, "width": -31 }, "position": { "line": 4164, "column": 0 }, "errorSnippet": "<a class=\"angle top-level\" data-toggle=\"dropdown\" href=\"#\"></a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[2]/div[1]/ul[1]/li[2]/a[2]", "issueID": "965fd7d7fc7373235372c1bbbe680005", "signature": "8eb1b440ad009db9d25a43e2099d55b5", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=965fd7d7fc7373235372c1bbbe680005" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": -31, "y": -30 }, "height": -30, "width": -31 }, "position": { "line": 4632, "column": 0 }, "errorSnippet": "<a class=\"angle top-level\" data-toggle=\"dropdown\" href=\"#\"></a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[2]/div[1]/ul[1]/li[3]/a[2]", "issueID": "95d8c4134c2302dfbba17777c5527551", "signature": "65f7758a825030192776ba5faa306832", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=95d8c4134c2302dfbba17777c5527551" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": -31, "y": -30 }, "height": -30, "width": -31 }, "position": { "line": 5969, "column": 0 }, "errorSnippet": "<a class=\"angle top-level\" data-toggle=\"dropdown\" href=\"#\"></a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[2]/div[1]/ul[1]/li[4]/a[2]", "issueID": "c616884fa41b36404a35cb05c55e1ab7", "signature": "b4f29076fb069f3e711e0c1c60fdc990", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=c616884fa41b36404a35cb05c55e1ab7" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": -31, "y": -30 }, "height": -30, "width": -31 }, "position": { "line": 6497, "column": 0 }, "errorSnippet": "<a class=\"angle top-level\" data-toggle=\"dropdown\" href=\"#\"></a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[2]/div[1]/ul[1]/li[5]/a[2]", "issueID": "1d175bfadd7462fc8b18fcdd185589b3", "signature": "758dfcb50285414514ff0631cd3f4f00", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=1d175bfadd7462fc8b18fcdd185589b3" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": -31, "y": -30 }, "height": -30, "width": -31 }, "position": { "line": 6977, "column": 58 }, "errorSnippet": "<a class=\"angle top-level\" data-toggle=\"dropdown\" href=\"#\"></a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[2]/div[1]/ul[1]/li[6]/a[2]", "issueID": "d6b9b5c00ee86ad3532f548fce69d087", "signature": "90a4e09fb98fd1beed142af534a6e40a", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=d6b9b5c00ee86ad3532f548fce69d087" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": -31, "y": -30 }, "height": -30, "width": -31 }, "position": { "line": 8025, "column": 3 }, "errorSnippet": "<a class=\"angle top-level\" data-toggle=\"dropdown\" href=\"#\"></a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[2]/div[1]/ul[1]/li[7]/a[2]", "issueID": "a333cf9457af4cd80a432409535436ef", "signature": "b77412b0ed2ffac17862865b2ee80b0d", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=a333cf9457af4cd80a432409535436ef" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": -31, "y": -30 }, "height": -30, "width": -31 }, "position": { "line": 8095, "column": 3 }, "errorSnippet": "<a class=\"angle top-level\" data-toggle=\"dropdown\" href=\"#\"></a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[2]/div[1]/ul[1]/li[8]/a[2]", "issueID": "2f11d4bf0b6ae03ec958b948d9f9d0ef", "signature": "eebf3658025c541dc1162042e57b0d2e", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=2f11d4bf0b6ae03ec958b948d9f9d0ef" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": -11 }, "height": -11, "width": 0 }, "position": { "line": 8096, "column": 3 }, "errorSnippet": "<a id=\"mmm33c1_CORE_V1_InPageLink15_btnElem_hyperLink\" href=\"/reading-rm/faqlist.html\" target=\"_self\"><span id=\"mmm33c1_CORE_V1_InPageLink15_btnElem_lblText\">FAQ</span></a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[2]/div[1]/ul[1]/li[8]/ul[1]/li[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]", "issueID": "25d4bdda6f9ff3b51ad3e2e292c07caa", "signature": "6827916ce026d50e890dae5a5251250a", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=25d4bdda6f9ff3b51ad3e2e292c07caa" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 226.890625, "y": 119 }, "bottom-right": { "x": 249.309425, "y": 146.3906 }, "height": 27.3906, "width": 22.4188 }, "position": { "line": 8499, "column": 0 }, "errorSnippet": "<button type=\"button\" class=\"fc-prev-button fc-button fc-state-default fc-corner-left\" aria-label=\"prev\"><span class=\"fc-icon fc-icon-left-single-arrow\"></span></button>", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[2]/div[1]/button[1]", "issueID": "a61858bd76dc9b886f882e291295fa06", "signature": "8cef12fdc297d30568cd3469d54d9c4f", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=a61858bd76dc9b886f882e291295fa06" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 268.109375, "y": 119 }, "bottom-right": { "x": 290.528175, "y": 146.3906 }, "height": 27.3906, "width": 22.4188 }, "position": { "line": 8499, "column": 0 }, "errorSnippet": "<button type=\"button\" class=\"fc-next-button fc-button fc-state-default fc-corner-right\" aria-label=\"next\"><span class=\"fc-icon fc-icon-right-single-arrow\"></span></button>", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[1]/div[2]/div[1]/button[2]", "issueID": "d75ec9f214e226009439153aeb5e472c", "signature": "b582469f5b9a01c9ee01996e622d7804", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=d75ec9f214e226009439153aeb5e472c" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 216, "y": 6.75 }, "bottom-right": { "x": 231.5781, "y": 33.75 }, "height": 27, "width": 15.5781 }, "position": { "line": 8166, "column": 1 }, "errorSnippet": "<a class=\"fc-day-grid-event fc-h-event fc-event fc-start fc-end\" href=\"https://www.nrc.gov/pmns/mtg?do=search.results&amp;pageno=1&amp;StartDate=7/01/2022&amp;EndDate=7/01/2022\"><div class=\"fc-content\"> <span class=\"fc-title\"&g", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tr[1]/td[1]/div[1]/div[1]/div[1]/div[2]/table[1]/tr[1]/td[6]/a[1]", "issueID": "db0a15e615b09a73c109321237879004", "signature": "0a144159c696737fac6f46bc1554f68d", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=db0a15e615b09a73c109321237879004" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 259, "y": 6.75 }, "bottom-right": { "x": 274.5781, "y": 33.75 }, "height": 27, "width": 15.5781 }, "position": { "line": 8167, "column": 39 }, "errorSnippet": "<a class=\"fc-day-grid-event fc-h-event fc-event fc-start fc-end\" href=\"https://www.nrc.gov/pmns/mtg?do=search.results&amp;pageno=1&amp;StartDate=7/02/2022&amp;EndDate=7/02/2022\"><div class=\"fc-content\"> <span class=\"fc-title\"&g", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tr[1]/td[1]/div[1]/div[1]/div[1]/div[2]/table[1]/tr[1]/td[7]/a[1]", "issueID": "32cefec831ff4cfa31aff1b8a9d83e5f", "signature": "65d5617cc169164e4c718e623b40e23e", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=32cefec831ff4cfa31aff1b8a9d83e5f" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 7 }, "bottom-right": { "x": 15.5781, "y": 35 }, "height": 28, "width": 15.5781 }, "position": { "line": 8168, "column": 1 }, "errorSnippet": "<a class=\"fc-day-grid-event fc-h-event fc-event fc-start fc-end\" href=\"https://www.nrc.gov/pmns/mtg?do=search.results&amp;pageno=1&amp;StartDate=7/03/2022&amp;EndDate=7/03/2022\"><div class=\"fc-content\"> <span class=\"fc-title\"&g", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tr[1]/td[1]/div[1]/div[1]/div[2]/div[2]/table[1]/tr[1]/td[1]/a[1]", "issueID": "c077e6c9aa3c39dc41793f86725907f9", "signature": "f191b3bd0f608c9282ca508f99012362", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=c077e6c9aa3c39dc41793f86725907f9" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 44, "y": 7 }, "bottom-right": { "x": 59.5781, "y": 35 }, "height": 28, "width": 15.5781 }, "position": { "line": 8169, "column": 1 }, "errorSnippet": "<a class=\"fc-day-grid-event fc-h-event fc-event fc-start fc-end\" href=\"https://www.nrc.gov/pmns/mtg?do=search.results&amp;pageno=1&amp;StartDate=7/04/2022&amp;EndDate=7/04/2022\"><div class=\"fc-content\"> <span class=\"fc-title\"&g", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tr[1]/td[1]/div[1]/div[1]/div[2]/div[2]/table[1]/tr[1]/td[2]/a[1]", "issueID": "d201aa3cdf223def2b83fcbdf1fad034", "signature": "45c7411023d2582ef5ce24d5a4ff950f", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=d201aa3cdf223def2b83fcbdf1fad034" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 87, "y": 7 }, "bottom-right": { "x": 102.5781, "y": 35 }, "height": 28, "width": 15.5781 }, "position": { "line": 8170, "column": 1 }, "errorSnippet": "<a class=\"fc-day-grid-event fc-h-event fc-event fc-start fc-end\" href=\"https://www.nrc.gov/pmns/mtg?do=search.results&amp;pageno=1&amp;StartDate=7/05/2022&amp;EndDate=7/05/2022\"><div class=\"fc-content\"> <span class=\"fc-title\"&g", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tr[1]/td[1]/div[1]/div[1]/div[2]/div[2]/table[1]/tr[1]/td[3]/a[1]", "issueID": "7e6a252a75032d547ee10e29bc26e292", "signature": "539c544b0b261493318afccab75ca206", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=7e6a252a75032d547ee10e29bc26e292" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 130, "y": 7 }, "bottom-right": { "x": 145.5781, "y": 35 }, "height": 28, "width": 15.5781 }, "position": { "line": 8171, "column": 162 }, "errorSnippet": "<a class=\"fc-day-grid-event fc-h-event fc-event fc-start fc-end\" href=\"https://www.nrc.gov/pmns/mtg?do=search.results&amp;pageno=1&amp;StartDate=7/06/2022&amp;EndDate=7/06/2022\"><div class=\"fc-content\"> <span class=\"fc-title\"&g", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tr[1]/td[1]/div[1]/div[1]/div[2]/div[2]/table[1]/tr[1]/td[4]/a[1]", "issueID": "7e2b947a93cef9a4e21981fbb69e9e57", "signature": "04b50ce828d290b4a39708dddf0668ee", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=7e2b947a93cef9a4e21981fbb69e9e57" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 173, "y": 7 }, "bottom-right": { "x": 188.5781, "y": 35 }, "height": 28, "width": 15.5781 }, "position": { "line": 8176, "column": 3 }, "errorSnippet": "<a class=\"fc-day-grid-event fc-h-event fc-event fc-start fc-end\" href=\"https://www.nrc.gov/pmns/mtg?do=search.results&amp;pageno=1&amp;StartDate=7/07/2022&amp;EndDate=7/07/2022\"><div class=\"fc-content\"> <span class=\"fc-title\"&g", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tr[1]/td[1]/div[1]/div[1]/div[2]/div[2]/table[1]/tr[1]/td[5]/a[1]", "issueID": "9a34c95243c5f16e752c54fb6c9c0ee1", "signature": "9275ed67ce07b90638ee609d4fd6fe39", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=9a34c95243c5f16e752c54fb6c9c0ee1" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 216, "y": 7 }, "bottom-right": { "x": 231.5781, "y": 35 }, "height": 28, "width": 15.5781 }, "position": { "line": 8177, "column": 3 }, "errorSnippet": "<a class=\"fc-day-grid-event fc-h-event fc-event fc-start fc-end\" href=\"https://www.nrc.gov/pmns/mtg?do=search.results&amp;pageno=1&amp;StartDate=7/08/2022&amp;EndDate=7/08/2022\"><div class=\"fc-content\"> <span class=\"fc-title\"&g", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tr[1]/td[1]/div[1]/div[1]/div[2]/div[2]/table[1]/tr[1]/td[6]/a[1]", "issueID": "8f19489222aff60fd24e94d16f2a66d8", "signature": "77b936304b4f9075a15df26d6f0cb40c", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=8f19489222aff60fd24e94d16f2a66d8" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 259, "y": 7 }, "bottom-right": { "x": 274.5781, "y": 35 }, "height": 28, "width": 15.5781 }, "position": { "line": 8181, "column": 104 }, "errorSnippet": "<a class=\"fc-day-grid-event fc-h-event fc-event fc-start fc-end\" href=\"https://www.nrc.gov/pmns/mtg?do=search.results&amp;pageno=1&amp;StartDate=7/09/2022&amp;EndDate=7/09/2022\"><div class=\"fc-content\"> <span class=\"fc-title\"&g", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tr[1]/td[1]/div[1]/div[1]/div[2]/div[2]/table[1]/tr[1]/td[7]/a[1]", "issueID": "d4dee6013a555896b494168674c02b41", "signature": "0972da6d201cbaff8a5500e781acaf84", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=d4dee6013a555896b494168674c02b41" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 7 }, "bottom-right": { "x": 15.5781, "y": 35 }, "height": 28, "width": 15.5781 }, "position": { "line": 8182, "column": 1 }, "errorSnippet": "<a class=\"fc-day-grid-event fc-h-event fc-event fc-start fc-end\" href=\"https://www.nrc.gov/pmns/mtg?do=search.results&amp;pageno=1&amp;StartDate=7/10/2022&amp;EndDate=7/10/2022\"><div class=\"fc-content\"> <span class=\"fc-title\"&g", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tr[1]/td[1]/div[1]/div[1]/div[3]/div[2]/table[1]/tr[1]/td[1]/a[1]", "issueID": "7344bc8e46d7076be16fb7dc6a222b87", "signature": "68f171dd3269c858b407a49493eb1a7c", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=7344bc8e46d7076be16fb7dc6a222b87" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 44, "y": 7 }, "bottom-right": { "x": 59.5781, "y": 35 }, "height": 28, "width": 15.5781 }, "position": { "line": 8183, "column": 1 }, "errorSnippet": "<a class=\"fc-day-grid-event fc-h-event fc-event fc-start fc-end\" href=\"https://www.nrc.gov/pmns/mtg?do=search.results&amp;pageno=1&amp;StartDate=7/11/2022&amp;EndDate=7/11/2022\"><div class=\"fc-content\"> <span class=\"fc-title\"&g", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tr[1]/td[1]/div[1]/div[1]/div[3]/div[2]/table[1]/tr[1]/td[2]/a[1]", "issueID": "b00af489282d34a86a62d86d65dffd22", "signature": "9b6ffd62c1941680c0a142b0f2c2c2d0", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=b00af489282d34a86a62d86d65dffd22" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 87, "y": 7 }, "bottom-right": { "x": 102.5781, "y": 35 }, "height": 28, "width": 15.5781 }, "position": { "line": 8184, "column": 1 }, "errorSnippet": "<a class=\"fc-day-grid-event fc-h-event fc-event fc-start fc-end\" href=\"https://www.nrc.gov/pmns/mtg?do=search.results&amp;pageno=1&amp;StartDate=7/12/2022&amp;EndDate=7/12/2022\"><div class=\"fc-content\"> <span class=\"fc-title\"&g", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tr[1]/td[1]/div[1]/div[1]/div[3]/div[2]/table[1]/tr[1]/td[3]/a[1]", "issueID": "702bd53018fb37f7c98aff4a5e2c7cc6", "signature": "727e256829d95ed1ce73153f23a66d46", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=702bd53018fb37f7c98aff4a5e2c7cc6" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 130, "y": 7 }, "bottom-right": { "x": 145.5781, "y": 35 }, "height": 28, "width": 15.5781 }, "position": { "line": 8185, "column": 1 }, "errorSnippet": "<a class=\"fc-day-grid-event fc-h-event fc-event fc-start fc-end\" href=\"https://www.nrc.gov/pmns/mtg?do=search.results&amp;pageno=1&amp;StartDate=7/13/2022&amp;EndDate=7/13/2022\"><div class=\"fc-content\"> <span class=\"fc-title\"&g", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tr[1]/td[1]/div[1]/div[1]/div[3]/div[2]/table[1]/tr[1]/td[4]/a[1]", "issueID": "014a92f69dfa6cf0428e21d07b5d2814", "signature": "70539a10e35dc1c76dfcb6098332b823", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=014a92f69dfa6cf0428e21d07b5d2814" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 173, "y": 7 }, "bottom-right": { "x": 188.5781, "y": 35 }, "height": 28, "width": 15.5781 }, "position": { "line": 8186, "column": 1 }, "errorSnippet": "<a class=\"fc-day-grid-event fc-h-event fc-event fc-start fc-end\" href=\"https://www.nrc.gov/pmns/mtg?do=search.results&amp;pageno=1&amp;StartDate=7/14/2022&amp;EndDate=7/14/2022\"><div class=\"fc-content\"> <span class=\"fc-title\"&g", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tr[1]/td[1]/div[1]/div[1]/div[3]/div[2]/table[1]/tr[1]/td[5]/a[1]", "issueID": "77e640b732d18ec36b8b18f2e7dcacc4", "signature": "24e9dfd557ab096d9659d31b1638e7e0", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=77e640b732d18ec36b8b18f2e7dcacc4" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 216, "y": 7 }, "bottom-right": { "x": 231.5781, "y": 35 }, "height": 28, "width": 15.5781 }, "position": { "line": 8187, "column": 1 }, "errorSnippet": "<a class=\"fc-day-grid-event fc-h-event fc-event fc-start fc-end\" href=\"https://www.nrc.gov/pmns/mtg?do=search.results&amp;pageno=1&amp;StartDate=7/15/2022&amp;EndDate=7/15/2022\"><div class=\"fc-content\"> <span class=\"fc-title\"&g", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tr[1]/td[1]/div[1]/div[1]/div[3]/div[2]/table[1]/tr[1]/td[6]/a[1]", "issueID": "57be9058ec443f944eec4ea728b60269", "signature": "108d37fb5c66d4fdbcad6c7a4579ffa6", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=57be9058ec443f944eec4ea728b60269" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 259, "y": 7 }, "bottom-right": { "x": 274.5781, "y": 35 }, "height": 28, "width": 15.5781 }, "position": { "line": 8188, "column": 1 }, "errorSnippet": "<a class=\"fc-day-grid-event fc-h-event fc-event fc-start fc-end\" href=\"https://www.nrc.gov/pmns/mtg?do=search.results&amp;pageno=1&amp;StartDate=7/16/2022&amp;EndDate=7/16/2022\"><div class=\"fc-content\"> <span class=\"fc-title\"&g", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tr[1]/td[1]/div[1]/div[1]/div[3]/div[2]/table[1]/tr[1]/td[7]/a[1]", "issueID": "2458676427ca7cf4d49ef15742666b98", "signature": "1bb734c55b6ecc543c52dbf301a989d4", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=2458676427ca7cf4d49ef15742666b98" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 7 }, "bottom-right": { "x": 15.5781, "y": 35 }, "height": 28, "width": 15.5781 }, "position": { "line": 8189, "column": 1 }, "errorSnippet": "<a class=\"fc-day-grid-event fc-h-event fc-event fc-start fc-end\" href=\"https://www.nrc.gov/pmns/mtg?do=search.results&amp;pageno=1&amp;StartDate=7/17/2022&amp;EndDate=7/17/2022\"><div class=\"fc-content\"> <span class=\"fc-title\"&g", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tr[1]/td[1]/div[1]/div[1]/div[4]/div[2]/table[1]/tr[1]/td[1]/a[1]", "issueID": "04e54fbf391c93340a6c1d9c6537ef12", "signature": "f8202f74aa702b90ebacd92f336b3cf4", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=04e54fbf391c93340a6c1d9c6537ef12" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 44, "y": 7 }, "bottom-right": { "x": 59.5781, "y": 35 }, "height": 28, "width": 15.5781 }, "position": { "line": 8190, "column": 1 }, "errorSnippet": "<a class=\"fc-day-grid-event fc-h-event fc-event fc-start fc-end\" href=\"https://www.nrc.gov/pmns/mtg?do=search.results&amp;pageno=1&amp;StartDate=7/18/2022&amp;EndDate=7/18/2022\"><div class=\"fc-content\"> <span class=\"fc-title\"&g", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tr[1]/td[1]/div[1]/div[1]/div[4]/div[2]/table[1]/tr[1]/td[2]/a[1]", "issueID": "00d51190e48990e0dc74c098ac2d8edc", "signature": "bc22a37d2033f8d35d1994a4b808d090", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=00d51190e48990e0dc74c098ac2d8edc" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 87, "y": 7 }, "bottom-right": { "x": 102.5781, "y": 35 }, "height": 28, "width": 15.5781 }, "position": { "line": 8191, "column": 39 }, "errorSnippet": "<a class=\"fc-day-grid-event fc-h-event fc-event fc-start fc-end\" href=\"https://www.nrc.gov/pmns/mtg?do=search.results&amp;pageno=1&amp;StartDate=7/19/2022&amp;EndDate=7/19/2022\"><div class=\"fc-content\"> <span class=\"fc-title\"&g", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tr[1]/td[1]/div[1]/div[1]/div[4]/div[2]/table[1]/tr[1]/td[3]/a[1]", "issueID": "43cb2ff92c9ae56cfb4bfc163fa17af8", "signature": "917b204346ee25a4b608671568973642", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=43cb2ff92c9ae56cfb4bfc163fa17af8" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 130, "y": 7 }, "bottom-right": { "x": 145.5781, "y": 35 }, "height": 28, "width": 15.5781 }, "position": { "line": 8192, "column": 1 }, "errorSnippet": "<a class=\"fc-day-grid-event fc-h-event fc-event fc-start fc-end\" href=\"https://www.nrc.gov/pmns/mtg?do=search.results&amp;pageno=1&amp;StartDate=7/20/2022&amp;EndDate=7/20/2022\"><div class=\"fc-content\"> <span class=\"fc-title\"&g", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tr[1]/td[1]/div[1]/div[1]/div[4]/div[2]/table[1]/tr[1]/td[4]/a[1]", "issueID": "30ca1d3207007fc546fcb0268c38013c", "signature": "f1b28d9dc33202c51a17b31e05af041a", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=30ca1d3207007fc546fcb0268c38013c" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 173, "y": 7 }, "bottom-right": { "x": 188.5781, "y": 35 }, "height": 28, "width": 15.5781 }, "position": { "line": 8193, "column": 1 }, "errorSnippet": "<a class=\"fc-day-grid-event fc-h-event fc-event fc-start fc-end\" href=\"https://www.nrc.gov/pmns/mtg?do=search.results&amp;pageno=1&amp;StartDate=7/21/2022&amp;EndDate=7/21/2022\"><div class=\"fc-content\"> <span class=\"fc-title\"&g", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tr[1]/td[1]/div[1]/div[1]/div[4]/div[2]/table[1]/tr[1]/td[5]/a[1]", "issueID": "55b05fda9254fc6b538fe6131211d5bb", "signature": "eeab3c2e865c0f8af50d82f102f753dd", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=55b05fda9254fc6b538fe6131211d5bb" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 216, "y": 7 }, "bottom-right": { "x": 231.5781, "y": 35 }, "height": 28, "width": 15.5781 }, "position": { "line": 8194, "column": 1 }, "errorSnippet": "<a class=\"fc-day-grid-event fc-h-event fc-event fc-start fc-end\" href=\"https://www.nrc.gov/pmns/mtg?do=search.results&amp;pageno=1&amp;StartDate=7/22/2022&amp;EndDate=7/22/2022\"><div class=\"fc-content\"> <span class=\"fc-title\"&g", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tr[1]/td[1]/div[1]/div[1]/div[4]/div[2]/table[1]/tr[1]/td[6]/a[1]", "issueID": "6dcac1223817137bacc3052bb80fc410", "signature": "27384d063a2c962d9307044ae638f057", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=6dcac1223817137bacc3052bb80fc410" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 259, "y": 7 }, "bottom-right": { "x": 274.5781, "y": 35 }, "height": 28, "width": 15.5781 }, "position": { "line": 8195, "column": 1 }, "errorSnippet": "<a class=\"fc-day-grid-event fc-h-event fc-event fc-start fc-end\" href=\"https://www.nrc.gov/pmns/mtg?do=search.results&amp;pageno=1&amp;StartDate=7/23/2022&amp;EndDate=7/23/2022\"><div class=\"fc-content\"> <span class=\"fc-title\"&g", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tr[1]/td[1]/div[1]/div[1]/div[4]/div[2]/table[1]/tr[1]/td[7]/a[1]", "issueID": "00cd3aed256681d1587d71b58156a461", "signature": "588f83478e3c117332ef316a0cf1bc77", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=00cd3aed256681d1587d71b58156a461" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 7 }, "bottom-right": { "x": 15.5781, "y": 35 }, "height": 28, "width": 15.5781 }, "position": { "line": 8196, "column": 1 }, "errorSnippet": "<a class=\"fc-day-grid-event fc-h-event fc-event fc-start fc-end\" href=\"https://www.nrc.gov/pmns/mtg?do=search.results&amp;pageno=1&amp;StartDate=7/24/2022&amp;EndDate=7/24/2022\"><div class=\"fc-content\"> <span class=\"fc-title\"&g", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tr[1]/td[1]/div[1]/div[1]/div[5]/div[2]/table[1]/tr[1]/td[1]/a[1]", "issueID": "114b74ad4d4e2477c3069e1c32a979e7", "signature": "d3f84c55947e912b5642a702e791a706", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=114b74ad4d4e2477c3069e1c32a979e7" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 44, "y": 7 }, "bottom-right": { "x": 59.5781, "y": 35 }, "height": 28, "width": 15.5781 }, "position": { "line": 8197, "column": 1 }, "errorSnippet": "<a class=\"fc-day-grid-event fc-h-event fc-event fc-start fc-end\" href=\"https://www.nrc.gov/pmns/mtg?do=search.results&amp;pageno=1&amp;StartDate=7/25/2022&amp;EndDate=7/25/2022\"><div class=\"fc-content\"> <span class=\"fc-title\"&g", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tr[1]/td[1]/div[1]/div[1]/div[5]/div[2]/table[1]/tr[1]/td[2]/a[1]", "issueID": "bfb816c6fdb4b2bda9b3f91d10cb6eea", "signature": "6ea843c5a93018ffe26e4c6c309ee6d9", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=bfb816c6fdb4b2bda9b3f91d10cb6eea" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 87, "y": 7 }, "bottom-right": { "x": 102.5781, "y": 35 }, "height": 28, "width": 15.5781 }, "position": { "line": 8198, "column": 1 }, "errorSnippet": "<a class=\"fc-day-grid-event fc-h-event fc-event fc-start fc-end\" href=\"https://www.nrc.gov/pmns/mtg?do=search.results&amp;pageno=1&amp;StartDate=7/26/2022&amp;EndDate=7/26/2022\"><div class=\"fc-content\"> <span class=\"fc-title\"&g", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tr[1]/td[1]/div[1]/div[1]/div[5]/div[2]/table[1]/tr[1]/td[3]/a[1]", "issueID": "9861e25a6d10bb75216f68094c3621ab", "signature": "a695cebcbf9cb729ecac7764e3e807b7", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=9861e25a6d10bb75216f68094c3621ab" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 130, "y": 7 }, "bottom-right": { "x": 145.5781, "y": 35 }, "height": 28, "width": 15.5781 }, "position": { "line": 8199, "column": 1 }, "errorSnippet": "<a class=\"fc-day-grid-event fc-h-event fc-event fc-start fc-end\" href=\"https://www.nrc.gov/pmns/mtg?do=search.results&amp;pageno=1&amp;StartDate=7/27/2022&amp;EndDate=7/27/2022\"><div class=\"fc-content\"> <span class=\"fc-title\"&g", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tr[1]/td[1]/div[1]/div[1]/div[5]/div[2]/table[1]/tr[1]/td[4]/a[1]", "issueID": "baf94aa696defbacb941ef3ab417f9e0", "signature": "44b77023a1dde97dda001f4945fe5652", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=baf94aa696defbacb941ef3ab417f9e0" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 173, "y": 7 }, "bottom-right": { "x": 188.5781, "y": 35 }, "height": 28, "width": 15.5781 }, "position": { "line": 8200, "column": 39 }, "errorSnippet": "<a class=\"fc-day-grid-event fc-h-event fc-event fc-start fc-end\" href=\"https://www.nrc.gov/pmns/mtg?do=search.results&amp;pageno=1&amp;StartDate=7/28/2022&amp;EndDate=7/28/2022\"><div class=\"fc-content\"> <span class=\"fc-title\"&g", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tr[1]/td[1]/div[1]/div[1]/div[5]/div[2]/table[1]/tr[1]/td[5]/a[1]", "issueID": "fac2eb08123a11a3ed6915c51097e7bc", "signature": "d3831d4d4154370e259a19bf7fffb708", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=fac2eb08123a11a3ed6915c51097e7bc" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 216, "y": 7 }, "bottom-right": { "x": 231.5781, "y": 35 }, "height": 28, "width": 15.5781 }, "position": { "line": 8201, "column": 1 }, "errorSnippet": "<a class=\"fc-day-grid-event fc-h-event fc-event fc-start fc-end\" href=\"https://www.nrc.gov/pmns/mtg?do=search.results&amp;pageno=1&amp;StartDate=7/29/2022&amp;EndDate=7/29/2022\"><div class=\"fc-content\"> <span class=\"fc-title\"&g", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tr[1]/td[1]/div[1]/div[1]/div[5]/div[2]/table[1]/tr[1]/td[6]/a[1]", "issueID": "a4f1b06cc39fa6fed6ba794ec24de5fa", "signature": "793bcb7700fe29f0d770137dac718560", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=a4f1b06cc39fa6fed6ba794ec24de5fa" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 259, "y": 7 }, "bottom-right": { "x": 274.5781, "y": 35 }, "height": 28, "width": 15.5781 }, "position": { "line": 8202, "column": 1 }, "errorSnippet": "<a class=\"fc-day-grid-event fc-h-event fc-event fc-start fc-end\" href=\"https://www.nrc.gov/pmns/mtg?do=search.results&amp;pageno=1&amp;StartDate=7/30/2022&amp;EndDate=7/30/2022\"><div class=\"fc-content\"> <span class=\"fc-title\"&g", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tr[1]/td[1]/div[1]/div[1]/div[5]/div[2]/table[1]/tr[1]/td[7]/a[1]", "issueID": "6b9e31b1a58fa588cceaf9e9d8f322c7", "signature": "94f88dee6fc2e0e998a62828482dd8f1", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=6b9e31b1a58fa588cceaf9e9d8f322c7" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 7 }, "bottom-right": { "x": 15.5781, "y": 35 }, "height": 28, "width": 15.5781 }, "position": { "line": 8203, "column": 1 }, "errorSnippet": "<a class=\"fc-day-grid-event fc-h-event fc-event fc-start fc-end\" href=\"https://www.nrc.gov/pmns/mtg?do=search.results&amp;pageno=1&amp;StartDate=7/31/2022&amp;EndDate=7/31/2022\"><div class=\"fc-content\"> <span class=\"fc-title\"&g", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/tr[1]/td[1]/div[1]/div[1]/div[6]/div[2]/table[1]/tr[1]/td[1]/a[1]", "issueID": "878d8ff2c4cfafc501b3bae3f6abc28c", "signature": "d8a16bf91557cbc5fedebb0ac6a05aa2", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=878d8ff2c4cfafc501b3bae3f6abc28c" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 25, "y": 73 }, "bottom-right": { "x": 62, "y": 106 }, "height": 33, "width": 37 }, "position": { "line": 8455, "column": 3 }, "errorSnippet": "<a href=\"https://www.facebook.com/nrcgov/\" target=\"_blank\" title=\"NRC Facebook\"><i class=\"icon-fontello-s-facebook\"></i></a>", "xpath": "/html/body/form[1]/div[4]/footer[1]/div[1]/div[1]/div[4]/div[1]/span[1]/a[1]", "issueID": "9a81f49e5779d0e21d5a40606c2a6956", "signature": "a5af462df7104dce5d100e45827d8d34", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=9a81f49e5779d0e21d5a40606c2a6956" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 73.890625, "y": 73 }, "bottom-right": { "x": 110.890625, "y": 106 }, "height": 33, "width": 37 }, "position": { "line": 8461, "column": 3 }, "errorSnippet": "<a href=\"https://twitter.com/nrcgov\" target=\"_blank\" title=\"NRC Twitter Feed\"><i class=\"icon-fontello-s-twitter\"></i></a>", "xpath": "/html/body/form[1]/div[4]/footer[1]/div[1]/div[1]/div[4]/div[1]/span[2]/a[1]", "issueID": "d024d9fb4bc19a9be1e3a38333022033", "signature": "e25d26143c39c6286ce3e505f6cb5252", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=d024d9fb4bc19a9be1e3a38333022033" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 122.78125, "y": 73 }, "bottom-right": { "x": 159.78125, "y": 106 }, "height": 33, "width": 37 }, "position": { "line": 8467, "column": 3 }, "errorSnippet": "<a href=\"https://www.linkedin.com/company/u-s--nuclear-regulatory-commission/\" target=\"_blank\" title=\"NRC Linkedin\"><i class=\"icon-fontello-s-linkedin\"></i></a>", "xpath": "/html/body/form[1]/div[4]/footer[1]/div[1]/div[1]/div[4]/div[1]/span[3]/a[1]", "issueID": "df4f8b91ab2fe34566fb7233298742ee", "signature": "58a488d4c5e041d5a36d1e8a5e3280b5", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=df4f8b91ab2fe34566fb7233298742ee" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 171.671875, "y": 73 }, "bottom-right": { "x": 208.671875, "y": 106 }, "height": 33, "width": 37 }, "position": { "line": 8473, "column": 3 }, "errorSnippet": "<a href=\"https://www.youtube.com/user/NRCgov\" target=\"_blank\" title=\"NRC YouTube Channel\"><i class=\"icon-fontello-s-youtube\"></i></a>", "xpath": "/html/body/form[1]/div[4]/footer[1]/div[1]/div[1]/div[4]/div[1]/span[4]/a[1]", "issueID": "a84c448cd5b3e5ad8eb874aca2e72521", "signature": "7c67bfa0487a045a0d0eb6829a26c2a3", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=a84c448cd5b3e5ad8eb874aca2e72521" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 25, "y": 115 }, "bottom-right": { "x": 62, "y": 148 }, "height": 33, "width": 37 }, "position": { "line": 8479, "column": 3 }, "errorSnippet": "<a href=\"https://service.govdelivery.com/service/multi_subscribe.html?code=USNRC\" target=\"_blank\" title=\"NRC Email Subscriptions - GovDelivery\"><i class=\"icon-fontello-comment\"></i></a>", "xpath": "/html/body/form[1]/div[4]/footer[1]/div[1]/div[1]/div[4]/div[1]/span[5]/a[1]", "issueID": "42d32447717375a3b3b4e8b161b75857", "signature": "4a2d3b99540d8ca56fbbe3fd30f210c7", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=42d32447717375a3b3b4e8b161b75857" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 73.890625, "y": 115 }, "bottom-right": { "x": 110.890625, "y": 148 }, "height": 33, "width": 37 }, "position": { "line": 8485, "column": 3 }, "errorSnippet": "<a href=\"https://www.flickr.com/photos/nrcgov/sets\" target=\"_blank\" title=\"NRC Flickr Gallery\"><i class=\"icon-fontello-s-flickr\"></i></a>", "xpath": "/html/body/form[1]/div[4]/footer[1]/div[1]/div[1]/div[4]/div[1]/span[6]/a[1]", "issueID": "5c6014d2ddf9c374f1fe4f91442518df", "signature": "f8d5e0f3f9023a0e28ad7d3f5232ea3b", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=5c6014d2ddf9c374f1fe4f91442518df" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 122.78125, "y": 115 }, "bottom-right": { "x": 159.78125, "y": 148 }, "height": 33, "width": 37 }, "position": { "line": 8491, "column": 35 }, "errorSnippet": "<a href=\"https://public-blog.nrc-gateway.gov/\" target=\"_blank\" title=\"NRC Blog Archived\"><i class=\"icon-fontello-pencil\"></i></a>", "xpath": "/html/body/form[1]/div[4]/footer[1]/div[1]/div[1]/div[4]/div[1]/span[7]/a[1]", "issueID": "cb76f44f5d6511639ff26d8050d6a6ed", "signature": "5010d0de264cd8696971cfb7bf188d5d", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=cb76f44f5d6511639ff26d8050d6a6ed" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 171.671875, "y": 115 }, "bottom-right": { "x": 208.671875, "y": 148 }, "height": 33, "width": 37 }, "position": { "line": 8496, "column": 234 }, "errorSnippet": "<a href=\"/public-involve/listserver.html#rss\" target=\"_self\" title=\"NRC RSS Feed\"><i class=\"icon-fontello-rss\"></i></a>", "xpath": "/html/body/form[1]/div[4]/footer[1]/div[1]/div[1]/div[4]/div[1]/span[8]/a[1]", "issueID": "af677c8cb0f5489b346d8de39fc7caa1", "signature": "08b1d38851c1baeaf0e6046acf91a355", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=af677c8cb0f5489b346d8de39fc7caa1" }, { "tID": 152, "bpID": 211, "priority": 88, "level": [ "A", "AA", "AAA" ], "certainty": 100, "errorTitle": "This actionable element is smaller than the minimum required size.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This actionable element is smaller than the stated minimum defined by all mobile platform developer guides. Minimum sizes for actionable elements ensure that those elements can be operated by people with vision, motor and cognitive disabilities. Even if this system is not explicitly intended for mobile use, it should be enlarged with CSS to meet minimu requirements and improve usability for users with vision, motor and cognitive disabilities.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 36, "y": 37 }, "height": 37, "width": 36 }, "position": { "line": 8499, "column": 0 }, "errorSnippet": "<a id=\"scrollUp\" href=\"#top\" style=\"display: none; position: fixed; z-index: 1001;\"><i class=\"icon-fontello-up-open-mini\"></i></a>", "xpath": "/html/body/a[1]", "issueID": "7f6f02737069121cafc3a61fcf35f734", "signature": "0a2aa2801ed3797a7877062ed03e477f", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=152&issueID=7f6f02737069121cafc3a61fcf35f734" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": -30 }, "height": -30, "width": 0 }, "position": { "line": 6497, "column": 0 }, "errorSnippet": "<a href=\"/public-involve.html\" class=\"dropdown-toggle\">Public Meetings &amp; Involvement</a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[2]/div[1]/ul[1]/li[5]/a[1]", "issueID": "df0d16c0d84a530c0df43a35927209d0", "signature": "689f95e1a67cc4a9afa33c7db2b579af", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=df0d16c0d84a530c0df43a35927209d0" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 97, "y": 108 }, "bottom-right": { "x": 873, "y": 200 }, "height": 92, "width": 776 }, "position": { "line": 4224, "column": 404 }, "errorSnippet": "<h1 class=\"fadeInDown-1 white\" style=\"opacity: 1; top: 0px;\">PROTECTING PEOPLE AND <br> THE ENVIRONMENT </h1>", "xpath": "/html/body/form[1]/div[4]/main[1]/section[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/h1[1]", "issueID": "845ef3f5840ac502fff0d3824eb2b2f4", "signature": "2c97fa63eb3efc0923768a30bdc514fb", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=845ef3f5840ac502fff0d3824eb2b2f4" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 15, "y": 109 }, "bottom-right": { "x": 318.328, "y": 142 }, "height": 33, "width": 303.328 }, "position": { "line": 8478, "column": 1 }, "errorSnippet": "<div class=\"fc-toolbar fc-header-toolbar\"><div class=\"fc-left\"></div><div class=\"fc-right\"><button type=\"button\" class=\"fc-today-button fc-button fc-state-default fc-corner-left fc-corner-right fc-state-disabled\" disabled=\"\">", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[1]", "issueID": "3a027df43b675671155352abc6ee7c6a", "signature": "50da8b6f9af6e01a61e55ecd31c44c53", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=3a027df43b675671155352abc6ee7c6a" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 301, "y": 0 }, "height": 0, "width": 301 }, "position": { "line": 4968, "column": 0 }, "errorSnippet": "<thead><tr><th class=\"fc-day-header fc-widget-header fc-sun\">Sun</th><th class=\"fc-day-header fc-widget-header fc-mon\">Mon</th><th class=\"fc-day-header fc-widget-header fc-tue\">Tue</th><th class=\"fc-day-", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/thead[1]/tr[1]/td[1]/div[1]/table[1]/thead[1]", "issueID": "eb528ee1b508edba3b141241397bf000", "signature": "39da141239f6e1dba4f0b84190fb07c4", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=eb528ee1b508edba3b141241397bf000" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 301, "y": 40 }, "height": 40, "width": 301 }, "position": { "line": 1215, "column": 499 }, "errorSnippet": "<tr><th class=\"fc-day-header fc-widget-header fc-sun\">Sun</th><th class=\"fc-day-header fc-widget-header fc-mon\">Mon</th><th class=\"fc-day-header fc-widget-header fc-tue\">Tue</th><th class=\"fc-day-header fc-wid", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[3]/div[2]/div[2]/div[1]/table[1]/thead[1]/tr[1]/td[1]/div[1]/table[1]/thead[1]/tr[1]", "issueID": "afabc21124962a723bedc75f2836e3b0", "signature": "64ae7d90c6ad951976d14383451aa290", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=afabc21124962a723bedc75f2836e3b0" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 25, "y": 138.890625 }, "bottom-right": { "x": 230, "y": 185.484425 }, "height": 46.5938, "width": 205 }, "position": { "line": 9414, "column": 1 }, "errorSnippet": "<div class=\"footer-link\"><a id=\"f4331_btnElem_hyperLink\" href=\"/site-help/e-submittals.html\" target=\"_self\"><span id=\"f4331_btnElem_lblText\">ELECTRONIC SUBMITTALS APPLICATION</span></a></div>", "xpath": "/html/body/form[1]/div[4]/footer[1]/div[1]/div[1]/div[3]/div[4]", "issueID": "be464a3c05150236fd4cb002d1033874", "signature": "4afb9447581e17e78d49a80f9af191c2", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=be464a3c05150236fd4cb002d1033874" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 25, "y": 138.890625 }, "bottom-right": { "x": 230, "y": 185.484425 }, "height": 46.5938, "width": 205 }, "position": { "line": 8444, "column": 0 }, "errorSnippet": "<a id=\"f4331_btnElem_hyperLink\" href=\"/site-help/e-submittals.html\" target=\"_self\"><span id=\"f4331_btnElem_lblText\">ELECTRONIC SUBMITTALS APPLICATION</span></a>", "xpath": "/html/body/form[1]/div[4]/footer[1]/div[1]/div[1]/div[3]/div[4]/a[1]", "issueID": "16d19c408631fe5cfab9acf808e3c2d8", "signature": "0398ad9abe7475625bd863d258d7d9aa", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=16d19c408631fe5cfab9acf808e3c2d8" }, { "tID": 153, "bpID": 211, "priority": 85, "level": [ "A", "AA", "AAA" ], "certainty": 60, "errorTitle": "This long string of text is in all caps.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.5 Images of Text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 3.2.4 Consistent Identification", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AA: 1.4.4 Resize text", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.5.5 Target Size" ], "resultTitle": "Ensure content is legible.", "errorDescription": "This element contains a long passage of text that is capitalized, either in the text itself or via CSS text-transform. Capitalized text can be very difficult to read for users with dyslexia Modify this passage of text so that it is no longer all in upper case. Changing this to sentence case will result in significant improvements in readability.", "viewPortLocation": { "top-left": { "x": 0, "y": 4.296875 }, "bottom-right": { "x": 181, "y": 44.296875 }, "height": 40, "width": 181 }, "position": { "line": 9429, "column": 109 }, "errorSnippet": "<span id=\"f4331_btnElem_lblText\">ELECTRONIC SUBMITTALS APPLICATION</span>", "xpath": "/html/body/form[1]/div[4]/footer[1]/div[1]/div[1]/div[3]/div[4]/a[1]/span[1]", "issueID": "d18f0f7f95498057ae7b184f063dbd1e", "signature": "9c18d527fc630119de79eca57247a874", "ref": "https://tenon.io/bestpractice.php?bpID=211&tID=153&issueID=d18f0f7f95498057ae7b184f063dbd1e" }, { "tID": 155, "bpID": 143, "priority": 100, "level": [ "A", "AAA" ], "certainty": 60, "errorTitle": "These headings are not structured in a hierarchical manner.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level A: 1.3.1 Info and Relationships", "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 2.4.10 Section Headings" ], "resultTitle": "Make sure that headings are in the right order for the content.", "errorDescription": "The heading structure of this page does not effectively communicate the structure of the content on it. Heading elements provide important benefits: they act as wayfinding cues for in-page navigation, they contribute to page content summaries, and they provide context to the content below them. To do so effectively, headings should follow the `<h1>` to `<h6>` hierarchy and they should not skip levels. Restructure the document's heading order so it uses a clear, ordered, and intuitive hierarchy. Ensure there are no gaps between each numbered heading level and the next.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 1024, "y": 768 }, "height": 768, "width": 1024 }, "position": { "line": 2206, "column": 60 }, "errorSnippet": "<body class=\"LTR Chrome ENUS ContentBody\"> <form method=\"post\" action=\"/\" id=\"form\">\n<div class=\"aspNetHidden\">\n<input type=\"hidden\" name=\"__EVENTTARGET\" id=\"__EVENTTARGET\" value=\"\" style=\"\">\n<input type=\"hidden\" name=\"__EVENTA", "xpath": "/html/body", "issueID": "dd3fe7ec99b8d3ba060153c0f30e1eb9", "signature": "785cf4f1123475f858521f70784c653f", "ref": "https://tenon.io/bestpractice.php?bpID=143&tID=155&issueID=dd3fe7ec99b8d3ba060153c0f30e1eb9" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 2 }, "bottom-right": { "x": 30, "y": 42 }, "height": 40, "width": 30 }, "position": { "line": 171, "column": 0 }, "errorSnippet": "<a href=\"https://www.facebook.com/nrcgov/\" target=\"_blank\" title=\"NRC Facebook\"><i class=\"icon-fontello-s-facebook\"></i></a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/ul[1]/li[1]/a[1]", "issueID": "d85b2e43326d4a9325bd247d7dd78c94", "signature": "bbbb1370ccdfa457e62e33f47158034f", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=d85b2e43326d4a9325bd247d7dd78c94" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 2 }, "bottom-right": { "x": 30, "y": 42 }, "height": 40, "width": 30 }, "position": { "line": 199, "column": 416 }, "errorSnippet": "<a href=\"https://twitter.com/nrcgov\" target=\"_blank\" title=\"NRC Twitter Feed\"><i class=\"icon-fontello-s-twitter\"></i></a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/ul[1]/li[2]/a[1]", "issueID": "e7b8efdea3896027e4417f610284522e", "signature": "cd6e9070eba5ebcd97ce433a0de15531", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=e7b8efdea3896027e4417f610284522e" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 2 }, "bottom-right": { "x": 30, "y": 42 }, "height": 40, "width": 30 }, "position": { "line": 201, "column": 1090 }, "errorSnippet": "<a href=\"https://www.linkedin.com/company/u-s--nuclear-regulatory-commission/\" target=\"_blank\" title=\"NRC Linkedin\"><i class=\"icon-fontello-s-linkedin\"></i></a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/ul[1]/li[3]/a[1]", "issueID": "bf051d7720c86d833e599d30c464688b", "signature": "e51a48c22cda99e96ce3fa83d517189e", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=bf051d7720c86d833e599d30c464688b" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 2 }, "bottom-right": { "x": 30, "y": 42 }, "height": 40, "width": 30 }, "position": { "line": 219, "column": 79 }, "errorSnippet": "<a href=\"https://www.youtube.com/user/NRCgov\" target=\"_blank\" title=\"NRC YouTube Channel\"><i class=\"icon-fontello-s-youtube\"></i></a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/ul[1]/li[4]/a[1]", "issueID": "0aaebd1fabac33b4ee8e62f9147cbed2", "signature": "8d30631283d845939de4f7428b2cdf18", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=0aaebd1fabac33b4ee8e62f9147cbed2" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 2 }, "bottom-right": { "x": 30, "y": 42 }, "height": 40, "width": 30 }, "position": { "line": 1206, "column": 5796 }, "errorSnippet": "<a href=\"https://www.flickr.com/photos/nrcgov/sets\" target=\"_blank\" title=\"NRC Flickr Gallery\"><i class=\"icon-fontello-s-flickr\"></i></a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/ul[1]/li[5]/a[1]", "issueID": "f6bfd919527aaf5cc200995a80562aba", "signature": "f0f7eb076c95121fa3b421e83c5b2c4d", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=f6bfd919527aaf5cc200995a80562aba" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 2 }, "bottom-right": { "x": 30, "y": 42 }, "height": 40, "width": 30 }, "position": { "line": 1211, "column": 0 }, "errorSnippet": "<a href=\"https://public-blog.nrc-gateway.gov/\" target=\"_blank\" title=\"NRC Blog Archived\"><i class=\"icon-fontello-pencil\"></i></a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/ul[1]/li[6]/a[1]", "issueID": "1d66b93311825e0aac43e0ee8825e465", "signature": "6b3331c7923e30ae9fe9abca35519d81", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=1d66b93311825e0aac43e0ee8825e465" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 2 }, "bottom-right": { "x": 30, "y": 42 }, "height": 40, "width": 30 }, "position": { "line": 1211, "column": 0 }, "errorSnippet": "<a href=\"https://service.govdelivery.com/service/multi_subscribe.html?code=USNRC\" target=\"_blank\" title=\"NRC Email Subscriptions - GovDelivery\"><i class=\"icon-fontello-comment\"></i></a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[2]/ul[1]/li[7]/a[1]", "issueID": "96f226de6e03a7beb818ba6ba0845213", "signature": "38a4a472b3ddbaad7693d7f179f5b41c", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=96f226de6e03a7beb818ba6ba0845213" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": -11 }, "height": -11, "width": 0 }, "position": { "line": 8107, "column": 39 }, "errorSnippet": "<a id=\"mmm33c3_CORE_V1_InPageLink23_btnElem_hyperLink\" href=\"https://www.facebook.com/nrcgov/\" target=\"_blank\"><span id=\"mmm33c3_CORE_V1_InPageLink23_btnElem_lblText\">NRC Facebook</span></a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[2]/div[1]/ul[1]/li[8]/ul[1]/li[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/a[1]", "issueID": "a5d1f472f08888e9fd9597bc8fd89bb6", "signature": "892907d0cc3a90afd41b8c626f49bc35", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=a5d1f472f08888e9fd9597bc8fd89bb6" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": -11 }, "height": -11, "width": 0 }, "position": { "line": 8108, "column": 1 }, "errorSnippet": "<a id=\"mmm33c3_CORE_V1_InPageLink24_btnElem_hyperLink\" href=\"https://www.twitter.com/nrcgov\" target=\"_blank\"><span id=\"mmm33c3_CORE_V1_InPageLink24_btnElem_lblText\">NRC Twitter Feed</span></a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[2]/div[1]/ul[1]/li[8]/ul[1]/li[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/a[2]", "issueID": "5cb53de4ee46d508af16d9396a96aaab", "signature": "b9d5657a28f3a50276de24e0e9e0f25b", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=5cb53de4ee46d508af16d9396a96aaab" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": -11 }, "height": -11, "width": 0 }, "position": { "line": 8109, "column": 1 }, "errorSnippet": "<a id=\"mmm33c3_CORE_V1_InPageLink25_btnElem_hyperLink\" href=\"https://www.linkedin.com/company/u-s--nuclear-regulatory-commission/\" target=\"_blank\"><span id=\"mmm33c3_CORE_V1_InPageLink25_btnElem_lblText\">NRC Linkedin</span></a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[2]/div[1]/ul[1]/li[8]/ul[1]/li[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/a[3]", "issueID": "66865a1839c52ca0ee244b5706f2eaab", "signature": "eaddef45ad0617dec6142b62266a2741", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=66865a1839c52ca0ee244b5706f2eaab" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": -11 }, "height": -11, "width": 0 }, "position": { "line": 8110, "column": 162 }, "errorSnippet": "<a id=\"mmm33c3_CORE_V1_InPageLink26_btnElem_hyperLink\" href=\"https://www.youtube.com/user/NRCgov\" target=\"_blank\"><span id=\"mmm33c3_CORE_V1_InPageLink26_btnElem_lblText\">NRC Youtube Channel</span></a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[2]/div[1]/ul[1]/li[8]/ul[1]/li[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/a[4]", "issueID": "b8f3e445aae36324dfd6e8024d056100", "signature": "4f8fe68338510e262e728f93c9fc3409", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=b8f3e445aae36324dfd6e8024d056100" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": -11 }, "height": -11, "width": 0 }, "position": { "line": 8115, "column": 3 }, "errorSnippet": "<a id=\"mmm33c3_CORE_V1_InPageLink27_btnElem_hyperLink\" href=\"https://www.flickr.com/photos/nrcgov/sets\" target=\"_blank\"><span id=\"mmm33c3_CORE_V1_InPageLink27_btnElem_lblText\">NRC Flickr Gallery</span></a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[2]/div[1]/ul[1]/li[8]/ul[1]/li[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/a[5]", "issueID": "9d014d684833274494b4401256c464eb", "signature": "b3092956d39e929a6d4dee0a1e109d59", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=9d014d684833274494b4401256c464eb" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": -11 }, "height": -11, "width": 0 }, "position": { "line": 8116, "column": 3 }, "errorSnippet": "<a id=\"mmm33c3_CORE_V1_InPageLink28_btnElem_hyperLink\" href=\"https://public-blog.nrc-gateway.gov/\" target=\"_blank\"><span id=\"mmm33c3_CORE_V1_InPageLink28_btnElem_lblText\">NRC Blog Archived</span></a>", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[2]/div[1]/ul[1]/li[8]/ul[1]/li[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/a[6]", "issueID": "b478999a33931ee1270839ecd44cfc74", "signature": "938b64b886681d68b89deffe918f16f0", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=b478999a33931ee1270839ecd44cfc74" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 0, "y": 0 }, "bottom-right": { "x": 0, "y": -10 }, "height": -10, "width": 0 }, "position": { "line": 8120, "column": 104 }, "errorSnippet": "<a id=\"mmm33c3_CORE_V1_InPageLink29_btnElem_hyperLink\" href=\"https://service.govdelivery.com/service/multi_subscribe.html?code=USNRC\" target=\"_blank\"><span id=\"mmm33c3_CORE_V1_InPageLink29_btnElem_lblText\">NRC Email Subscriptions - GovDeliver", "xpath": "/html/body/form[1]/div[4]/header[1]/div[1]/div[2]/div[2]/div[1]/ul[1]/li[8]/ul[1]/li[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]/a[7]", "issueID": "7a73ad217e89c53380f2249c518be224", "signature": "fd6a87ba4e6f3959760242e48c4aa522", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=7a73ad217e89c53380f2249c518be224" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 15, "y": 65 }, "bottom-right": { "x": 15, "y": 65 }, "height": 0, "width": 0 }, "position": { "line": 8158, "column": 104 }, "errorSnippet": "<a href=\"/reading-rm/doc-collections/news/2022/22-021-iii.pdf\" target=\"_blank\"> <i class=\"icon-fontello-doc-1\">&nbsp;</i> <span>NRC Proposes $8,000 Fine to Alt &amp; Witzig Engineering, Inc.</span> </a>", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[2]/div[1]/div[1]/a[1]", "issueID": "2b1864c9f2f326eb2d097eaa3d3e345e", "signature": "b33a95f28892d12e1da5f98b36f91e4c", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=2b1864c9f2f326eb2d097eaa3d3e345e" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 15, "y": 128 }, "bottom-right": { "x": 15, "y": 128 }, "height": 0, "width": 0 }, "position": { "line": 8159, "column": 1 }, "errorSnippet": "<a href=\"/reading-rm/doc-collections/news/2022/22-027.pdf\" target=\"_blank\"> <i class=\"icon-fontello-doc-1\">&nbsp;</i> <span>NRC Issues Final Environmental Study on Proposed New Mexico Spent Fuel Storage Facility</span> &", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[2]/div[1]/div[2]/a[1]", "issueID": "513a9336cf1fdc67feaeff14417a61d4", "signature": "f8d6d4545c13696ac716e2909da6f5a4", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=513a9336cf1fdc67feaeff14417a61d4" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 15, "y": 212 }, "bottom-right": { "x": 15, "y": 212 }, "height": 0, "width": 0 }, "position": { "line": 8160, "column": 1 }, "errorSnippet": "<a href=\"/reading-rm/doc-collections/news/2022/22-026.pdf\" target=\"_blank\"> <i class=\"icon-fontello-doc-1\">&nbsp;</i> <span>NRC Seeks Comment on Draft Supplemental Environmental Impact Statement for SHINE Medical Technologies ", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[2]/div[1]/div[3]/a[1]", "issueID": "99ea4f5802276661038200152efaf67a", "signature": "d3f06e81a8405acb5c33fc4b4772d6e4", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=99ea4f5802276661038200152efaf67a" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 15, "y": 317 }, "bottom-right": { "x": 15, "y": 317 }, "height": 0, "width": 0 }, "position": { "line": 8161, "column": 1 }, "errorSnippet": "<a href=\"/reading-rm/doc-collections/news/2022/22-025.pdf\" target=\"_blank\"> <i class=\"icon-fontello-doc-1\">&nbsp;</i> <span>NRC to Hold Public Meeting in San Luis Obispo to Discuss Diablo Canyon Nuclear Power Plant Decommissio", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[2]/div[1]/div[4]/a[1]", "issueID": "0351a7718059cf9c1272560e3385b3da", "signature": "121dc8786a21dfb997259037ceae301d", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=0351a7718059cf9c1272560e3385b3da" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 15, "y": 401 }, "bottom-right": { "x": 15, "y": 401 }, "height": 0, "width": 0 }, "position": { "line": 8162, "column": 1 }, "errorSnippet": "<a href=\"/reading-rm/doc-collections/news/2022/22-019-ii.pdf\" target=\"_blank\"> <i class=\"icon-fontello-doc-1\">&nbsp;</i> <span>NRC Names New Senior Resident Inspector at Vogtle Nuclear Power Plant</span> </a>", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[2]/div[1]/div[5]/a[1]", "issueID": "bfa27a6408dd6e198762068c4694b735", "signature": "8db3ba702e983a660bb01b5418d6ed03", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=bfa27a6408dd6e198762068c4694b735" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 15, "y": 464 }, "bottom-right": { "x": 15, "y": 464 }, "height": 0, "width": 0 }, "position": { "line": 8163, "column": 39 }, "errorSnippet": "<a href=\"/reading-rm/doc-collections/news/2022/22-018-ii.pdf\" target=\"_blank\"> <i class=\"icon-fontello-doc-1\">&nbsp;</i> <span>NRC Names New Resident Inspector at Brunswick Nuclear Power Plant</span> </a>", "xpath": "/html/body/form[1]/div[4]/main[1]/div[1]/div[1]/div[2]/div[1]/div[6]/a[1]", "issueID": "321780a25e107ee8c0929b969eef0f32", "signature": "a7e4076be36dee7406d6951b8dc09709", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=321780a25e107ee8c0929b969eef0f32" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 25, "y": 73 }, "bottom-right": { "x": 62, "y": 106 }, "height": 33, "width": 37 }, "position": { "line": 8455, "column": 3 }, "errorSnippet": "<a href=\"https://www.facebook.com/nrcgov/\" target=\"_blank\" title=\"NRC Facebook\"><i class=\"icon-fontello-s-facebook\"></i></a>", "xpath": "/html/body/form[1]/div[4]/footer[1]/div[1]/div[1]/div[4]/div[1]/span[1]/a[1]", "issueID": "20b76d26aced23c1174f05ce166eb08a", "signature": "69ddce114bc076104a50fabe58198706", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=20b76d26aced23c1174f05ce166eb08a" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 73.890625, "y": 73 }, "bottom-right": { "x": 110.890625, "y": 106 }, "height": 33, "width": 37 }, "position": { "line": 8461, "column": 3 }, "errorSnippet": "<a href=\"https://twitter.com/nrcgov\" target=\"_blank\" title=\"NRC Twitter Feed\"><i class=\"icon-fontello-s-twitter\"></i></a>", "xpath": "/html/body/form[1]/div[4]/footer[1]/div[1]/div[1]/div[4]/div[1]/span[2]/a[1]", "issueID": "92051df2281d30f9086cd627096208d8", "signature": "6e2152c5abfb957fc8abac96470cc382", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=92051df2281d30f9086cd627096208d8" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 122.78125, "y": 73 }, "bottom-right": { "x": 159.78125, "y": 106 }, "height": 33, "width": 37 }, "position": { "line": 8467, "column": 3 }, "errorSnippet": "<a href=\"https://www.linkedin.com/company/u-s--nuclear-regulatory-commission/\" target=\"_blank\" title=\"NRC Linkedin\"><i class=\"icon-fontello-s-linkedin\"></i></a>", "xpath": "/html/body/form[1]/div[4]/footer[1]/div[1]/div[1]/div[4]/div[1]/span[3]/a[1]", "issueID": "53473d44249add0bca7ce4cdd1963bf2", "signature": "a1e5389992007efa16ffa90173a31f34", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=53473d44249add0bca7ce4cdd1963bf2" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 171.671875, "y": 73 }, "bottom-right": { "x": 208.671875, "y": 106 }, "height": 33, "width": 37 }, "position": { "line": 8473, "column": 3 }, "errorSnippet": "<a href=\"https://www.youtube.com/user/NRCgov\" target=\"_blank\" title=\"NRC YouTube Channel\"><i class=\"icon-fontello-s-youtube\"></i></a>", "xpath": "/html/body/form[1]/div[4]/footer[1]/div[1]/div[1]/div[4]/div[1]/span[4]/a[1]", "issueID": "3506a5daa6a508138b7460d0d2e6fd24", "signature": "daf1bb15d3f472ac50caaf0caba45508", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=3506a5daa6a508138b7460d0d2e6fd24" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 25, "y": 115 }, "bottom-right": { "x": 62, "y": 148 }, "height": 33, "width": 37 }, "position": { "line": 8479, "column": 3 }, "errorSnippet": "<a href=\"https://service.govdelivery.com/service/multi_subscribe.html?code=USNRC\" target=\"_blank\" title=\"NRC Email Subscriptions - GovDelivery\"><i class=\"icon-fontello-comment\"></i></a>", "xpath": "/html/body/form[1]/div[4]/footer[1]/div[1]/div[1]/div[4]/div[1]/span[5]/a[1]", "issueID": "a4517e38f600368f234eb1c548134b4d", "signature": "39fee9683272edd713841d3d7d90d14d", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=a4517e38f600368f234eb1c548134b4d" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 73.890625, "y": 115 }, "bottom-right": { "x": 110.890625, "y": 148 }, "height": 33, "width": 37 }, "position": { "line": 8485, "column": 3 }, "errorSnippet": "<a href=\"https://www.flickr.com/photos/nrcgov/sets\" target=\"_blank\" title=\"NRC Flickr Gallery\"><i class=\"icon-fontello-s-flickr\"></i></a>", "xpath": "/html/body/form[1]/div[4]/footer[1]/div[1]/div[1]/div[4]/div[1]/span[6]/a[1]", "issueID": "3428d9a00136b89f6653a1ca57476810", "signature": "129b264a54cef7839456ef8a162202ce", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=3428d9a00136b89f6653a1ca57476810" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 122.78125, "y": 115 }, "bottom-right": { "x": 159.78125, "y": 148 }, "height": 33, "width": 37 }, "position": { "line": 8491, "column": 35 }, "errorSnippet": "<a href=\"https://public-blog.nrc-gateway.gov/\" target=\"_blank\" title=\"NRC Blog Archived\"><i class=\"icon-fontello-pencil\"></i></a>", "xpath": "/html/body/form[1]/div[4]/footer[1]/div[1]/div[1]/div[4]/div[1]/span[7]/a[1]", "issueID": "bde21257f2996b63713505b0c1565a41", "signature": "edf57cd2f17e21a562eb3182f261456c", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=bde21257f2996b63713505b0c1565a41" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 56.0625, "y": 2422.859375 }, "bottom-right": { "x": 143.9219, "y": 2445.624975 }, "height": 22.7656, "width": 87.8594 }, "position": { "line": 8499, "column": 0 }, "errorSnippet": "<a id=\"f611_btnElem_hyperLink\" href=\"https://www.regulations.gov/\" target=\"_blank\"><span id=\"f611_btnElem_lblText\">Regulations.gov</span></a>", "xpath": "/html/body/form[1]/div[4]/footer[1]/div[3]/div[1]/div[1]/div[1]/a[1]", "issueID": "54dd5c27b2b8acc8f4747f1b5f02968b", "signature": "ec58360388174a114135e387aa4e9142", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=54dd5c27b2b8acc8f4747f1b5f02968b" }, { "tID": 218, "bpID": 207, "priority": 88, "level": [ "AAA" ], "certainty": 100, "errorTitle": "This link opens in a new window without user control.", "standards": [ "Web Content Accessibility Guidelines (WCAG) 2.0, Level AAA: 3.2.5 Change on Request" ], "resultTitle": "Notify the user when links will open new windows or tabs", "errorDescription": "This link opens in a new window without user control. Opening a new window or new tab unexpectedly can cause confusion for users, particularly for blind users and those with low vision, cogntive impairments or learning disabilities.. Avoid opening links in new windows or tabs. If it is unavoidable, give the user warning via text or a properly marked up and appropriate icon.", "viewPortLocation": { "top-left": { "x": 168.453125, "y": 2421.859375 }, "bottom-right": { "x": 216.796925, "y": 2444.624975 }, "height": 22.7656, "width": 48.3438 }, "position": { "line": 8499, "column": 0 }, "errorSnippet": "<a id=\"f612_btnElem_hyperLink\" href=\"https://www.usa.gov/\" target=\"_blank\"><span id=\"f612_btnElem_lblText\">USA.gov</span></a>", "xpath": "/html/body/form[1]/div[4]/footer[1]/div[3]/div[1]/div[1]/div[2]/a[1]", "issueID": "331160115223ea388e935e9c93393771", "signature": "20acfc4c03288e880e251f1b5b04a692", "ref": "https://tenon.io/bestpractice.php?bpID=207&tID=218&issueID=331160115223ea388e935e9c93393771" } ], "log": [] } } }, { "type": "launch", "which": "chromium", "what": "Chromium browser" }, { "type": "url", "which": "https://www.nrc.gov/", "what": "Nuclear Regulatory Commission (NRC)", "result": "https://www.nrc.gov/" }, { "type": "test", "which": "continuum", "what": "Level Access Continuum, community edition", "url": "https://www.nrc.gov/", "result": [ { "engineTestId": 101, "bestPracticeId": 429, "attribute": "This element does not have a lang attribute", "attributeDetail": "This HTML does not have a lang attribute", "element": "<html><head id=\"head\"><title>Nuclear Regulatory Commission</title><meta content=\"Nuclear Regulatory ... \" src=\"/WebResource.axd?d=pynGkmcFUV13He1Qd6_TZNyrqkTFBLVH56uyeCoMaUYaY9bSM0aV9VynHtxJo91FwpABBsU-rk", "testResult": 0, "path": "html", "fixType": { "fixType": 4, "domSpec": false, "helperText": "Enter the appropriate language value for the page.", "fix": { "lang": null } }, "fingerprint": { "attNo": 0, "css": "html", "version": 2 } }, { "engineTestId": 281, "bestPracticeId": 1626, "attribute": "The aria-expanded attribute is not allowed on this element", "attributeDetail": "The aria-expanded attribute is not allowed on this DIV", "element": "<div aria-expanded=\"false\" class=\"navbar-collapse collapse animate\"><div class=\"container\"><ul class ... span id=\"mm13c1_CORE_V1_InPageLink6_btnElem_lblText\">Byproduct Material</span></a></div><div class=\"", "testResult": 0, "path": "body>form:nth-of-type(1)>*:nth-child(9)>*:nth-child(1)>*:nth-child(1)>*:nth-child(2)>*:nth-child(2)", "fixType": "", "fingerprint": { "version": 2, "css": "div[class=\"navbar-collapse collapse animate\"][aria-expanded=\"false\"]", "attNo": 2 } } ] } ], "timeStamp": "4aieq", "startTime": "2022-07-18T00:47:02", "presses": 0, "amountRead": 0, "testTimes": [ [ "focInd", 45 ], [ "hover", 45 ], [ "ibm", 25 ], [ "motion", 15 ], [ "alfa", 7 ], [ "wave", 4 ], [ "axe", 2 ], [ "focAll", 1 ], [ "tenon", 1 ], [ "bulk", 0 ], [ "embAc", 0 ], [ "focOp", 0 ], [ "labClash", 0 ], [ "linkUl", 0 ], [ "menuNav", 0 ], [ "radioSet", 0 ], [ "role", 0 ], [ "styleDiff", 0 ], [ "tabNav", 0 ], [ "zIndex", 0 ], [ "htmlcs", 0 ], [ "continuum", 0 ] ], "logCount": 0, "logSize": 0, "errorLogCount": 0, "errorLogSize": 0, "prohibitedCount": 0, "visitTimeoutCount": 0, "visitRejectionCount": 0, "endTime": "2022-07-18T00:49:52", "elapsedSeconds": 175, "score": { "scoreProcID": "sp14a", "logWeights": { "logCount": 0.5, "logSize": 0.01, "errorLogCount": 1, "errorLogSize": 0.02, "prohibitedCount": 15, "visitTimeoutCount": 10, "visitRejectionCount": 10 }, "soloWeight": 2, "groupWeights": { "absolute": 2, "largest": 1, "smaller": 0.4 }, "preventionWeights": { "testaro": 50, "other": 100 }, "packageDetails": { "testaro": { "motion": 49, "bulk": 1, "focAll": 2, "focInd": 267, "focOp": 34, "hover": 251, "linkUl": 448, "styleDiff": 20, "zIndex": 80 }, "alfa": { "r4": 4, "r61": 4, "r65": 51, "r66": 8, "r68": 4, "r69": 8, "r87": 1 }, "axe": { "color-contrast-enhanced": 185, "color-contrast": 50, "hidden-content": 0, "identical-links-same-purpose": 0, "th-has-data-cells": 1, "aria-allowed-attr": 4, "empty-heading": 6, "heading-order": 4, "html-has-lang": 3 }, "htmlcs": { "e:AA.1_3_1.H42.2": 4, "e:AA.1_3_1.H49.AlignAttr": 4, "e:AA.3_1_1.H57.2": 4, "e:AA.3_2_2.H32.2": 4, "e:AA.4_1_2.H91.A.EmptyNoId": 4, "e:AA.4_1_2.H91.A.NoContent": 8, "w:AA.1_3_1.H39.3.NoCaption": 1, "w:AA.1_3_1.H42": 2, "w:AA.1_3_1.H48": 9, "w:AA.1_3_1_A.G141": 2, "w:AA.1_4_10.C32,C31,C33,C38,SCR34,G206": 1, "w:AA.1_4_3.G145.BgImage": 1, "w:AA.1_4_3.G18.Abs": 2, "w:AA.1_4_3.G18.Alpha": 1, "w:AA.1_4_3.G18.BgImage": 4, "w:AA.1_4_3_F24.F24.FGColour": 1 }, "ibm": { "WCAG20_Html_HasLang": 4, "WCAG20_A_HasText": 32, "Valerie_Table_DataCellRelationships": 8, "RPT_Table_DataHeadingsAria": 52, "RPT_Header_HasContent": 24, "RPT_Elem_UniqueId": 4, "aria_semantics_attribute": 4, "element_attribute_deprecated": 3 }, "wave": { "e:language_missing": 4, "e:heading_empty": 24, "e:link_empty": 36, "c:contrast": 3, "a:alt_suspicious": 7, "a:alt_long": 4, "a:heading_skipped": 2, "a:link_internal_broken": 1, "a:link_suspicious": 6, "a:link_redundant": 9, "a:link_pdf": 6, "a:table_layout": 13 }, "tenon": { "28": 4, "57": 36, "73": 60, "95": 4, "98": 60, "152": 240, "153": 16, "155": 2, "218": 116 }, "continuum": { "101": 4, "281": 4 } }, "groupDetails": { "groups": { "spontaneousMotion": { "testaro": { "motion": { "score": 25, "what": "Change of visible content not requested by user" } } }, "visibleBulk": { "testaro": { "bulk": { "score": 1, "what": "Page contains many visible elements" } } }, "tabFocusability": { "testaro": { "focAll": { "score": 1, "what": "Discrepancy between elements that should be and that are Tab-focusable" } } }, "focusIndication": { "testaro": { "focInd": { "score": 267, "what": "Focused element displaying no or nostandard focus indicator" } }, "alfa": { "r65": { "score": 51, "what": "Element in sequential focus order has no visible focus" } } }, "focusableOperable": { "testaro": { "focOp": { "score": 26, "what": "Operable elements that cannot be Tab-focused and vice versa" } } }, "hoverSurprise": { "testaro": { "hover": { "score": 63, "what": "Content changes caused by hovering" } } }, "linkIndication": { "testaro": { "linkUl": { "score": 224, "what": "Non-underlined adjacent links" } } }, "inconsistentStyles": { "testaro": { "styleDiff": { "score": 5, "what": "Heading, link, and button style inconsistencies" } } }, "zIndexNotZero": { "testaro": { "zIndex": { "score": 20, "what": "Layering with nondefault z-index values" } } }, "pageLanguage": { "alfa": { "r4": { "score": 4, "what": "Lang attribute missing, empty, or only whitespace" } }, "axe": { "html-has-lang": { "score": 3, "what": "html element has no lang attribute" } }, "htmlcs": { "e:AA.3_1_1.H57.2": { "score": 4, "what": "html element has no lang or xml:lang attribute" } }, "ibm": { "WCAG20_Html_HasLang": { "score": 4, "what": "Page detected as HTML, but has no lang attribute" } }, "wave": { "e:language_missing": { "score": 4, "what": "Language missing or invalid" } }, "continuum": { "101": { "score": 4, "what": "root html element has no lang attribute" } } }, "h1Missing": { "alfa": { "r61": { "score": 2, "what": "First heading is not h1" } } }, "contrastAAA": { "alfa": { "r66": { "score": 2, "what": "Text contrast less than AAA requires" } }, "axe": { "color-contrast-enhanced": { "score": 46, "what": "Element has insufficient color contrast (Level AAA)" } }, "tenon": { "95": { "score": 1, "what": "Element has insufficient color contrast (Level AAA)" } } }, "childMissing": { "alfa": { "r68": { "score": 4, "what": "Element does not own an element required by its semantic role" } } }, "contrastAA": { "alfa": { "r69": { "score": 6, "what": "Text outside widget has subminimum contrast" } }, "axe": { "color-contrast": { "score": 38, "what": "Element has insufficient color contrast" } }, "wave": { "c:contrast": { "score": 2, "what": "Very low contrast" } } }, "skipRepeatedContent": { "alfa": { "r87": { "score": 1, "what": "First focusable element is not a link to the main content" } } }, "hiddenContentRisk": { "axe": { "hidden-content": { "score": 1, "what": "Some content is hidden and therefore may not be testable for accessibility" } } }, "linkConfusionRisk": { "axe": { "identical-links-same-purpose": { "score": 1, "what": "Links with the same accessible name may serve dissimilar purposes" } } }, "tableHeaderCelless": { "axe": { "th-has-data-cells": { "score": 1, "what": "Table header refers to no cell" } } }, "ariaBadAttribute": { "axe": { "aria-allowed-attr": { "score": 4, "what": "ARIA attribute is invalid for the role of its element" } }, "ibm": { "aria_semantics_attribute": { "score": 4, "what": "ARIA attributes is invalid for the element or ARIA role to which it is assigned" } }, "continuum": { "281": { "score": 4, "what": "element has an aria-expanded attribute, which is not allowed" } } }, "headingEmpty": { "axe": { "empty-heading": { "score": 5, "what": "Heading empty" } }, "htmlcs": { "e:AA.1_3_1.H42.2": { "score": 3, "what": "Heading empty" } }, "ibm": { "RPT_Header_HasContent": { "score": 18, "what": "Heading element provides no descriptive text" } }, "wave": { "e:heading_empty": { "score": 18, "what": "Empty heading" } } }, "headingStructure": { "axe": { "heading-order": { "score": 2, "what": "Heading levels do not increase by only one" } }, "htmlcs": { "w:AA.1_3_1_A.G141": { "score": 1, "what": "Heading level is incorrect" } }, "wave": { "a:heading_skipped": { "score": 1, "what": "Skipped heading level" } }, "tenon": { "155": { "score": 1, "what": "Headings are not structured in a hierarchical manner" } } }, "obsolete": { "htmlcs": { "e:AA.1_3_1.H49.AlignAttr": { "score": 3, "what": "align attribute is obsolete" } }, "ibm": { "element_attribute_deprecated": { "score": 2, "what": "Element or attribute is obsolete" } } }, "submitButton": { "htmlcs": { "e:AA.3_2_2.H32.2": { "score": 3, "what": "Form has no submit button" } } }, "linkNoText": { "htmlcs": { "e:AA.4_1_2.H91.A.EmptyNoId": { "score": 4, "what": "Link has no name or id attribute or value" }, "e:AA.4_1_2.H91.A.NoContent": { "score": 8, "what": "Link has an href attribute but no text" } }, "ibm": { "WCAG20_A_HasText": { "score": 32, "what": "Hyperlink has no text description" } }, "wave": { "e:link_empty": { "score": 36, "what": "Link contains no text" } }, "tenon": { "57": { "score": 36, "what": "Link has no text inside it" } } }, "tableCaption": { "htmlcs": { "w:AA.1_3_1.H39.3.NoCaption": { "score": 1, "what": "Table has no caption element" } } }, "pseudoHeadingRisk": { "htmlcs": { "w:AA.1_3_1.H42": { "score": 1, "what": "Heading coding is not used but the element may be intended as a heading" } } }, "pseudoNavListRisk": { "htmlcs": { "w:AA.1_3_1.H48": { "score": 2, "what": "Navigation links are not coded as a list" } } }, "scrollRisk": { "htmlcs": { "w:AA.1_4_10.C32,C31,C33,C38,SCR34,G206": { "score": 1, "what": "Fixed-position element may force bidirectional scrolling" } } }, "contrastRisk": { "htmlcs": { "w:AA.1_4_3.G145.BgImage": { "score": 1, "what": "Contrast between the text and its background image may be less than 3:1" }, "w:AA.1_4_3.G18.Abs": { "score": 1, "what": "Contrast between the absolutely positioned text and its background may be inadequate" }, "w:AA.1_4_3.G18.Alpha": { "score": 1, "what": "Contrast between the text and its background may be less than 4.5:1, given the transparency" }, "w:AA.1_4_3.G18.BgImage": { "score": 1, "what": "Contrast between the text and its background image may be less than 4.5:1" }, "w:AA.1_4_3_F24.F24.FGColour": { "score": 1, "what": "Inline foreground color may lack a complementary background color" } } }, "cellHeadersNotInferrable": { "ibm": { "Valerie_Table_DataCellRelationships": { "score": 8, "what": "Not all th and td elements in the complex table have header or scope attributes" } } }, "tableHeaderless": { "ibm": { "RPT_Table_DataHeadingsAria": { "score": 39, "what": "Data table does not identify headers" } } }, "duplicateID": { "ibm": { "RPT_Elem_UniqueId": { "score": 3, "what": "Element id attribute value is not unique within the document" } } }, "imageTextRisk": { "wave": { "a:alt_suspicious": { "score": 2, "what": "Image text alternative is suspicious" } } }, "imageTextLong": { "wave": { "a:alt_long": { "score": 2, "what": "Long text alternative" } } }, "internalLinkBroken": { "wave": { "a:link_internal_broken": { "score": 1, "what": "Broken same-page link" } } }, "linkComprehensionRisk": { "wave": { "a:link_suspicious": { "score": 2, "what": "Suspicious link text" } } }, "linkPair": { "wave": { "a:link_redundant": { "score": 5, "what": "Adjacent links go to the same URL" } } }, "pdfLink": { "wave": { "a:link_pdf": { "score": 2, "what": "Link to PDF document" } } }, "layoutTable": { "wave": { "a:table_layout": { "score": 7, "what": "Table element is misused to arrange content" } } }, "horizontalScrolling": { "tenon": { "28": { "score": 3, "what": "Layout or sizing of the page causes horizontal scrolling" } } }, "linkVague": { "tenon": { "73": { "score": 45, "what": "Link text is too generic to communicate the purpose or destination" } } }, "linkTextsSame": { "tenon": { "98": { "score": 30, "what": "Links have the same text but different destinations" } } }, "targetSize": { "tenon": { "152": { "score": 120, "what": "Actionable element is smaller than the minimum required size" } } }, "allCaps": { "tenon": { "153": { "score": 4, "what": "Long string of text is in all caps" } } }, "linkForcesNewWindow": { "tenon": { "218": { "score": 87, "what": "Link opens in a new window without user control" } } } }, "solos": {} }, "preventionScores": { "ibm": 100 }, "summary": { "total": 1435, "log": 0, "preventions": 100, "solos": 0, "groups": [ { "groupName": "focusIndication", "score": 289 }, { "groupName": "linkIndication", "score": 226 }, { "groupName": "targetSize", "score": 122 }, { "groupName": "linkForcesNewWindow", "score": 89 }, { "groupName": "linkNoText", "score": 70 }, { "groupName": "hoverSurprise", "score": 65 }, { "groupName": "contrastAAA", "score": 49 }, { "groupName": "linkVague", "score": 47 }, { "groupName": "contrastAA", "score": 43 }, { "groupName": "tableHeaderless", "score": 41 }, { "groupName": "linkTextsSame", "score": 32 }, { "groupName": "headingEmpty", "score": 30 }, { "groupName": "focusableOperable", "score": 28 }, { "groupName": "spontaneousMotion", "score": 27 }, { "groupName": "zIndexNotZero", "score": 22 }, { "groupName": "pageLanguage", "score": 14 }, { "groupName": "cellHeadersNotInferrable", "score": 10 }, { "groupName": "ariaBadAttribute", "score": 9 }, { "groupName": "layoutTable", "score": 9 }, { "groupName": "inconsistentStyles", "score": 7 }, { "groupName": "contrastRisk", "score": 7 }, { "groupName": "linkPair", "score": 7 }, { "groupName": "childMissing", "score": 6 }, { "groupName": "obsolete", "score": 6 }, { "groupName": "allCaps", "score": 6 }, { "groupName": "headingStructure", "score": 5 }, { "groupName": "submitButton", "score": 5 }, { "groupName": "duplicateID", "score": 5 }, { "groupName": "horizontalScrolling", "score": 5 }, { "groupName": "h1Missing", "score": 4 }, { "groupName": "pseudoNavListRisk", "score": 4 }, { "groupName": "imageTextRisk", "score": 4 }, { "groupName": "imageTextLong", "score": 4 }, { "groupName": "linkComprehensionRisk", "score": 4 }, { "groupName": "pdfLink", "score": 4 }, { "groupName": "visibleBulk", "score": 3 }, { "groupName": "tabFocusability", "score": 3 }, { "groupName": "skipRepeatedContent", "score": 3 }, { "groupName": "hiddenContentRisk", "score": 3 }, { "groupName": "linkConfusionRisk", "score": 3 }, { "groupName": "tableHeaderCelless", "score": 3 }, { "groupName": "tableCaption", "score": 3 }, { "groupName": "pseudoHeadingRisk", "score": 3 }, { "groupName": "scrollRisk", "score": 3 }, { "groupName": "internalLinkBroken", "score": 3 } ] } } }