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 upXHTML !ENTITY doesn't seem to be working #25125
Open
Labels
Projects
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WPT dom/nodes/Element-firstElementChild-entity-xhtml.xhtml sets up an ENTITY named tree that contains HTML for a span, then uses
&tree;in a<p>. firstElementChild of that<p>is null, indicating the entity reference wasn't expanded into the span.