open-scans

Scan Report: DARK MODE https://re-scripted.com/

🎯 Priority: Pages with Most Errors

Focus your efforts on these pages to make the biggest impact (combined scanner unique failures):

Page axe Unique ALFA Unique Equal Access Unique AccessLint Unique QualWeb Total Unique Page Title
View Page 70 14 74 30 68 256 re|scripted – A Feminist Education Consulting Practice
View Page 7 12 29 7 5 60 About Us – re|scripted
View Page 3 11 25 4 7 50 Girls, Single-sex Schools, and Postfeminist Fantasies – re|scripted
View Page 3 12 21 4 9 49 Teacher Support for Sex Ed Curriculum Design – re|scripted
View Page 3 11 24 4 7 49 Girls Minus Boys: Challenging Heteronormativity – re|scripted
View Page 3 12 22 4 8 49 re|scripted x Sex Positive Families – re|scripted
View Page 3 12 21 4 9 49 Sex Education for Girls Ages 6-8 – re|scripted
View Page 3 11 22 4 7 47 Pink Brains? Yes, Neurosexism – re|scripted
View Page 3 12 20 4 8 47 Feminist Social Justice Curriculum in All-girls High School – re|scripted
View Page 3 11 20 4 8 46 A Self-Paced Sex Ed Curriculum during Pandemic – re|scripted

🔧 Priority: Most Common Issues (ALFA)

These ALFA accessibility issues appear most frequently across your pages:

Rule Pages Affected Documentation
SIA-R111: Interactive elements have a sufficient target size 31 of 31 View Rule
SIA-R57: Landmarks don’t repeat the same content 31 of 31 View Rule
SIA-R73: Text spacing can be adjusted without loss of content 31 of 31 View Rule
SIA-R53: Headings follow a logical hierarchy 18 of 31 View Rule
SIA-R85 13 of 31 View Rule
SIA-R59 11 of 31 View Rule
SIA-R66: Text has enhanced contrast with its background 6 of 31 View Rule
SIA-R78: Headings of same level have text content between them 4 of 31 View Rule
SIA-R11: Button elements have an accessible name 2 of 31 View Rule
SIA-R64 2 of 31 View Rule

💡 Tip: Click on the rule documentation links to learn how to fix each issue.

🔧 Priority: Most Common Issues (axe)

These axe accessibility issues appear most frequently across your pages:

Rule Pages Affected Documentation
region 31 of 31 View Rule
heading-order 18 of 31 View Rule
page-has-heading-one 11 of 31 View Rule
empty-heading 2 of 31 View Rule
link-name 2 of 31 View Rule
landmark-unique 1 of 31 View Rule

💡 Tip: Click on the rule documentation links to learn how to fix each issue. Consider fixing the most common issues first for maximum impact.

🤖 Future Enhancement: This report will soon include AI-powered fix suggestions for authenticated GitHub users (opt-in only, no auto-run AI).

🔍 Cross-Page Patterns: Common HTML Issues

These HTML patterns cause the same accessibility errors across multiple pages. Fix the pattern once in your codebase to fix it everywhere!

🎯 Top Patterns to Fix (Highest Impact)

Pattern 1: Affects 31 page(s) - 72 occurrence(s)

Scanner: ALFA Rule: SIA-R73: Text spacing can be adjusted without loss of content Issue: The line height of the paragraph is less than 1.5

HTML Pattern:

<p>...</p>

XPath (use in browser DevTools):

/p

How to Replicate:

  1. Open any affected page in your browser
  2. Press F12 to open DevTools
  3. Go to Console tab
  4. Run: $x('/p')
  5. The element will be highlighted

Affected Pages:


Pattern 2: Affects 31 page(s) - 31 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size

HTML Pattern:

<button class="cky-btn cky-btn-accept" aria-label="I accept +" data-cky-tag="accept-button" style="color:#1C1C1C;background-color:transparent;border-color:#1C1C1C">I accept +</button>

XPath (use in browser DevTools):

/button[@class="cky-btn cky-btn-accept"]

How to Replicate:

  1. Open any affected page in your browser
  2. Press F12 to open DevTools
  3. Go to Console tab
  4. Run: $x('/button[@class="cky-btn cky-btn-accept"]')
  5. The element will be highlighted

Affected Pages:


Pattern 3: Affects 31 page(s) - 31 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size

HTML Pattern:

<a href="https://re-scripted.com/?page_id=19">Contact</a>

XPath (use in browser DevTools):

/a

How to Replicate:

  1. Open any affected page in your browser
  2. Press F12 to open DevTools
  3. Go to Console tab
  4. Run: $x('/a')
  5. The element will be highlighted

Affected Pages:


Pattern 4: Affects 31 page(s) - 31 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size

HTML Pattern:

<button type="button" class="main-header__colors-btn">...</button>

XPath (use in browser DevTools):

/button[@class="main-header__colors-btn"]

How to Replicate:

  1. Open any affected page in your browser
  2. Press F12 to open DevTools
  3. Go to Console tab
  4. Run: $x('/button[@class="main-header__colors-btn"]')
  5. The element will be highlighted

Affected Pages:


Pattern 5: Affects 31 page(s) - 31 occurrence(s)

Scanner: axe Rule: region Impact: moderate Issue: All page content should be contained by landmarks

HTML Pattern:

<div class="cky-notice-des" data-cky-tag="description" style="color:#212121">

XPath (use in browser DevTools):

.cky-notice-des

How to Replicate:

  1. Open any affected page in your browser
  2. Press F12 to open DevTools
  3. Go to Console tab
  4. Run: $x('.cky-notice-des')
  5. The element will be highlighted

Affected Pages:


Pattern 6: Affects 31 page(s) - 31 occurrence(s)

Scanner: axe Rule: region Impact: moderate Issue: All page content should be contained by landmarks

HTML Pattern:

<a class="skip-link screen-reader-text" href="#primary">Skip to content</a>

XPath (use in browser DevTools):

.skip-link

How to Replicate:

  1. Open any affected page in your browser
  2. Press F12 to open DevTools
  3. Go to Console tab
  4. Run: $x('.skip-link')
  5. The element will be highlighted

Affected Pages:


Pattern 7: Affects 30 page(s) - 30 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size

HTML Pattern:

<a href="https://re-scripted.com/services/">Services</a>

XPath (use in browser DevTools):

/a

How to Replicate:

  1. Open any affected page in your browser
  2. Press F12 to open DevTools
  3. Go to Console tab
  4. Run: $x('/a')
  5. The element will be highlighted

Affected Pages:


Pattern 8: Affects 30 page(s) - 30 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size

HTML Pattern:

<a href="https://re-scripted.com/our-work/">Our Work</a>

XPath (use in browser DevTools):

/a

How to Replicate:

  1. Open any affected page in your browser
  2. Press F12 to open DevTools
  3. Go to Console tab
  4. Run: $x('/a')
  5. The element will be highlighted

Affected Pages:


Pattern 9: Affects 30 page(s) - 30 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size

HTML Pattern:

<a href="https://re-scripted.com/about-us/">About Us</a>

XPath (use in browser DevTools):

/a

How to Replicate:

  1. Open any affected page in your browser
  2. Press F12 to open DevTools
  3. Go to Console tab
  4. Run: $x('/a')
  5. The element will be highlighted

Affected Pages:


Pattern 10: Affects 30 page(s) - 30 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size

HTML Pattern:

<a href="https://re-scripted.com/ideas/">Ideas</a>

XPath (use in browser DevTools):

/a

How to Replicate:

  1. Open any affected page in your browser
  2. Press F12 to open DevTools
  3. Go to Console tab
  4. Run: $x('/a')
  5. The element will be highlighted

Affected Pages:


Pattern 11: Affects 29 page(s) - 29 occurrence(s)

Scanner: ALFA Rule: SIA-R73: Text spacing can be adjusted without loss of content Issue: The line height of the paragraph is less than 1.5

HTML Pattern:

<p class="p-2">...</p>

XPath (use in browser DevTools):

/p[@class="p-2"]

How to Replicate:

  1. Open any affected page in your browser
  2. Press F12 to open DevTools
  3. Go to Console tab
  4. Run: $x('/p[@class="p-2"]')
  5. The element will be highlighted

Affected Pages:


Pattern 12: Affects 11 page(s) - 11 occurrence(s)

Scanner: axe Rule: page-has-heading-one Impact: moderate Issue: Page should contain a level-one heading

HTML Pattern:

<html lang="en-US" class="is-observer">

XPath (use in browser DevTools):

html

How to Replicate:

  1. Open any affected page in your browser
  2. Press F12 to open DevTools
  3. Go to Console tab
  4. Run: $x('html')
  5. The element will be highlighted

Affected Pages:


Pattern 13: Affects 11 page(s) - 11 occurrence(s)

Scanner: axe Rule: heading-order Impact: moderate Issue: Heading levels should only increase by one

HTML Pattern:

<h4>

XPath (use in browser DevTools):

h4

How to Replicate:

  1. Open any affected page in your browser
  2. Press F12 to open DevTools
  3. Go to Console tab
  4. Run: $x('h4')
  5. The element will be highlighted

Affected Pages:


Pattern 14: Affects 6 page(s) - 6 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size

HTML Pattern:

<a href="https://re-scripted.com/our-work/" class="heading--h4">back to work</a>

XPath (use in browser DevTools):

/a[@class="heading--h4"]

How to Replicate:

  1. Open any affected page in your browser
  2. Press F12 to open DevTools
  3. Go to Console tab
  4. Run: $x('/a[@class="heading--h4"]')
  5. The element will be highlighted

Affected Pages:


Pattern 15: Affects 5 page(s) - 5 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size

HTML Pattern:

<a href="https://re-scripted.com/ideas/" class="heading--h4">back to ideas</a>

XPath (use in browser DevTools):

/a[@class="heading--h4"]

How to Replicate:

  1. Open any affected page in your browser
  2. Press F12 to open DevTools
  3. Go to Console tab
  4. Run: $x('/a[@class="heading--h4"]')
  5. The element will be highlighted

Affected Pages:


💡 Pro Tip: These patterns likely come from shared components or templates in your codebase. Fix them in the component/template source, and the fix will propagate to all affected pages.

📊 Detailed Results

Complete scan results for all tested pages:

Submitted URL Final URL Status HTTP Redirected Time (ms) axe Unique ALFA Unique Equal Access Unique AccessLint Unique Duplicates Notes
https://re-scripted.com/ https://re-scripted.com/ OK 200 no 15443 70 14 74 30 325 re|scripted – A Feminist Education Consulting Practice
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R64, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: empty-heading, heading-order, link-name, region  
                    Equal Access failed rules: a_text_purpose, aria_accessiblename_exists, aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: landmarks/region, navigable/empty-heading, navigable/heading-order, navigable/link-name  
https://re-scripted.com/?page_id=19 https://re-scripted.com/?page_id=19 FAIL 404 no 9097 2 5 26 2 12  
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: landmarks/region  
https://re-scripted.com/our-tailored-services/ https://re-scripted.com/our-tailored-services/ OK 200 no 8995 6 9 20 6 30 Our Tailored Services – re|scripted
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: heading-order, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient  
                    AccessLint failed rules: landmarks/region, navigable/heading-order  
https://re-scripted.com/services/ https://re-scripted.com/services/ OK 200 no 10291 6 9 21 6 54 Services – re|scripted
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: heading-order, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: landmarks/region, navigable/heading-order  
https://re-scripted.com/services/consulting/ https://re-scripted.com/services/consulting/ OK 200 no 8612 3 7 12 4 11 Consulting – re|scripted
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R59, SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: page-has-heading-one, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: aria/presentational-children-focusable, landmarks/region, navigable/page-has-heading-one  
https://re-scripted.com/services/curriculum-design/ https://re-scripted.com/services/curriculum-design/ OK 200 no 8617 3 7 12 4 11 Curriculum Design – re|scripted
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R59, SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: page-has-heading-one, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: aria/presentational-children-focusable, landmarks/region, navigable/page-has-heading-one  
https://re-scripted.com/services/instructional-coaching/ https://re-scripted.com/services/instructional-coaching/ OK 200 no 8440 3 7 12 4 11 Instructional Coaching – re|scripted
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R59, SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: page-has-heading-one, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: aria/presentational-children-focusable, landmarks/region, navigable/page-has-heading-one  
https://re-scripted.com/services/professional-growth/ https://re-scripted.com/services/professional-growth/ OK 200 no 8446 3 7 12 4 11 Professional Growth – re|scripted
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R59, SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: page-has-heading-one, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: aria/presentational-children-focusable, landmarks/region, navigable/page-has-heading-one  
https://re-scripted.com/services/tailored-services/ https://re-scripted.com/services/tailored-services/ OK 200 no 8349 3 7 12 4 11 Tailored Services – re|scripted
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R59, SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: page-has-heading-one, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: aria/presentational-children-focusable, landmarks/region, navigable/page-has-heading-one  
https://re-scripted.com/work/teacher-support-for-sex-ed-curriculum-design/ https://re-scripted.com/work/teacher-support-for-sex-ed-curriculum-design/ OK 200 no 8866 3 12 21 4 17 Teacher Support for Sex Ed Curriculum Design – re|scripted
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R85  
                    axe failed rules: heading-order, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, heading_markup_misuse, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: aria/presentational-children-focusable, landmarks/region, navigable/heading-order  
https://re-scripted.com/about-us/ https://re-scripted.com/about-us/ OK 200 no 10646 7 12 29 7 70 About Us – re|scripted
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R64, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: empty-heading, heading-order, link-name, region  
                    Equal Access failed rules: a_text_purpose, aria_accessiblename_exists, aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, heading_content_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: landmarks/region, navigable/empty-heading, navigable/heading-order, navigable/link-name  
https://re-scripted.com/ideas/ https://re-scripted.com/ideas/ OK 200 no 8812 3 11 18 3 24 Ideas – re|scripted
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R85  
                    axe failed rules: heading-order, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient  
                    AccessLint failed rules: landmarks/region, navigable/heading-order  
https://re-scripted.com/our-work/ https://re-scripted.com/our-work/ OK 200 no 9255 4 12 19 4 56 Our Work – re|scripted
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R85  
                    axe failed rules: heading-order, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient  
                    AccessLint failed rules: landmarks/region, navigable/heading-order  
https://re-scripted.com/terms-and-conditions/ https://re-scripted.com/terms-and-conditions/ OK 200 no 8640 4 9 17 3 25 Terms and Conditions – re|scripted
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: heading-order, landmark-unique, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: landmarks/region, navigable/heading-order  
https://re-scripted.com/author/caitlin/ https://re-scripted.com/author/caitlin/ OK 200 no 8273 3 7 11 3 7 caitlin – re|scripted
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R59, SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: page-has-heading-one, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: landmarks/region, navigable/page-has-heading-one  
https://re-scripted.com/author/site_admin/ https://re-scripted.com/author/site_admin/ OK 200 no 8264 3 7 11 3 7 site_admin – re|scripted
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R59, SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: page-has-heading-one, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: landmarks/region, navigable/page-has-heading-one  
https://re-scripted.com/author/stephanie/ https://re-scripted.com/author/stephanie/ OK 200 no 8374 3 7 11 3 7 stephanie – re|scripted
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R59, SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: page-has-heading-one, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: landmarks/region, navigable/page-has-heading-one  
https://re-scripted.com/idea-categories/cat-category-3/ https://re-scripted.com/idea-categories/cat-category-3/ OK 200 no 8143 3 7 11 3 7 Cat-category 3 – re|scripted
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R59, SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: page-has-heading-one, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: landmarks/region, navigable/page-has-heading-one  
https://re-scripted.com/idea-categories/category-1/ https://re-scripted.com/idea-categories/category-1/ OK 200 no 8234 3 7 11 3 7 Category 1 – re|scripted
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R59, SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: page-has-heading-one, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: landmarks/region, navigable/page-has-heading-one  
https://re-scripted.com/idea-categories/category-2/ https://re-scripted.com/idea-categories/category-2/ OK 200 no 8277 3 7 11 3 7 Category 2 – re|scripted
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R59, SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: page-has-heading-one, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: landmarks/region, navigable/page-has-heading-one  
https://re-scripted.com/ideas/curriculum-and-gender/ https://re-scripted.com/ideas/curriculum-and-gender/ OK 200 no 8609 3 11 18 4 11 Curriculum and Gender – re|scripted
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R85  
                    axe failed rules: heading-order, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, heading_markup_misuse, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: aria/presentational-children-focusable, landmarks/region, navigable/heading-order  
https://re-scripted.com/ideas/difficult-knowledge-sexual-violence-prevention-curricula/ https://re-scripted.com/ideas/difficult-knowledge-sexual-violence-prevention-curricula/ OK 200 no 8740 3 11 16 4 11 Difficult Knowledge & Sexual Violence Prevention Curricula – re|scripted
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R85  
                    axe failed rules: heading-order, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, heading_markup_misuse, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: aria/presentational-children-focusable, landmarks/region, navigable/heading-order  
https://re-scripted.com/ideas/girls-minus-boys-challenging-heteronormativity/ https://re-scripted.com/ideas/girls-minus-boys-challenging-heteronormativity/ OK 200 no 8695 3 11 24 4 15 Girls Minus Boys: Challenging Heteronormativity – re|scripted
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R85  
                    axe failed rules: heading-order, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, heading_markup_misuse, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly, text_sensory_misuse  
                    AccessLint failed rules: aria/presentational-children-focusable, landmarks/region, navigable/heading-order  
https://re-scripted.com/ideas/girls-single-sex-schools-and-postfeminist-fantasies/ https://re-scripted.com/ideas/girls-single-sex-schools-and-postfeminist-fantasies/ OK 200 no 8819 3 11 25 4 22 Girls, Single-sex Schools, and Postfeminist Fantasies – re|scripted
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R85  
                    axe failed rules: heading-order, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, heading_markup_misuse, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly, text_sensory_misuse  
                    AccessLint failed rules: aria/presentational-children-focusable, landmarks/region, navigable/heading-order  
https://re-scripted.com/ideas/pink-brains-yes-neurosexism/ https://re-scripted.com/ideas/pink-brains-yes-neurosexism/ OK 200 no 8847 3 11 22 4 15 Pink Brains? Yes, Neurosexism – re|scripted
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R85  
                    axe failed rules: heading-order, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, heading_markup_misuse, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: aria/presentational-children-focusable, landmarks/region, navigable/heading-order  
https://re-scripted.com/work/a-self-paced-sex-ed-curriculum-during-pandemic/ https://re-scripted.com/work/a-self-paced-sex-ed-curriculum-during-pandemic/ OK 200 no 8618 3 11 20 4 12 A Self-Paced Sex Ed Curriculum during Pandemic – re|scripted
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R85  
                    axe failed rules: heading-order, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, heading_markup_misuse, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly, text_sensory_misuse  
                    AccessLint failed rules: aria/presentational-children-focusable, landmarks/region, navigable/heading-order  
https://re-scripted.com/work/feminist-social-justice-curriculum-in-all-girls-high-school/ https://re-scripted.com/work/feminist-social-justice-curriculum-in-all-girls-high-school/ OK 200 no 8631 3 12 20 4 12 Feminist Social Justice Curriculum in All-girls High School – re|scripted
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R85  
                    axe failed rules: heading-order, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, heading_markup_misuse, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: aria/presentational-children-focusable, landmarks/region, navigable/heading-order  
https://re-scripted.com/work/gender-and-curriculum-in-all-girls-school-professional-development/ https://re-scripted.com/work/gender-and-curriculum-in-all-girls-school-professional-development/ OK 200 no 8667 3 11 20 4 13 Gender and Curriculum in All-Girls School Professional Development – re|scripted
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R85  
                    axe failed rules: heading-order, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, heading_markup_misuse, list_markup_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: aria/presentational-children-focusable, landmarks/region, navigable/heading-order  
https://re-scripted.com/work/rescripted-x-sex-positive-families/ https://re-scripted.com/work/rescripted-x-sex-positive-families/ OK 200 no 8648 3 12 22 4 12 re|scripted x Sex Positive Families – re|scripted
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R85  
                    axe failed rules: heading-order, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, heading_markup_misuse, list_markup_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: aria/presentational-children-focusable, landmarks/region, navigable/heading-order  
https://re-scripted.com/work/sex-education-for-6-8-year-old-girls/ https://re-scripted.com/work/sex-education-for-6-8-year-old-girls/ OK 200 no 8683 3 12 21 4 17 Sex Education for Girls Ages 6-8 – re|scripted
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R85  
                    axe failed rules: heading-order, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, heading_markup_misuse, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: aria/presentational-children-focusable, landmarks/region, navigable/heading-order  
https://re-scripted.com/contact/ https://re-scripted.com/contact/ FAIL 404 no 9182 2 5 26 2 12  
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: landmarks/region  

Detailed Failure Information (ALFA)

https://re-scripted.com/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Failure 2:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R64

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

https://re-scripted.com/?page_id=19

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

https://re-scripted.com/our-tailored-services/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

https://re-scripted.com/services/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

https://re-scripted.com/services/consulting/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R59

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

https://re-scripted.com/services/curriculum-design/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R59

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

https://re-scripted.com/services/instructional-coaching/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R59

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

https://re-scripted.com/services/professional-growth/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R59

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

https://re-scripted.com/services/tailored-services/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R59

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

https://re-scripted.com/work/teacher-support-for-sex-ed-curriculum-design/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R85

Failure 1:

https://re-scripted.com/about-us/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R64

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

https://re-scripted.com/ideas/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R85

Failure 1:

https://re-scripted.com/our-work/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R85

Failure 1:

https://re-scripted.com/terms-and-conditions/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

https://re-scripted.com/author/caitlin/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R59

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

https://re-scripted.com/author/site_admin/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R59

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

https://re-scripted.com/author/stephanie/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R59

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

https://re-scripted.com/idea-categories/cat-category-3/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R59

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

https://re-scripted.com/idea-categories/category-1/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R59

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

https://re-scripted.com/idea-categories/category-2/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R59

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

https://re-scripted.com/ideas/curriculum-and-gender/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R85

Failure 1:

https://re-scripted.com/ideas/difficult-knowledge-sexual-violence-prevention-curricula/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R85

Failure 1:

https://re-scripted.com/ideas/girls-minus-boys-challenging-heteronormativity/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R85

Failure 1:

https://re-scripted.com/ideas/girls-single-sex-schools-and-postfeminist-fantasies/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R85

Failure 1:

https://re-scripted.com/ideas/pink-brains-yes-neurosexism/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R85

Failure 1:

https://re-scripted.com/work/a-self-paced-sex-ed-curriculum-during-pandemic/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R85

Failure 1:

https://re-scripted.com/work/feminist-social-justice-curriculum-in-all-girls-high-school/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R85

Failure 1:

https://re-scripted.com/work/gender-and-curriculum-in-all-girls-school-professional-development/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R85

Failure 1:

https://re-scripted.com/work/rescripted-x-sex-positive-families/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R85

Failure 1:

https://re-scripted.com/work/sex-education-for-6-8-year-old-girls/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R85

Failure 1:

https://re-scripted.com/contact/

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Detailed Failure Information (axe)

https://re-scripted.com/

Rule: empty-heading

Impact: minor

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 61 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://re-scripted.com/?page_id=19

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://re-scripted.com/our-tailored-services/

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://re-scripted.com/services/

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://re-scripted.com/services/consulting/

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://re-scripted.com/services/curriculum-design/

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://re-scripted.com/services/instructional-coaching/

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://re-scripted.com/services/professional-growth/

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://re-scripted.com/services/tailored-services/

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://re-scripted.com/work/teacher-support-for-sex-ed-curriculum-design/

Rule: heading-order

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://re-scripted.com/about-us/

Rule: empty-heading

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Rule: heading-order

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://re-scripted.com/ideas/

Rule: heading-order

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://re-scripted.com/our-work/

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://re-scripted.com/terms-and-conditions/

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://re-scripted.com/author/caitlin/

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://re-scripted.com/author/site_admin/

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://re-scripted.com/author/stephanie/

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://re-scripted.com/idea-categories/cat-category-3/

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://re-scripted.com/idea-categories/category-1/

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://re-scripted.com/idea-categories/category-2/

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://re-scripted.com/ideas/curriculum-and-gender/

Rule: heading-order

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://re-scripted.com/ideas/difficult-knowledge-sexual-violence-prevention-curricula/

Rule: heading-order

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://re-scripted.com/ideas/girls-minus-boys-challenging-heteronormativity/

Rule: heading-order

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://re-scripted.com/ideas/girls-single-sex-schools-and-postfeminist-fantasies/

Rule: heading-order

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://re-scripted.com/ideas/pink-brains-yes-neurosexism/

Rule: heading-order

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://re-scripted.com/work/a-self-paced-sex-ed-curriculum-during-pandemic/

Rule: heading-order

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://re-scripted.com/work/feminist-social-justice-curriculum-in-all-girls-high-school/

Rule: heading-order

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://re-scripted.com/work/gender-and-curriculum-in-all-girls-school-professional-development/

Rule: heading-order

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://re-scripted.com/work/rescripted-x-sex-positive-families/

Rule: heading-order

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://re-scripted.com/work/sex-education-for-6-8-year-old-girls/

Rule: heading-order

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://re-scripted.com/contact/

Rule: region

Impact: moderate

Failure 1:

Failure 2: