Skip to content

Add lang="en" to html element - #30

Open
claude[bot] wants to merge 1 commit into
masterfrom
fix/issue-10-missing-lang-attribute
Open

Add lang="en" to html element#30
claude[bot] wants to merge 1 commit into
masterfrom
fix/issue-10-missing-lang-attribute

Conversation

@claude

@claude claude Bot commented Jun 16, 2026

Copy link
Copy Markdown

Fixes #10

What changed

Added lang="en" to the <html> element in demo/index.html.

Before:

<html>

After:

<html lang="en">

Why

Screen readers and other accessibility tools use the lang attribute to determine the page language and apply the correct pronunciation rules. Its absence is a WCAG 2.1 Level A failure (Success Criterion 3.1.1).

How to verify

Open demo/index.html and confirm <html lang="en"> appears on line 2. Running an accessibility audit (e.g. axe DevTools or Lighthouse) should no longer flag a missing language attribute.

nesalot pushed a commit that referenced this pull request Jun 16, 2026
Add the first successful worker run entry from 2026-06-16.
Worker fixed 3 issues (#5, #10, #11) and opened PRs #29, #30, #31.

https://claude.ai/code/session_011JtawYLR71wcWrmfFpJJ2f
@nesalot nesalot mentioned this pull request Jun 16, 2026
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add missing lang attribute to <html> element

0 participants