Skip to content

HTML API: Improve implementation of adoption agency algorithm - #14

Closed
dmsnell wants to merge 2 commits into
trunkfrom
html-api/improve-adoption-agency-algorithm
Closed

HTML API: Improve implementation of adoption agency algorithm#14
dmsnell wants to merge 2 commits into
trunkfrom
html-api/improve-adoption-agency-algorithm

Conversation

@dmsnell

@dmsnelldmsnell commented Jan 13, 2024

Copy link
Copy Markdown
Owner

Improves support for the adoption agency algorithm in HTML, which re-parents nodes that appear in a different order than their corresponding tag in HTML, or when encountering certain closing elements for which no opening element exists.

This depends on resolving the issue: what do we do with nodes that are implicitly created after arriving at another tag?

<a><divsupported><aunsupported></div></a>
DOM in browserHTML Breadcrumbs
Screenshot 2024-01-13 at 11 00 39 AMScreenshot 2024-01-13 at 11 00 48 AM

@dmsnell
dmsnellforce-pushed the html-api/improve-adoption-agency-algorithm branch from 59f4133 to 5b9b256CompareJanuary 15, 2024 17:25
@dmsnell
dmsnellforce-pushed the html-api/improve-active-element-reconstruction branch from f412732 to 55e20cfCompareJuly 2, 2024 22:33
@dmsnell
dmsnellforce-pushed the html-api/improve-adoption-agency-algorithm branch from 5b9b256 to 2d05d46CompareJuly 3, 2024 03:47
@dmsnell
dmsnell changed the base branch from html-api/improve-active-element-reconstruction to trunkJuly 3, 2024 03:49
@dmsnell

Copy link
Copy Markdown
OwnerAuthor

Superseded by WordPress#6983

@dmsnelldmsnell closed this Jul 6, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@dmsnell