blob: 34880afa2f710cb694f6e5ee51ddfec3c190ae29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
[dimension-attributes.html]
[<col width="0"> mapping to <col> width property]
bug: https://github.com/whatwg/html/issues/4717
[<col width="0%"> mapping to <col> width property]
bug: https://github.com/whatwg/html/issues/4717
[<col width="0px"> mapping to <col> width property]
bug: https://github.com/whatwg/html/issues/4717
[<table height="0"> mapping to <table> height property]
bug: https://github.com/whatwg/html/issues/4715
[<table height="0%"> mapping to <table> height property]
bug: https://github.com/whatwg/html/issues/4715
[<table height="0px"> mapping to <table> height property]
bug: https://github.com/whatwg/html/issues/4715
[<tr height="0"> mapping to <tr> height property]
bug: https://github.com/whatwg/html/issues/4716
[<tr height="0%"> mapping to <tr> height property]
bug: https://github.com/whatwg/html/issues/4716
[<tr height="0px"> mapping to <tr> height property]
bug: https://github.com/whatwg/html/issues/4716
|