From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- files/ru/web/manifest/orientation/index.html | 99 ++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 files/ru/web/manifest/orientation/index.html (limited to 'files/ru/web/manifest/orientation') diff --git a/files/ru/web/manifest/orientation/index.html b/files/ru/web/manifest/orientation/index.html new file mode 100644 index 0000000000..eae33e0614 --- /dev/null +++ b/files/ru/web/manifest/orientation/index.html @@ -0,0 +1,99 @@ +--- +title: orientation +slug: Web/Manifest/orientation +tags: + - Manifest + - Orientation + - Web +translation_of: Web/Manifest/orientation +--- +
{{QuickLinksWithSubpages('/ru/docs/Web/Manifest')}}
+ + + + + + + + + + + + + + + + +
TypeString
MandatoryNo
Example +
+"orientation": "portrait-primary"
+
+ +

orientation определяет ориентацию по умолчанию для всех верхних уровней {{Glossary("Browsing context", "контекстов браузера")}} приложения.

+ + + +
+

Note: orientation и/или его конкретные значения могут не поддерживаться пользовательским агентом в различных режимах отображения, поскольку их поддержка не имеет смысла для конкретного контекста.

+
+ +
+

Note: Ориентация может быть изменена во время выполнения через {{domxref('Screen/orientation', 'API Ориентации экрана')}}.

+
+ +

Значения

+ +

orientation может иметь одно из следующих значений:

+ + + +

Пример

+ +
​​"orientation": "portrait-primary"
+ +

Specifications

+ + + + + + + + + + + + + + + + + + +
SpecificationStatusCommentFeedback
+

{{SpecName('Manifest', '#orientation-member', 'orientation')}}

+
+

{{Spec2('Manifest')}}

+
+

Initial definition.

+
+

Web App Manifest Working Group drafts

+
+ +

Browser compatibility

+ + + +

{{Compat("html.manifest.orientation")}}

-- cgit v1.2.3-54-g00ecf