Creating attribute not recognized by local_name!()
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 2.6k
- Forks
- 288
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 8
Description
-
html5ever v0.22.5 is unaware of the
decodingattribute: https://html.spec.whatwg.org/multipage/embedded-content.html#attr-img-decoding -
QualName::new(None, ns!(), local_name!("decoding"))doesn't recognize the name. Is there another way to create the attribute?
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
Start by checking how html5ever v0.22.5 defines the decoding attribute and how QualName::new and local_name!() handle it. Confirm whether the attribute can be created through the existing APIs; done means decoding is recognized or the supported creation path is documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100