Skip to content

Instantly share code, notes, and snippets.

@wbamberg
Created October 11, 2021 02:24
Show Gist options
  • Save wbamberg/b0538d562f31e9350c9bc1690e7e9fde to your computer and use it in GitHub Desktop.
Save wbamberg/b0538d562f31e9350c9bc1690e7e9fde to your computer and use it in GitHub Desktop.

Report from 10/10/2021, 9:33:08 AM

All unhandled elements

  • th (10)
  • tr (4)
  • td (4)
  • table (2)
  • table.standard-table (2)

Details per Document

Invalid AST transformations

tr (73:3) => tableRow
type: "html"
value: "<th> </th>",type: "html"
value: "<th>Browser Version</th>",type: "html"
value: "<th>Container Supported</th>",type: "html"
value: "<th>Browser Version</th>",type: "html"
value: "<th>DRM supported</th>"
table (64:1) => table
type: "html"
value: "<tr><th> </th><th>Browser Version</th><th>Container Supported</th><th>Browser Version</th><th>DRM supported</th></tr>"
tr (138:3) => tableRow
type: "html"
value: "<th> </th>",type: "html"
value: "<th>Browser Version</th>",type: "html"
value: "<th>Container Supported</th>",type: "html"
value: "<th>Browser Version</th>",type: "html"
value: "<th>DRM supported</th>"
table (129:1) => table
type: "html"
value: "<tr><th> </th><th>Browser Version</th><th>Container Supported</th><th>Browser Version</th><th>DRM supported</th></tr>"

Missing conversion rules

  • th (74:4)
  • th (75:4)
  • th (76:4)
  • th (77:4)
  • th (78:4)
  • th (139:4)
  • th (140:4)
  • th (141:4)
  • th (142:4)
  • th (143:4)

Invalid AST transformations

tr (105:3) => tableRow
type: "html"
value: "<td>str 128</td>",type: "html"
value: "<td>MIME type</td>"
table.standard-table (103:1) => table
type: "html"
value: "<tr><td>str 128</td><td>MIME type</td></tr>"

Missing conversion rules

  • td (106:4)
  • td (107:4)

Invalid AST transformations

tr (18:3) => tableRow
type: "html"
value: "<td><code><a href=\"/en-US/docs/Mozilla/Add-ons/Plugins/Reference/NPAnyCallbackStruct\">NPAnyCallbackStruct</a></code></td>",type: "html"
value: "<td>Contains information required during embedded mode printing.</td>"
table.standard-table (16:1) => table
type: "html"
value: "<tr><td><code><a href=\"/en-US/docs/Mozilla/Add-ons/Plugins/Reference/NPAnyCallbackStruct\">NPAnyCallbackStruct</a></code></td><td>Contains information required during embedded mode printing.</td></tr>"

Missing conversion rules

  • td (19:4)
  • td (20:4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment