servo-layout 0.3.0

A component of the servo web-engine.
Documentation
1
2
3
4
5
6
7
8
9
10
/*
Rules only expected to apply in HTML documents.
https://html.spec.whatwg.org/multipage/rendering.html#tables-2
*/

@namespace url(http://www.w3.org/1999/xhtml);

:is(table, thead, tbody, tfoot, tr) > form {
  display: none !important;
}