Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upServo doesn't special-case the XHTML template element in XHR responses #24925
Labels
Projects
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WPT xhr/template-element shows us that, if an XML document has
xmlns='http://www.w3.org/1999/xhtml', then normal XML parsing is supposed to be suspended within the contents of a<template>element. Servo does not notice this corner case and just parses all the XML normally.