indieweb / indieweb/chat.indieweb.org
Incorrectly nested elements
Open
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 16
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Chat log markup nests a `
` element inside a
`` element, but the permitted content of ``
is phrasing content, which excludes `
`` element, but the permitted content of ``
is phrasing content, which excludes `
`.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Start by locating the code that generates the chat log markup and inspect the rendered HTML around the nested
and elements. Done means the chat log no longer places a
inside a and the resulting markup follows the permitted content rules.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 38/100