Skip to content

Commit 1faccd8

Browse files
committed
Refine and format
1 parent b3bedb9 commit 1faccd8

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

docs/api/map-style-api.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ slug: /api/map-style-api
66

77
# HTMLStyleElement
88

9-
The `<map-style>` element is intended to implement an extension of the HTML `<style>`
10-
element and `HTMLStyleElement` API. This document reflects proposed changes to that
11-
API and is a work in progress.
9+
The `<map-style>` element is an extension of the HTML `<style>` element and `HTMLStyleElement`
10+
API for map styles. This document reflects proposed changes to that API, and is a work in progress.
1211

1312
## Properties
1413

@@ -37,7 +36,7 @@ and [extent](../../api/mapml-viewer-api#extent).
3736

3837
| | Spec | Viewer | API |
3938
|:---------------------------------------------------------------------------------|:------: |:-----: |:---: |
40-
| [**Properties**](#properties) | full | full | full |
39+
| [**Properties**](#properties) | none | partial| partial |
4140
| [**Methods**](#methods) | n/a | n/a | n/a|
4241

4342

docs/elements/layer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ and the fetched `<map-title>` element is used.
6565

6666
### `media`
6767

68-
The `media` attribute is used to express map (media) conditions under which the layer
68+
The `media` attribute is used to express map media conditions under which the layer
6969
content should be used (if inline content is present), or loaded from the `src` URL,
7070
if that attribute is present. Map media conditions evaluate to `true` or `false`.
7171
A layer for which the map media condition evaluates to `false` is by default hidden.

i18n/fr/docusaurus-plugin-content-docs/current/api/map-style-api.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,14 @@ slug: /api/map-style-api
66

77
# HTMLStyleElement
88

9-
L'élément `<map-style>` est conçu pour implémenter une extension de l'élément HTML `<style>`
10-
et de l'API `HTMLStyleElement`. Ce document reflète les modifications proposées à cette
11-
API et est en cours de développement.
9+
L'élément `<map-style>` est une extension de l'élément HTML `<style>` et de l'API `HTMLStyleElement`.
10+
Ce document reflète les modifications proposées à cette API et est en cours de développement.
1211

1312
## Propriétés
1413

1514
### media
1615

1716
Reflète l'attribut [media](../elements/style#media) de l'élément `<map-style>`. Les requêtes média pour la carte peuvent inclure des propriétés de carte, notamment : [projection](../../api/mapml-viewer-api#projection), [zoom](../../api/mapml-viewer-api#zoom), et [extent](../../api/mapml-viewer-api#extent).
18-
---
1917

2018
## Spécifications
2119

@@ -37,8 +35,8 @@ Reflète l'attribut [media](../elements/style#media) de l'élément `<map-style>
3735

3836
| | Spéc. | Visualiseur | API |
3937
|:---------------------------------------------------------------------------------|:------: |:-----: |:---: |
40-
| [**Propriétés**](#propriétés) | complet | complet | complet |
41-
| [**Méthodes**](#méthodes) | limité | complet | limité |
38+
| [**Propriétés**](#propriétés) | aucun | partiel | partiel |
39+
| [**Méthodes**](#méthodes) | s/o | s/o | s/o |
4240

4341

4442
---

0 commit comments

Comments
 (0)