cgoetz-inovex

Results 3 issues of cgoetz-inovex

## Description Issue: STACKITCLI-70 relates to #1234 ## Checklist - [ ] Issue was linked above - [ ] Code format was applied: `make fmt` - [ ] Examples were...

- 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...

**Describe the bug** https://github.com/capricorn86/happy-dom/blob/2cc044385bf53c8afc83aa9d1d1fb9735555680b/packages/happy-dom/src/utilities/XMLEncodeUtility.ts#L65 only replaces named character references `"` and `&`. The [spec for attribute values](https://html.spec.whatwg.org/multipage/syntax.html#syntax-attribute-value) specifies a mixture of text and [character references](https://html.spec.whatwg.org/multipage/syntax.html#syntax-charref), which can also contain (hexa)decimal...

bug