diff --git a/files/en-us/mozilla/add-ons/webextensions/api/runtime/getbrowserinfo/index.md b/files/en-us/mozilla/add-ons/webextensions/api/runtime/getbrowserinfo/index.md index 44c2e1fe1307771..051f61f07bc26a5 100644 --- a/files/en-us/mozilla/add-ons/webextensions/api/runtime/getbrowserinfo/index.md +++ b/files/en-us/mozilla/add-ons/webextensions/api/runtime/getbrowserinfo/index.md @@ -32,14 +32,14 @@ None. A {{JSxRef("Promise")}} that will be fulfilled with an object which has the following properties: -- **`name`**: string value representing the browser name, for example "Firefox". -- **`vendor`**: string value representing the browser's vendor, for example "Mozilla". -- **`version`**: string representing the browser's version, for example "51.0" or "51.0a2". -- **`buildID`**: string representing the specific build of the browser, for example "20161018004015". - -## Browser compatibility - -{{Compat}} +- `name` + - : string value representing the browser name, for example "Firefox". +- `vendor` + - : string value representing the browser's vendor, for example "Mozilla". +- `version` + - : string representing the browser's version, for example "51.0" or "51.0a2". +- `buildID` + - : string representing the specific build of the browser, for example "20161018004015". ## Examples @@ -54,6 +54,8 @@ let gettingInfo = browser.runtime.getBrowserInfo(); gettingInfo.then(gotBrowserInfo); ``` -{{WebExtExamples}} +## Browser compatibility + +{{Compat}} > **Note:** Microsoft Edge compatibility data is supplied by Microsoft Corporation and is included here under the Creative Commons Attribution 3.0 United States License. diff --git a/files/en-us/web/css/-webkit-mask-position-x/index.md b/files/en-us/web/css/-webkit-mask-position-x/index.md index fa8122ccbbce69f..1de5d12fc60a348 100644 --- a/files/en-us/web/css/-webkit-mask-position-x/index.md +++ b/files/en-us/web/css/-webkit-mask-position-x/index.md @@ -45,11 +45,11 @@ The `-webkit-mask-position-x` CSS property sets the initial horizontal position - `` - : A length indicating the position of the left edge of the image relative to the box's left padding edge. Percentages are calculated against the horizontal dimension of the box padding area. That means, a value of `0%` means the left edge of the image is aligned with the box's left padding edge and a value of `100%` means the right edge of the image is aligned with the box's right padding edge. -- **`left`** +- `left` - : Equivalent to `0%`. -- **`center`** +- `center` - : Equivalent to `50%`. -- **`right`** +- `right` - : Equivalent to `100%`. ## Formal definition diff --git a/files/en-us/web/css/-webkit-mask-position-y/index.md b/files/en-us/web/css/-webkit-mask-position-y/index.md index e32a48fdfeb46bb..0580dfb6b29c14a 100644 --- a/files/en-us/web/css/-webkit-mask-position-y/index.md +++ b/files/en-us/web/css/-webkit-mask-position-y/index.md @@ -45,11 +45,11 @@ The `-webkit-mask-position-y` CSS property sets the initial vertical position of - `` - : A length indicating the position of the top side of the image relative to the box's top padding edge. Percentages are calculated against the vertical dimension of the box padding area. A value of `0%` means the top edge of the image is aligned with the box's top padding edge and a value of `100%` means the bottom edge of the image is aligned with the box's bottom padding edge. -- **`top`** +- `top` - : Equivalent to `0%`. -- **`bottom`** +- `bottom` - : Equivalent to `100%`. -- **`center`** +- `center` - : Equivalent to `50%`. ## Formal definition diff --git a/files/en-us/web/css/time/index.md b/files/en-us/web/css/time/index.md index f3487e3f6229909..3f5a71bc8c3d7a4 100644 --- a/files/en-us/web/css/time/index.md +++ b/files/en-us/web/css/time/index.md @@ -22,9 +22,9 @@ The `