Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with <template> and <tr> <table> rows. #163

Open
snuggs opened this issue Jan 23, 2018 · 2 comments
Open

Issue with <template> and <tr> <table> rows. #163

snuggs opened this issue Jan 23, 2018 · 2 comments
Assignees

Comments

@snuggs
Copy link
Member

snuggs commented Jan 23, 2018

There's a nasty HTML Parser bug/feature which prevents <tr> <td> from being inserted into the DOM outside of a <table>. Also a bug/feature that prevents <template> from being inside table. However the later <template> issue may be a non-issue as <template>s are able to be used liberally.

References

@snuggs snuggs self-assigned this Jan 23, 2018
@brandondees
Copy link
Collaborator

not too worried about the latter although it's possibly a little inconvenient for snuggsi-style use of inline templates. does <template> work inside a td or not at all anywhere within a table element?

what's a use case for using <tr> <td> outside of a table?

@snuggs
Copy link
Member Author

snuggs commented Dec 23, 2018

@brandondees come to find out where the template is is irrelevant. More about whether or not <tr> and <td> are contained within table. Am writing a summary for this and more recently #178

/cc @Robertchristopher

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants