Bug 1441204 - Use monospace for headers documenting capabilities. r?maja_zf draft
authorAndreas Tolfsen <ato@sny.no>
Thu, 14 Jun 2018 13:16:34 -0700
changeset 807826 60ea1a79b224a240d9a4792bd344e1b72359c406
parent 807825 d1e32f5666e22778c7d95547b04dcc5ab65076d3
child 807827 39c723fc5cfc40473e92203864bccb0f30c8e1e6
push id113223
push userbmo:ato@sny.no
push dateFri, 15 Jun 2018 20:32:16 +0000
reviewersmaja_zf
bugs1441204
milestone62.0a1
Bug 1441204 - Use monospace for headers documenting capabilities. r?maja_zf Purely stylistic change. MozReview-Commit-ID: 5eEmyS0m4dy
testing/geckodriver/README.md
--- a/testing/geckodriver/README.md
+++ b/testing/geckodriver/README.md
@@ -200,18 +200,19 @@ geckodriver supports a number of [capabi
 </table>
 
 
 Firefox capabilities
 ====================
 
 geckodriver has a few capabilities that are specific to Firefox.
 
-moz:firefoxOptions
-------------------
+
+`moz:firefoxOptions`
+--------------------
 
 A dictionary used to define options which control how Firefox gets started
 and run. It may contain any of the following fields:
 
 <table>
  <thead>
   <tr>
    <th>Name
@@ -278,35 +279,37 @@ and run. It may contain any of the follo
  <tr id=capability-prefs>
   <td><code>prefs</code>
   <td><a href=#prefs-object><code>prefs</code></a>&nbsp;object
   <td>Map of preference name to preference value, which can be a
    string, a boolean or an integer.
  </tr>
 </table>
 
-moz:useNonSpecCompliantPointerOrigin
-------------------------------------
+
+`moz:useNonSpecCompliantPointerOrigin`
+--------------------------------------
 
 A boolean value to indicate how the pointer origin for an action command
 will be calculated.
 
 With Firefox 59 the calculation will be based on the requirements by the
 [WebDriver] specification. This means that the pointer origin is no longer
 computed based on the top and left position of the referenced element, but
 on the in-view center point.
 
 To temporarily disable the WebDriver conformant behavior use `false` as value
 for this capability.
 
 Please note that this capability exists only temporarily, and that it will be
 removed once all Selenium bindings can handle the new behavior.
 
-moz:webdriverClick
-------------------
+
+`moz:webdriverClick`
+--------------------
 
 A boolean value to indicate which kind of interactability checks to run
 when performing a click or sending keys to an elements. For Firefoxen prior to
 version 58.0 some legacy code as imported from an older version of
 [FirefoxDriver] was in use.
 
 With Firefox 58 the interactability checks as required by the [WebDriver]
 specification are enabled by default. This means geckodriver will additionally
@@ -319,16 +322,17 @@ so it's conform with the new checks. But
 geckodriver, then please raise an issue in the [issue tracker].
 
 To temporarily disable the WebDriver conformant checks use `false` as value
 for this capability.
 
 Please note that this capability exists only temporarily, and that it will be
 removed once the interactability checks have been stabilized.
 
+
 `log` object
 ------------
 
 <table>
  <thead>
   <tr>
    <th>Name
    <th>Type