File tree Expand file tree Collapse file tree 3 files changed +50
-3
lines changed
Expand file tree Collapse file tree 3 files changed +50
-3
lines changed Original file line number Diff line number Diff line change @@ -78,3 +78,4 @@ Currently, no browsers support this feature.
7878
7979- [ Using Media Queries] ( /en-US/docs/Web/CSS/CSS_media_queries/Using_media_queries )
8080- [ @media ] ( /en-US/docs/Web/CSS/@media )
81+ - [ CSS round display] ( /en-US/docs/Web/CSS/CSS_round_display ) module
Original file line number Diff line number Diff line change @@ -179,6 +179,6 @@ svg {
179179## See also
180180
181181- {{cssxref("< ; shape-outside> ; ")}}
182- - [ CSS Shapes ] ( /en-US/docs/Web/CSS/CSS_shapes )
183- - [ Overview of CSS Shapes ] ( /en-US/docs/Web/CSS/CSS_shapes/Overview_of_shapes )
184- - [ SVG Path Syntax Illustrated Guide ] ( https://css-tricks.com/svg-path-syntax-illustrated-guide/ )
182+ - [ CSS shapes ] ( /en-US/docs/Web/CSS/CSS_shapes ) module
183+ - [ Overview of CSS shapes ] ( /en-US/docs/Web/CSS/CSS_shapes/Overview_of_shapes )
184+ - [ The SVG ` path ` syntax: an illustrated guide ] ( https://css-tricks.com/svg-path-syntax-illustrated-guide/ ) via CSS-tricks (2021 )
Original file line number Diff line number Diff line change 1+ ---
2+ title : CSS round display
3+ slug : Web/CSS/CSS_round_display
4+ page-type : css-module
5+ spec-urls : https://drafts.csswg.org/css-round-display/
6+ sidebar : cssref
7+ ---
8+
9+ The ** CSS round display** module defines CSS extensions to support a round display, such as wrist-watches, to help developers build web pages suitable for those devices.
10+
11+ ## Reference
12+
13+ ### Properties
14+
15+ The CSS round display module introduces the ` border-boundary ` and ` shape-inside ` properties. Currently, no browsers support these features.
16+
17+ ### Descriptors
18+
19+ - {{cssxref("@media/shape ", "shape")}} ({{cssxref("@media ")}} feature)
20+
21+ ## Guides
22+
23+ - [ Using media queries] ( /en-US/docs/Web/CSS/CSS_media_queries/Using_media_queries )
24+ - : Introduces media queries, their syntax, and the operators and media features used to construct media query expressions.
25+
26+ - [ Overview of CSS Shapes] ( /en-US/docs/Web/CSS/CSS_shapes/Overview_of_shapes )
27+ - : Defines basic shapes and how to debug them with developer tools.
28+
29+ ## Related concepts
30+
31+ - {{cssxref("@media ")}} at-rule
32+ - {{cssxref("offset-distance")}} property
33+ - {{cssxref("offset-path")}} property
34+ - {{cssxref("offset-position")}} property
35+ - [ ` viewport-fit ` ] ( /en-US/docs/Web/HTML/Reference/Elements/meta/name/viewport#viewport-fit ) value for {{htmlelement("meta")}} ` content ` attribute
36+
37+ ## Specifications
38+
39+ {{Specifications}}
40+
41+ ## See also
42+
43+ - {{cssxref("basic-shape")}} data-type
44+ - {{cssxref("shape-outside")}} property
45+ - [ CSS shapes] ( /en-US/docs/Web/CSS/CSS_shapes ) module
46+ - [ CSS media queries] ( /en-US/docs/Web/CSS/CSS_media_queries ) module
You can’t perform that action at this time.
0 commit comments