Commit 7c44f48
- attribute values can contain named and numeric character references
per https://html.spec.whatwg.org/multipage/syntax.html#syntax-attribute-value
- add decoding for all numeric character references
- add decoding for ', this could probably appear in single-quoted
attribute values
- ignore other named character references, the list is huge
Co-authored-by: David Ortner <david@ortner.se>
1 parent 560589c commit 7c44f48
1 file changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2256 | 2256 | | |
2257 | 2257 | | |
2258 | 2258 | | |
| 2259 | + | |
| 2260 | + | |
| 2261 | + | |
| 2262 | + | |
| 2263 | + | |
| 2264 | + | |
| 2265 | + | |
| 2266 | + | |
| 2267 | + | |
| 2268 | + | |
| 2269 | + | |
| 2270 | + | |
| 2271 | + | |
| 2272 | + | |
| 2273 | + | |
2259 | 2274 | | |
2260 | 2275 | | |
2261 | 2276 | | |
| |||
0 commit comments