aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/css
Commit message (Collapse)AuthorAge
...
* Fix Web/CSS/transform-function, zh-CN (#847)MinuteReversal2021-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 应该是下面这样 <table> <tr> <td>cos(a)</td> <td>-sin(a)</td> <td>0</td> <td>0</td> </tr> <tr> <td>sin(a)</td> <td>cos(a)</td> <td>0</td> <td>0</td> </tr> <tr> <td>0</td> <td>0</td> <td>1</td> <td>0</td> </tr> <tr> <td>0</td> <td>0</td> <td>0</td> <td>1</td> </tr> </table> 第三行第三列应该为1,不然在浏览器中不显示。
* 为css var()同步的内容同步英文版Peadar2021-04-26
|
* KS: Removal of the least used macrostristantheb2021-04-22
|
* Wrong Annotation, I fixed it and add W3C doc linkAdam · D · Ma2021-04-19
| | | | contain: content !== contain: layout style paint contain: content == contain: layout paint
* Fix punctuationlakejason02021-04-19
| | | In Chinese these period shouldn't be inside these code tags.
* Corrected to one of both solutionsalexanderhess2021-04-03
|
* Fixes #199alexanderhess2021-04-03
|
* Modify the 'Cascading Order' table (#127)Evan2021-03-24
|
* remove fx_minversion_inline macro calls (#258)Ryan Johnson2021-03-20
|
* fix tags alignclasslfz2021-03-21
|
* zh_cn zh_tw base_concepts_of_grid_layout fix tags alignclasslfz2021-03-21
|
* remove pre for CSSSyntaxd (#175)Florian Dieminger2021-03-15
| | | | | ``` s/<pre.*>(\{\{csssyntax(\(.*\))?\}\})\n?</pre>/$1/g ```
* Add and translate pages about @property. (#171)Mars Yao2021-03-16
| | | * 'add_@property_contents'
* remove references to developer.cdn.mozilla.netrjohnson2021-03-14
|
* Fix typos: "bakground" -> "background"Laurent Tréguier2021-02-28
|
* use class="hidden" not style="display:none"Peter Bengtsson2021-02-25
|
* unslug zh-cn: modifyFlorian Merz2021-02-11
|
* unslug zh-cn: moveFlorian Merz2021-02-11
|
* final dump 2020-12-14Peter Bengtsson2020-12-14
|
* dump 2020-12-11Peter Bengtsson2020-12-11
|
* dump 2020-12-11Peter Bengtsson2020-12-11
|
* adding translation_of_original to front-matterPeter Bengtsson2020-12-10
|
* dump 2020-12-10Peter Bengtsson2020-12-10
|
* update based on https://github.com/mdn/yari/issues/2028Peter Bengtsson2020-12-08
|
* initial commitPeter Bengtsson2020-12-08