From c11eeb89bb0e2390b419bffcf9f8975999082724 Mon Sep 17 00:00:00 2001 From: OnkarRuikar Date: Wed, 15 Jan 2025 01:04:29 +0000 Subject: [PATCH] Synchronize with BCD v5.6.30 --- files/en-us/web/css/writing-mode/index.md | 10 +++++----- files/en-us/web/manifest/share_target/index.md | 3 ++- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/files/en-us/web/css/writing-mode/index.md b/files/en-us/web/css/writing-mode/index.md index 3be95ef82d0fdca..85de61f2926558f 100644 --- a/files/en-us/web/css/writing-mode/index.md +++ b/files/en-us/web/css/writing-mode/index.md @@ -45,17 +45,17 @@ The `writing-mode` property is specified as one of the values listed below. The - : For `ltr` scripts, content flows vertically from top to bottom. For `rtl` scripts, content flows vertically from bottom to top. All the glyphs, even those in vertical scripts, are set sideways toward the right. - `sideways-lr` - : For `ltr` scripts, content flows vertically from bottom to top. For `rtl` scripts, content flows vertically from top to bottom. All the glyphs, even those in vertical scripts, are set sideways toward the left. -- `lr` {{Deprecated_Inline}} +- `lr` - : Deprecated except for SVG1 documents. For CSS, use `horizontal-tb` instead. -- `lr-tb` {{Deprecated_Inline}} +- `lr-tb` - : Deprecated except for SVG1 documents. For CSS, use `horizontal-tb` instead. -- `rl` {{Deprecated_Inline}} +- `rl` - : Deprecated except for SVG1 documents. For CSS, use `horizontal-tb` instead. -- `tb` {{Deprecated_Inline}} +- `tb` - : Deprecated except for SVG1 documents. For CSS, use `vertical-lr` instead. - `tb-lr` {{Deprecated_Inline}} - : Deprecated except for SVG1 documents. For CSS, use `vertical-lr` instead. -- `tb-rl` {{Deprecated_Inline}} +- `tb-rl` - : Deprecated except for SVG1 documents. For CSS, use `vertical-rl` instead. ## Formal definition diff --git a/files/en-us/web/manifest/share_target/index.md b/files/en-us/web/manifest/share_target/index.md index 500e64ab6608250..860d2fcedf50f5e 100644 --- a/files/en-us/web/manifest/share_target/index.md +++ b/files/en-us/web/manifest/share_target/index.md @@ -4,10 +4,11 @@ slug: Web/Manifest/share_target page-type: web-manifest-member status: - experimental + - non-standard browser-compat: html.manifest.share_target --- -{{QuickLinksWithSubpages("/en-US/docs/Web/Manifest")}}{{SeeCompatTable}} +{{QuickLinksWithSubpages("/en-US/docs/Web/Manifest")}}{{SeeCompatTable}}{{non-standard_header}} The `share_target` manifest member allows installed {{Glossary("Progressive Web Apps")}} (PWAs) to be registered as a share target in the system's share dialog.