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

Browsers insert a <tbody>, but Deadweight does not #29

Open
jamesarosen opened this issue Dec 18, 2014 · 0 comments
Open

Browsers insert a <tbody>, but Deadweight does not #29

jamesarosen opened this issue Dec 18, 2014 · 0 comments

Comments

@jamesarosen
Copy link
Collaborator

Given the following HTML

<table class="foo">
  <tr>
    <td>Some Foo data</td>
  </tr>
</table>

and the following CSS

table.foo tbody tr td {
  color: green;
}

browsers will insert a virtual <tbody> and apply the rule. Deadweight should also insert this element so it acts like browsers do.

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

1 participant