8000 Test spec change: Remove parse error for <template><tr></tr> </template> · html5lib/html5lib-tests@038c066 · GitHub
[go: up one dir, main page]

Skip to content

Commit 038c066

Browse files
Test spec change: Remove parse error for <template><tr></tr> </template>
See whatwg/html#8271 Co-authored-by: Simon Pieters <zcorpan@gmail.com>
1 parent e3e6e15 commit 038c066

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

tree-construction/template.dat

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1625,3 +1625,57 @@ template
16251625
| name="q"
16261626
| <div>
16271627
| "second"
1628+
1629+
#data
1630+
<!DOCTYPE HTML><template><tr><td>cell</td></tr></template>
1631+
#document-fragment
1632+
template
1633+
#errors
1634+
#document
1635+
| <!DOCTYPE html>
1636+
| <html>
1637+
| <head>
1638+
| <template>
1639+
| content
1640+
| <tr>
1641+
| <td>
1642+
| "cell"
1643+
| <body>
1644+
1645+
#data
1646+
<!DOCTYPE HTML><template> <tr> <td>cell</td> </tr> </template>
1647+
#document-fragment
1648+
template
1649+
#errors
1650+
#document
1651+
| <!DOCTYPE html>
1652+
| <html>
1653+
| <head>
1654+
| <template>
1655+
| content
1656+
| " "
1657+
| <tr>
1658+
| " "
1659+
| <td>
1660+
| "cell"
1661+
| " "
1662+
| " "
1663+
| <body>
1664+
1665+
#data
1666+
<!DOCTYPE HTML><template><tr><td>cell</td></tr>a</template>
1667+
#document-fragment
1668+
template
1669+
#errors
1670+
(1,59): foster-parenting-character
1671+
#document
1672+
| <!DOCTYPE html>
1673+
| <html>
1674+
| <head>
1675+
| <template>
1676+
| content
1677+
| <tr>
1678+
| <td>
1679+
| "cell"
1680+
| "a"
1681+
| <body>

0 commit comments

Comments
 (0)
0