Skip to content

Commit e85be07

Browse files
estelledipikabh
andauthored
New module: CSS round display (mdn#40618)
* New module: CSS round display * New module: CSS round display * New module: CSS round display * see also on path page * Apply suggestions from code review Co-authored-by: Dipika Bhattacharya <dipika@foss-community.org> --------- Co-authored-by: Dipika Bhattacharya <dipika@foss-community.org>
1 parent aacd6e5 commit e85be07

File tree

3 files changed

+50
-3
lines changed

3 files changed

+50
-3
lines changed

files/en-us/web/css/@media/shape/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

files/en-us/web/css/basic-shape/path/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,6 @@ svg {
179179
## See also
180180

181181
- {{cssxref("&lt;shape-outside&gt;")}}
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)
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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

0 commit comments

Comments
 (0)