From 864a20c65bb293482b53792133b4546f5d1dfda5 Mon Sep 17 00:00:00 2001 From: OnkarRuikar <87750369+OnkarRuikar@users.noreply.github.com> Date: Thu, 23 Feb 2023 18:35:18 +0530 Subject: [PATCH] Fix front matter values --- files/en-us/web/api/xmlhttprequest/mscaching/index.md | 6 ++---- .../en-us/web/api/xmlhttprequest/mscachingenabled/index.md | 6 ++---- files/en-us/web/css/_colon_user-valid/index.md | 2 +- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/files/en-us/web/api/xmlhttprequest/mscaching/index.md b/files/en-us/web/api/xmlhttprequest/mscaching/index.md index 3783e4c5e66509b..ae6af8c31ad39cb 100644 --- a/files/en-us/web/api/xmlhttprequest/mscaching/index.md +++ b/files/en-us/web/api/xmlhttprequest/mscaching/index.md @@ -1,14 +1,12 @@ --- title: XMLHttpRequest.msCaching slug: Web/API/XMLHttpRequest/msCaching -page-type: api-instance-property +page-type: web-api-instance-property status: - non-standard --- -{{APIRef("XMLHttpRequest")}} - -{{Non-standard_header()}} +{{APIRef("XMLHttpRequest")}}{{Non-standard_header}} **`msCaching`** is a read/write property which specifies whether stream data downloaded using [XMLHttpRequest](/en-US/docs/Web/API/XMLHttpRequest) is cached to disk or not. In compatible browsers, if `msCaching` is not `disabled`, then `XMLHttpRequest` instances will be cached to disk regardless of whether [cache-control](/en-US/docs/Web/HTTP/Headers/Cache-Control) is set to `no-cache`. diff --git a/files/en-us/web/api/xmlhttprequest/mscachingenabled/index.md b/files/en-us/web/api/xmlhttprequest/mscachingenabled/index.md index c28220ca26edadc..19687f38ba976d9 100644 --- a/files/en-us/web/api/xmlhttprequest/mscachingenabled/index.md +++ b/files/en-us/web/api/xmlhttprequest/mscachingenabled/index.md @@ -1,14 +1,12 @@ --- title: XMLHttpRequest.msCachingEnabled() slug: Web/API/XMLHttpRequest/msCachingEnabled -page-type: api-instance-method +page-type: web-api-instance-method status: - non-standard --- -{{APIRef("HTML DOM")}} - -{{Non-standard_header()}} +{{APIRef("HTML DOM")}}{{Non-standard_header}} The **`msCachingEnabled()`** method gets the current caching state for an [XMLHttpRequest](/en-US/docs/Web/API/XMLHttpRequest). diff --git a/files/en-us/web/css/_colon_user-valid/index.md b/files/en-us/web/css/_colon_user-valid/index.md index 7bd67b90c869e72..d74120184183362 100644 --- a/files/en-us/web/css/_colon_user-valid/index.md +++ b/files/en-us/web/css/_colon_user-valid/index.md @@ -1,6 +1,6 @@ --- title: ":user-valid (:-moz-ui-valid)" -slug: web/css/:user-valid +slug: Web/CSS/:user-valid page-type: css-pseudo-class status: - experimental