You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove "available-properties" and change "supported-features" to "supported-css-features"
- Remove "available-properties.md" (was "property-doc-generatged.md") because this document is currently not maintained (see #6)
- Rename "supported-features.md" → "supported-css-features.md" because this document is about CSS features
- Change titles:
- "Supported Features" → "Supported CSS Features"
- "サポートする機能" → "サポートする CSS 機能"
- Change level 3 headings ("### title") below the heading "## Properties" in "supported-css-features.md" to level 2 ("## title") because level 3 headings not appear in the sidebar ToC and not useful.
Related issue: #6
-~~This file can be generated with [`scripts/generate-property-doc.js`](https://github.com/vivliostyle/vivliostyle.org/blob/master/scripts/generate-property-doc.js) script as follows:~~ (Currently not working, need fix!)
78
-
```shell
79
-
cd scripts
80
-
curl -o anchors.json -H "Accept: application/json"'https://test.csswg.org/shepherd/api/spec/?anchors&draft'# Download spec data
81
-
node ./generate-property-doc
82
-
```
83
-
-[Supported features](./supported-features.md)
84
-
- Document about features (values, selectors, at-rules, media queries and properties) supported by Vivliostyle. Automatically deployed to https://vivliostyle.org/docs/supported-features. ~~Update this file using information in `property-doc-generated.md`.~~
-~~This file can be generated with [`scripts/generate-property-doc.js`](https://github.com/vivliostyle/vivliostyle.org/blob/master/scripts/generate-property-doc.js) script as follows:~~ (Currently not working, need fix!)
77
-
```shell
78
-
cd scripts
79
-
curl -o anchors.json -H "Accept: application/json"'https://test.csswg.org/shepherd/api/spec/?anchors&draft'# Download spec data
80
-
node ./generate-property-doc
81
-
```
82
-
-[Supported features](./supported-features.md)
83
-
- Document about features (values, selectors, at-rules, media queries and properties) supported by Vivliostyle. Automatically deployed to https://vivliostyle.org/docs/supported-features. ~~Update this file using information in `property-doc-generated.md`.~~
Copy file name to clipboardexpand all lines: ja/supported-css-features.md
+22-22
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# サポートする機能
1
+
# サポートする CSS 機能
2
2
3
3
Vivliostyleは2段階のアーキテクチャから成り、その機能の一部は純粋にTypeScriptで実装され、一部はVivliostyleが実行されているブラウザーエンジンに全部または一部が委譲されます。 次のリストで “Supported in all browsers” と示されたものは、ブラウザーエンジンに関係なく機能する、TypeScriptで実装された機能を示しています。 他の機能について実際に動作するか、またどのように動作するかは、基盤となるブラウザーエンジンでサポートされているものによって異なります。
- Note: While the spec states that `word-wrap` must be treated as if it were a shorthand of `overflow-wrap`, Vivliostyle treat them for now as different properties and might result in an incorrect cascading behavior when inconsistent values are specified for both of the properties.
591
591
592
-
###[CSS Text 4](https://drafts.csswg.org/css-text-4/)
592
+
## [CSS Text 4](https://drafts.csswg.org/css-text-4/)
###[CSS Text Decoration 3](https://www.w3.org/TR/css-text-decor-3/)
598
+
## [CSS Text Decoration 3](https://www.w3.org/TR/css-text-decor-3/)
599
599
600
600
- Note: While `text-decoration` property is a shorthand in CSS Text Decoration 3, Vivliostyle treats `text-decoration` for now as an independent property defined in CSS Level 2.1.
- Note: Currently `column-span` is effective only when specified on a page float. When `auto` value is specified, either a single column or all columns are spanned depending on the min-content inline size of the page float.
679
679
680
-
###[CSS Basic User Interface 3](https://www.w3.org/TR/css3-ui/)
680
+
## [CSS Basic User Interface 3](https://www.w3.org/TR/css3-ui/)
- Note: supported values are [those defined in 20 March 2014 Candidate Recommendation](https://www.w3.org/TR/2014/CR-css-writing-modes-3-20140320/#propdef-writing-mode), not those in the latest spec.
0 commit comments