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

[Bug] Missing <meta charset="UTF-8"> in Head of All contexts and tests #156

Closed
1 task done
Faith-K-commits opened this issue Oct 9, 2024 · 1 comment · Fixed by #217
Closed
1 task done

[Bug] Missing <meta charset="UTF-8"> in Head of All contexts and tests #156

Faith-K-commits opened this issue Oct 9, 2024 · 1 comment · Fixed by #217
Assignees
Labels
💻 aspect: code Concerns the software code in the repository 🛠 goal: fix Bug fix 🟩 priority: low Low priority and doesn't need to be rushed 🏁 status: ready for work Ready for work

Comments

@Faith-K-commits
Copy link
Contributor

Faith-K-commits commented Oct 9, 2024

Description

The <meta charset="UTF-8"> tag is missing in the <head> section of all context and tests files. This tag is essential for proper character encoding and should be included in all HTML documents.

Reproduction

  1. Open any context HTML file (e.g., [program-page.html]
  2. Inspect the<head> section.
  3. Notice the absence of the <meta charset="UTF-8"> tag.

Expectation

The <meta charset="UTF-8"> tag should be present in the section of all context HTML files.

Screenshots

meta-issue

Environment

  • Device: (eg. iPhone Xs; laptop)
  • OS: (eg. iOS 13.5; Fedora 32)
  • Browser: (eg. Safari; Firefox)
  • Version: (eg. 13; 73)
  • Other info: (eg. display resolution, ease-of-access settings)

Additional context

This issue affects all context HTML files and should be addressed globally.

Resolution

  • I would be interested in resolving this bug.
@Faith-K-commits Faith-K-commits added 💻 aspect: code Concerns the software code in the repository 🚦 status: awaiting triage Has not been triaged & therefore, not ready for work 🛠 goal: fix Bug fix 🟧 priority: high Stalls work on the project or its dependents labels Oct 9, 2024
@possumbilities possumbilities added 🏁 status: ready for work Ready for work 🟩 priority: low Low priority and doesn't need to be rushed and removed 🚦 status: awaiting triage Has not been triaged & therefore, not ready for work 🟧 priority: high Stalls work on the project or its dependents labels Oct 9, 2024
@possumbilities possumbilities moved this from Triage to Backlog in possumbilities Oct 9, 2024
@possumbilities possumbilities changed the title [Bug] Missing <meta charset="UTF-8"> in Head of All Contexts [Bug] Missing <meta charset="UTF-8"> in Head of All contexts and tests Oct 11, 2024
@possumbilities
Copy link
Contributor

I updated the description to include all the tests as well. Everything within the specimen folder applicable should be corrected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment