Commit c5a0ee6
Css font feature values api (mdn#42835)
* added CSSFontFeatureValuesMap to GroupData.json
* created the pages for cssFontFeatureValuesMap and its methods
* added links to the property pages
* created pages for cssFontFeatureValuesRule properties and the structure
* corrected the interface for fontFamily property
* corrected the variable name in the JS examples
* added the values for the ValueRule properties
* added the descriptions for the CSSFontFeatureValuesRule properties
* added the size instance property
* added CSSFontFeatureValuesMap.clear()
* added the explanation of the size example
* added CSSFontFeatureValuesMap.delete()
* added parameter for delete
* added CSSFontFeatureValuesMap.entries()
* added CSSFontFeatureValuesMap.forEach()
* added see also links
* added CSSFontFeatureValuesMap.get()
* removed extra text
* added explaination of the examples
* added CSSFontFeatureValuesMap.has()
* added CSSFontFeatureValuesMap.keys()
* added CSSFontFeatureValuesMap.values()
* added CSSFontFeatureValuesMap.set()
* added [Symbol.iterator]
* added description to CSSFontFeatureValuesMap
* Update files/en-us/web/api/cssfontfeaturevaluesmap/clear/index.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update files/en-us/web/api/cssfontfeaturevaluesmap/delete/index.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update files/en-us/web/api/cssfontfeaturevaluesmap/entries/index.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update files/en-us/web/api/cssfontfeaturevaluesmap/keys/index.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update files/en-us/web/api/cssfontfeaturevaluesmap/values/index.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update files/en-us/web/api/cssfontfeaturevaluesrule/charactervariant/index.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update files/en-us/web/api/cssfontfeaturevaluesrule/ornaments/index.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update files/en-us/web/api/cssfontfeaturevaluesrule/annotation/index.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update files/en-us/web/api/cssfontfeaturevaluesrule/styleset/index.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update files/en-us/web/api/cssfontfeaturevaluesrule/stylistic/index.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update files/en-us/web/api/cssfontfeaturevaluesrule/swash/index.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update files/en-us/web/api/cssfontfeaturevaluesrule/charactervariant/index.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* made sure all the description sentences are on 1 line
* fixed the example headings and added explanation to Maps
* updated the return value of size
* made tag name & optional value linkable
* made the rul descriptions link to custom-ident & optional value
* added example for CSSFontFeatureValuesMap
* updated the description for CSSFontFeatureValuesMap
* removed reference from iterator and added to map-like list
* Update files/en-us/web/api/cssfontfeaturevaluesmap/index.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update files/en-us/web/api/cssfontfeaturevaluesmap/index.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* moved support text to JS
* Update files/en-us/web/api/cssfontfeaturevaluesmap/index.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update index.md
* fix some awkward wording
* update CSSFontFeatureValuesRule exmaple
* Update files/en-us/web/api/cssfontfeaturevaluesmap/index.md
Co-authored-by: Hamish Willee <hamishwillee@gmail.com>
* Update files/en-us/web/api/cssfontfeaturevaluesrule/index.md
Co-authored-by: Hamish Willee <hamishwillee@gmail.com>
* Update files/en-us/web/api/cssfontfeaturevaluesrule/index.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update files/en-us/web/api/cssfontfeaturevaluesrule/swash/index.md
Co-authored-by: Hamish Willee <hamishwillee@gmail.com>
* Update files/en-us/web/api/cssfontfeaturevaluesrule/swash/index.md
Co-authored-by: Hamish Willee <hamishwillee@gmail.com>
* Update files/en-us/web/api/cssfontfeaturevaluesrule/index.md
Co-authored-by: Hamish Willee <hamishwillee@gmail.com>
* Update files/en-us/web/api/cssfontfeaturevaluesrule/index.md
Co-authored-by: Hamish Willee <hamishwillee@gmail.com>
* Update files/en-us/web/api/cssfontfeaturevaluesrule/swash/index.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* added nolint to css block
* Update files/en-us/web/api/cssfontfeaturevaluesrule/index.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* updated the example description
* Update files/en-us/web/api/cssfontfeaturevaluesrule/index.md
* updated the description of CSSFontFeatureValuesMap
* updated the description of CSSFontFeatureValuesRule
* corrected the example class name
* updated the example decsription for CSSFontFeatureValuesMap
* corrected the example
* expanded the example to include multiple font-feature-values
* added comments inline to the code blocks for example
* Add live example log format
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Estelle Weyl <estelle@weyl.org>
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
Co-authored-by: Hamish Willee <hamishwillee@gmail.com>1 parent c3a6279 commit c5a0ee6
File tree
23 files changed
+1261
-19
lines changed- files
- en-us/web
- api
- cssfontfeaturevaluesmap
- clear
- delete
- entries
- foreach
- get
- has
- keys
- set
- size
- symbol.iterator
- values
- cssfontfeaturevaluesrule
- annotation
- charactervariant
- fontfamily
- ornaments
- styleset
- stylistic
- swash
- css/reference/properties/font-feature-settings
- javascript/reference/global_objects/map
- jsondata
23 files changed
+1261
-19
lines changedLines changed: 64 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
Lines changed: 65 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
Lines changed: 65 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
Lines changed: 79 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
0 commit comments