tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

dimension-attributes.html.ini (999B)


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