Skip to content

Commit

Permalink
docs(a11y): use correct headline levels
Browse files Browse the repository at this point in the history
  • Loading branch information
d-koppenhagen committed Mar 30, 2023
1 parent a47a67e commit 7cdb130
Show file tree
Hide file tree
Showing 59 changed files with 471 additions and 471 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ Here's some information that might be helpful while working on a Docs PR:

We (usually the docs team, but sometimes GitHub product managers, engineers, or supportocats too!) review every single PR. The purpose of reviews is to create the best content we can for people who use GitHub.

:yellow_heart: Reviews are always respectful, acknowledging that everyone did the best possible job with the knowledge they had at the time.
:yellow_heart: Reviews discuss content, not the person who created it.
:yellow_heart: Reviews are always respectful, acknowledging that everyone did the best possible job with the knowledge they had at the time.
:yellow_heart: Reviews discuss content, not the person who created it.
:yellow_heart: Reviews are constructive and start conversation around feedback.

### Self review
Expand Down
16 changes: 8 additions & 8 deletions docs/componentsguide/animations/drop/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,54 +80,54 @@ export default {

## Properties

# duration
### duration

- **Type**: `Number`
- **Default**: `1000`

duration of the animation in ms, default 1000

# revers
### revers

- **Type**: `Boolean`
- **Default**: `false`

revers the animation direction

# repeat
### repeat

- **Type**: `Number`
- **Default**: `0`

number of time to repeat the animation, default 0

# hiddenStyle
### hiddenStyle

- **Type**: `ol.style.Style`

a style to display the feature when playing the animation to be used to make the feature selectable when playing animation , default the feature will be hidden when playing (and not selectable)

# fade
### fade

- **Type**: `function`
- **Default**: `none`

an easing function used to fade in the feature, default none

# easing
### easing

- **Type**: `function`
- **Default**: `0`

an easing function for the animation, default ol.easing.linear

# speed
### speed

- **Type**: `Number`

speed of the feature if 0 the duration parameter will be used instead, default 0

# side
### side

- **Type**: `Number`
- **Default**: `0`
Expand Down
12 changes: 6 additions & 6 deletions docs/componentsguide/animations/fade/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,41 +80,41 @@ export default {

## Properties

# duration
### duration

- **Type**: `Number`
- **Default**: `1000`

duration of the animation in ms, default 1000

# revers
### revers

- **Type**: `Boolean`
- **Default**: `false`

revers the animation direction

# repeat
### repeat

- **Type**: `Number`
- **Default**: `0`

number of time to repeat the animation, default 0

# hiddenStyle
### hiddenStyle

- **Type**: `ol.style.Style`

a style to display the feature when playing the animation to be used to make the feature selectable when playing animation , default the feature will be hidden when playing (and not selectable)

# fade
### fade

- **Type**: `function`
- **Default**: `none`

an easing function used to fade in the feature, default none

# easing
### easing

- **Type**: `function`
- **Default**: `0`
Expand Down
18 changes: 9 additions & 9 deletions docs/componentsguide/animations/shake/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,62 +80,62 @@ export default {

## Properties

# duration
### duration

- **Type**: `Number`
- **Default**: `1000`

duration of the animation in ms, default 1000

# revers
### revers

- **Type**: `Boolean`
- **Default**: `false`

revers the animation direction

# repeat
### repeat

- **Type**: `Number`
- **Default**: `0`

number of time to repeat the animation, default 0

# hiddenStyle
### hiddenStyle

- **Type**: `ol.style.Style`

a style to display the feature when playing the animation to be used to make the feature selectable when playing animation , default the feature will be hidden when playing (and not selectable)

# fade
### fade

- **Type**: `function`
- **Default**: `none`

an easing function used to fade in the feature, default none

# easing
### easing

- **Type**: `function`
- **Default**: `0`

an easing function for the animation, default ol.easing.linear

# bounce
### bounce

- **Type**: `Number`
- **Default**: `6`

number o bounds, default 6

# amplitude
### amplitude

- **Type**: `Number`
- **Default**: `40`

amplitude of the animation, default 40

# horizontal
### horizontal

- **Type**: `Boolean`
- **Default**: `false`
Expand Down
14 changes: 7 additions & 7 deletions docs/componentsguide/animations/slide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,48 +80,48 @@ export default {

## Properties

# duration
### duration

- **Type**: `Number`
- **Default**: `1000`

duration of the animation in ms, default 1000

# revers
### revers

- **Type**: `Boolean`
- **Default**: `false`

revers the animation direction

# repeat
### repeat

- **Type**: `Number`
- **Default**: `0`

number of time to repeat the animation, default 0

# hiddenStyle
### hiddenStyle

- **Type**: `ol.style.Style`

a style to display the feature when playing the animation to be used to make the feature selectable when playing animation , default the feature will be hidden when playing (and not selectable)

# fade
### fade

- **Type**: `function`
- **Default**: `none`

an easing function used to fade in the feature, default none

# easing
### easing

- **Type**: `function`
- **Default**: `0`

an easing function for the animation, default ol.easing.linear

# speed
### speed

- **Type**: `Number`

Expand Down
12 changes: 6 additions & 6 deletions docs/componentsguide/animations/teleport/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,41 +80,41 @@ export default {

## Properties

# duration
### duration

- **Type**: `Number`
- **Default**: `1000`

duration of the animation in ms, default 1000

# revers
### revers

- **Type**: `Boolean`
- **Default**: `false`

revers the animation direction

# repeat
### repeat

- **Type**: `Number`
- **Default**: `0`

number of time to repeat the animation, default 0

# hiddenStyle
### hiddenStyle

- **Type**: `ol.style.Style`

a style to display the feature when playing the animation to be used to make the feature selectable when playing animation , default the feature will be hidden when playing (and not selectable)

# fade
### fade

- **Type**: `function`
- **Default**: `none`

an easing function used to fade in the feature, default none

# easing
### easing

- **Type**: `function`
- **Default**: `0`
Expand Down
14 changes: 7 additions & 7 deletions docs/componentsguide/animations/zoom/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,48 +80,48 @@ export default {

## Properties

# duration
### duration

- **Type**: `Number`
- **Default**: `1000`

duration of the animation in ms, default 1000

# revers
### revers

- **Type**: `Boolean`
- **Default**: `false`

revers the animation direction

# repeat
### repeat

- **Type**: `Number`
- **Default**: `0`

number of time to repeat the animation, default 0

# hiddenStyle
### hiddenStyle

- **Type**: `ol.style.Style`

a style to display the feature when playing the animation to be used to make the feature selectable when playing animation , default the feature will be hidden when playing (and not selectable)

# fade
### fade

- **Type**: `function`
- **Default**: `none`

an easing function used to fade in the feature, default none

# easing
### easing

- **Type**: `function`
- **Default**: `0`

an easing function for the animation, default ol.easing.linear

# zoomOut
### zoomOut

- **Type**: `Boolean`
- **Default**: `false`
Expand Down
6 changes: 3 additions & 3 deletions docs/componentsguide/geolocation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,21 +63,21 @@ geoLocChange, }; }, };

## Properties

# tracking
### tracking

- **Type**: `boolean`
- **Default**: `true`

Enables / disables tracking.

# tracking-options
### tracking-options

- **Type**: `Object`
- **Default**: `undefined`

Tracking options. See [PositionOptions](https://www.w3.org/TR/geolocation-API/#position_options_interface) documentation.

# projection
### projection

- **Type**: `string`
- **Default**: `EPSG:3857`
Expand Down
2 changes: 1 addition & 1 deletion docs/componentsguide/geometries/geomlinestring/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default {

## Properties

# coordinates
### coordinates

- **Type**: `number[][]`
An array of pairs of coordinates as specified by the geojson spec in units of the map's projection.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default {

## Properties

# coordinates
### coordinates

- **Type**: `number[][][]`
An array of lines, each of which is a line string in units of the map's projection.
Loading

0 comments on commit 7cdb130

Please sign in to comment.