Skip to content

chore(docs): update "Can I use" links #6043

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/markdown/reference/router-links/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ the viewport, Nuxt.js will automatically prefetch the code splitted page. Settin

Prefetching support requires
[IntersectionObserver](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API)
to be supported (see [CanIUse](https://caniuse.com/#feat=intersectionobserver)). For browsers that
do not support IntersectionObserver, you can use the following conditional polyfill in
to be supported (see [Can I use](https://caniuse.com/intersectionobserver)). For browsers that do
not support IntersectionObserver, you can use the following conditional polyfill in
`nuxt.config.js`:

```js
Expand Down
2 changes: 1 addition & 1 deletion src/components/avatar/_avatar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
max-height: auto;
border-radius: inherit;
// This is not supported in IE11 and Edge <16
// https://caniuse.com/#feat=object-fit
// https://caniuse.com/object-fit
object-fit: cover;
}

Expand Down
2 changes: 1 addition & 1 deletion src/components/form-file/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ files are selected the return value will be an array of JavaScript
<strong>CAUTION:</strong> Directory mode is a <em>non-standard</em> feature. While being
supported by all modern browsers, it should not be relied on for production.
Read more on <a class="alert-link" href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/webkitdirectory">MDN</a>
and <a class="alert-link" href="https://caniuse.com/#feat=input-file-directory">Can I use</a>.
and <a class="alert-link" href="https://caniuse.com/input-file-directory">Can I use</a>.
</p>
</div>

Expand Down
4 changes: 2 additions & 2 deletions src/components/form-input/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ rendered and a console warning will be issued.
**Caveats with input types:**

- Not all browsers support all input types, nor do some types render in the same format across
browser types/versions. Refer to [caniuse.com](https://caniuse.com/#search=input).
browser types/versions. Refer to [Can I use](https://caniuse.com/?search=input).
- Browsers that do not support a particular type will fall back to a `text` input type (even though
the rendered `type` attribute markup shows the requested type).
- No testing is performed to see if the requested input type is supported by the browser.
Expand Down Expand Up @@ -474,7 +474,7 @@ from an array of options.
- Datalists **cannot** be applied to input fields with type `password`, `range` or `color`.
- Not all browsers fully support `<datalist>` and implementations can be buggy. It is recommended
that datalists be treated as an enhancement and not be relied upon at this time. Check
[Can I Use](https://caniuse.com/#feat=datalist) for full support details on all browsers.
[Can I use](https://caniuse.com/datalist) for full support details on all browsers.

## `v-model` modifiers

Expand Down
2 changes: 1 addition & 1 deletion src/components/form-textarea/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ disabled in auto-height mode.

Auto-height works by computing the resulting height via CSS queries, hence the input has to be in
document (DOM) and visible (not hidden via `display: none`). Initial height is computed on mount. If
the browser client supports [`IntersectionObserver`](https://caniuse.com/#feat=intersectionobserver)
the browser client supports [`IntersectionObserver`](https://caniuse.com/intersectionobserver)
(either natively or via [a polyfill](/docs#js)), `<b-form-textarea>` will take advantage of this to
determine when the textarea becomes visible and will then compute the height. Refer to the
[Browser support](/docs#browser) section on the getting started page.
Expand Down
4 changes: 2 additions & 2 deletions src/components/table/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1966,8 +1966,8 @@ sorts _before_ `z`) or Swedish set `sort-compare-locale="sv"` (in Swedish, `ä`
[MDN locales documentation](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl#locales_argument)
for details on locale values.
- Not all browsers (or Node.js) support the `locale` and `options` with
`String.prototype.localeCompare()`. Refer to [Can I Use](https://caniuse.com/#feat=localecompare)
for browser support. For Node.js, you may need to add in
`String.prototype.localeCompare()`. Refer to [Can I use](https://caniuse.com/localecompare) for
browser support. For Node.js, you may need to add in
[Intl support](https://nodejs.org/api/intl.html) for handling locales, other than the default, to
prevent [SSR hydration mismatch errors](https://ssr.vuejs.org/guide/hydration.html).

Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy