Skip to content

Instantly share code, notes, and snippets.

@wbamberg
Created October 9, 2021 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wbamberg/7cd5b6ad1f95f966995036589021e6fa to your computer and use it in GitHub Desktop.
Save wbamberg/7cd5b6ad1f95f966995036589021e6fa to your computer and use it in GitHub Desktop.

Report from 10/9/2021, 9:47:28 AM

All unhandled elements

  • td (3)
  • tr (3)
  • table.standard-table (1)

Details per Document

Invalid AST transformations

td (42:7) => tableCell
type: "list"
ordered: true
start: 1
spread: false
children: 
  type: "listItem"
  spread: false
  children: 
    type: "paragraph"
    children: 
      type: "inlineCode"
      value: "/Applications/Firefox.app/Contents/MacOS/firefox-bin"
  type: "listItem"
  spread: false
  children: 
    type: "paragraph"
    children: 
      type: "inlineCode"
      value: "$HOME/Applications/Firefox.app/Contents/MacOS/firefox-bin"
tr (40:5) => tableRow
type: "html"
value: "<td><ol><li><code>/Applications/Firefox.app/Contents/MacOS/firefox-bin</code></li><li><code>$HOME/Applications/Firefox.app/Contents/MacOS/firefox-bin</code></li></ol></td>"
td (52:7) => tableCell
type: "paragraph"
summary: "The moz:firefoxOptions capability is a namespaced set of\n  capabilities specific to Firefox. It is used to control the\n  behavior of Firefox and can be used as a member of\n  alwaysMatch or as a member of one of the\n  firstMatch entries."
locale: "en-US"
rowIndex: 2
shouldWrap: true
children: 
  type: "text"
  value: "First "
  type: "inlineCode"
  value: "firefox"
  type: "text"
  value: " found on the system path. This is equivalent to the output of running "
  type: "link"
  title: 

  url: "https://manpages.debian.org/stretch/debianutils/which.1.en.html"
  children: 
    type: "text"
    value: "which(1)"
  type: "text"
  value: ":",type: "code"
lang: "plain"
meta: ""
value: "% which firefox /usr/bin/firefox "
tr (49:5) => tableRow
type: "html"
value: "<td><p>First <code>firefox</code> found on the system path. This is equivalent to the output of running <a href=\"https://manpages.debian.org/stretch/debianutils/which.1.en.html\">which(1)</a>:</p><pre class=\"brush: plain\">% which firefox\n/usr/bin/firefox\n</pre></td>"
td (64:7) => tableCell
type: "paragraph"
summary: "The moz:firefoxOptions capability is a namespaced set of\n  capabilities specific to Firefox. It is used to control the\n  behavior of Firefox and can be used as a member of\n  alwaysMatch or as a member of one of the\n  firstMatch entries."
locale: "en-US"
rowIndex: 3
shouldWrap: true
children: 
  type: "text"
  value: "From the Window system registry:",type: "list"
ordered: true
start: 1
spread: false
children: 
  type: "listItem"
  spread: false
  children: 
    type: "paragraph"
    children: 
      type: "inlineCode"
      value: "HKEY_LOCAL_MACHINE\\SOFTWARE WOW6432Node\\Mozilla\\Mozilla Firefox\\[VERSION]\\Main\\PathToExe"
  type: "listItem"
  spread: false
  children: 
    type: "paragraph"
    children: 
      type: "inlineCode"
      value: "HKEY_LOCAL_MACHINE\\SOFTWARE\\Mozilla\\Mozilla Firefox\\[VERSION]\\Main\\PathToExe"
tr (62:5) => tableRow
type: "html"
value: "<td><p>From the Window system registry:</p><ol><li><code>HKEY_LOCAL_MACHINE\\SOFTWARE WOW6432Node\\Mozilla\\Mozilla Firefox\\[VERSION]\\Main\\PathToExe</code></li><li><code>HKEY_LOCAL_MACHINE\\SOFTWARE\\Mozilla\\Mozilla Firefox\\[VERSION]\\Main\\PathToExe</code></li></ol></td>"
table.standard-table (32:1) => table
type: "html"
value: "<tr><td>macOS</td><td><ol><li><code>/Applications/Firefox.app/Contents/MacOS/firefox-bin</code></li><li><code>$HOME/Applications/Firefox.app/Contents/MacOS/firefox-bin</code></li></ol></td></tr>",type: "html"
value: "<tr><td>Linux<br>BSD</td><td><p>First <code>firefox</code> found on the system path. This is equivalent to the output of running <a href=\"https://manpages.debian.org/stretch/debianutils/which.1.en.html\">which(1)</a>:</p><pre class=\"brush: plain\">% which firefox\n/usr/bin/firefox\n</pre></td></tr>",type: "html"
value: "<tr><td>Windows</td><td><p>From the Window system registry:</p><ol><li><code>HKEY_LOCAL_MACHINE\\SOFTWARE WOW6432Node\\Mozilla\\Mozilla Firefox\\[VERSION]\\Main\\PathToExe</code></li><li><code>HKEY_LOCAL_MACHINE\\SOFTWARE\\Mozilla\\Mozilla Firefox\\[VERSION]\\Main\\PathToExe</code></li></ol></td></tr>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment