Closed
Description
Correct if I'm wrong. I could prepare a PR, but wanted to verify this first.
I believe the expectations for the following tests (15, 16, 17 in webkit02) to be incorrect:
<b><em><foo><foo><foo><aside></b></em>
<b><em><foo><foo><foo><foo><foo><foo><foo><foo><foo><foo><aside></b></em>
<b><em><foo><foob><foob><foob><foob><fooc><fooc><fooc><fooc><food><aside></b></em>
This <b><em><foo><foo><foo><aside></b></em>
expects the following tree:
| <html>
| <head>
| <body>
| <b>
| <em>
| <foo>
| <foo>
| <foo>
| <aside>
| <b>
but should expect:
| <html>
| <head>
| <body>
| <b>
| <em>
| <foo>
| <foo>
| <foo>
| <aside>
| <b>
| <em>
The same is true for the other two tests, i.e. the <b>
element, child of <aside>
, should have an <em>
after running the adoption agency algorithm.
Metadata
Metadata
Assignees
Labels
No labels