mirror of
https://github.com/servo/servo.git
synced 2025-10-14 23:40:26 +01:00
Changed error type on qname, per spec <!-- Please describe your changes on the following line: --> As specified in https://dom.spec.whatwg.org/#validate invalid QNames when creating a namespaced document/element/attribute get an invalid character exception, not a namespace exception. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #25110 <!-- Either: --> - [X] There are tests for these changes <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> |
||
|---|---|---|
| .. | ||
| codegen | ||
| callback.rs | ||
| cell.rs | ||
| constant.rs | ||
| conversions.rs | ||
| error.rs | ||
| guard.rs | ||
| htmlconstructor.rs | ||
| inheritance.rs | ||
| interface.rs | ||
| iterable.rs | ||
| mod.rs | ||
| namespace.rs | ||
| num.rs | ||
| proxyhandler.rs | ||
| record.rs | ||
| refcounted.rs | ||
| reflector.rs | ||
| root.rs | ||
| serializable.rs | ||
| settings_stack.rs | ||
| str.rs | ||
| structuredclone.rs | ||
| trace.rs | ||
| transferable.rs | ||
| utils.rs | ||
| weakref.rs | ||
| xmlname.rs | ||