Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in guidelines/index.html #274

Closed
wants to merge 1 commit into from
Closed

Conversation

kfranqueiro
Copy link
Contributor

This fixes several types of mistakes I noticed in the WCAG 3 Editor's Draft:

  • Resolves invalid nesting of lists inside of paragraphs by ending the paragraph before the list begins
  • Corrects heading end tags (e.g. closed too soon, or with start and end tags that didn't match)
  • Updates instances of provision torequirement in data attributes or classes
  • Adds class="requirement-text" to an unordered list that continues on from an initial paragraph in Complete tasks (we may want to use a wrapper element instead)
  • Fixes text in methods link for Equivalent text alternative
  • Updates capitalization in "How to meet" links to match guideline names
  • Removes a "(Needs additional research)" parenthetical which is redundant of the adjacent Editor's Note
  • Removes redundant data-lt values (plurals and entries that exactly match the dfn element's text content)
  • Cleans up whitespace

Copy link

netlify bot commented Jan 31, 2025

Deploy Preview for wcag3 ready!

Name Link
🔨 Latest commit 2a93dfb
🔍 Latest deploy log https://app.netlify.com/sites/wcag3/deploys/679cca12162d840008184267
😎 Deploy Preview https://deploy-preview-274--wcag3.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Jan 31, 2025

Deploy Preview for wcag3-howtos canceled.

Name Link
🔨 Latest commit 2a93dfb
🔍 Latest deploy log https://app.netlify.com/sites/wcag3-howtos/deploys/679cca12de2dc70008cdf048

kfranqueiro added a commit that referenced this pull request Apr 4, 2025
This splits the guidelines into individual files for the following:

- Acknowledgements
- Groups
- Guidelines
- Requirements/assertions
- Glossary terms

These are then reassembled and built into guidelines/index.html by Astro.

Markdown is used for prose, and extensions are implemented to make common tasks more convenient (e.g. decision trees, editor's notes, definition links).

This also incorporates the updates from PRs #274, #275, and #276.

See the README for details and setup instructions.
@kfranqueiro
Copy link
Contributor Author

This has been included as part of #296.

@kfranqueiro kfranqueiro closed this Apr 4, 2025
@kfranqueiro kfranqueiro deleted the kgf-typo-fixes branch April 8, 2025 15:42
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.

1 participant