Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove duplicate content in ↵ | f_ms | 2021-10-12 |
| | | | | Web/CSS/CSS_Grid_Layout/Layout_using_Named_Grid_Lines, zh-CN (#2694) | ||
* | fix typo on Chinese translation (#2677) | f_ms | 2021-10-08 |
| | |||
* | translate(zh-CN): Web/CSS/color-scheme (#2580) | Ren Baoshuo | 2021-10-05 |
| | |||
* | optimise border-top (#2572) | Kevin CHEN | 2021-09-28 |
| | |||
* | Fix text format Web/CSS/animation-direction, zh-CN (#2563) | Believers in Science Studio | 2021-09-25 |
| | | | | | * [zh-cn] Fix text format in CSS/animation-direction * [zh-cn] Fix text format in CSS/animation-direction | ||
* | Fix several formating issues, zh-CN (#2442) | Believers in Science Studio | 2021-09-17 |
| | | | | | | | | | * Fix a typo. * Fix another similar typo. * Fix typos in `::first-line` doc. * Move chinese characters out of `<code>`. | ||
* | Fix html table in Web/CSS/transform-function/rotate3d(), zh-CN (#2322) | Kevin CHEN | 2021-09-04 |
| | |||
* | [CRON] sync translated content | MDN | 2021-09-02 |
| | |||
* | [CRON] sync translated content | MDN | 2021-08-22 |
| | |||
* | correct to Quick_links (not Quick_Links) (#2138) | Peter Bengtsson | 2021-08-19 |
| | |||
* | 修改错误。 | 周盛道 | 2021-08-19 |
| | | | 将 Cssref 修改为 Cssxref | ||
* | Update files/zh-cn/web/css/vertical-align/index.html (#2015) | JJ | 2021-08-11 |
| | | | 原句中「用于垂直对齐一行文本的内的图片」中第一个「的」字应删去 | ||
* | Fix broken live sample (#1922) | meowmeowmeowcat | 2021-08-05 |
| | |||
* | remove link 'title' attributes that's just the 'href' (zh-cn, part 6) | Peter Bengtsson | 2021-08-04 |
| | |||
* | remove link 'title' attributes that's just the 'href' (zh-cn, part 5) | Peter Bengtsson | 2021-08-01 |
| | |||
* | remove link 'title' attributes that's just the 'href' (zh-cn, part 4) (#1797) | Peter Bengtsson | 2021-07-31 |
| | |||
* | fix typo in Web/CSS/opacity, zh-CN (#1787) | yucho123987 | 2021-07-29 |
| | |||
* | Fix a typo | meowmeowcat | 2021-07-29 |
| | |||
* | remove link 'title' attributes that's just the 'href' (zh-cn, part 2) (#1730) | Peter Bengtsson | 2021-07-29 |
| | | | | | * remove link 'title' attributes that's just the 'href' (zh-cn, part 2) * more fixes | ||
* | Fix Web/CSS/@font-face/font-display, zh-CN (#1653) | Pathen | 2021-07-23 |
| | | | The colon in the example is incorrect, should fix “:”to“ :” . | ||
* | replace wiki links in zh-CN | t7yang | 2021-07-19 |
| | |||
* | fix some punctuation | sisyphus98 | 2021-07-17 |
| | | | fix some punctuation | ||
* | fix broken_links and bad_pre_tags | sisyphus98 | 2021-07-17 |
| | | | | | The link in line 41 could be resolved. The link in line 159 moves to 'Web/HTML' from 'Mobile',so I modified the link. I modified the bad_pre_tag in line 149 and a place that I think the translation is not smooth in line 78. | ||
* | delete conflicting/orphaned docs (zh-CN) (#1412) | Peter Bengtsson | 2021-07-17 |
| | | | | | | | | | | | | | | | | | | | | | * delete conflicting docs (zh-CN) * and redirects * do orphaned as well * fix * remove more orphans * revert orphaned docs that can identify origin * move orphaned docs to current loc * adjust slug path * fix redirect change from rebase Co-authored-by: Irvin <irvinfly@gmail.com> | ||
* | Update Web/CSS/Viewport_concepts, zh-CN (#1543) | sisyphus98 | 2021-07-16 |
| | | | Fix typo and unify format | ||
* | Update index.html (#1519) | zitup | 2021-07-13 |
| | | | better translation | ||
* | fix a bug of legacy http:// URL references | Peter Bengtsson | 2021-07-08 |
| | |||
* | Fix Web/CSS/CSS_Box_Model/Mastering_margin_collapsing, zh-CN (#1408) | Elan Bin | 2021-07-06 |
| | | | modify paddng to padding in row 70 | ||
* | [CRON] sync translated content | MDN | 2021-06-30 |
| | |||
* | Fix typos: "合" -> "和" | zhu | 2021-06-25 |
| | |||
* | remove hidden bcd for zh-CN | t7yang | 2021-06-24 |
| | |||
* | remove hidden bcd table paragraph from 'zh-cn' | Peter Bengtsson | 2021-06-22 |
| | | | | Part of #1008 | ||
* | [CRON] sync translated content | MDN | 2021-06-19 |
| | |||
* | rid of $samples iframes | Peter Bengtsson | 2021-06-18 |
| | |||
* | remove bcd paragraph for zh-CN | t7yang | 2021-05-31 |
| | |||
* | Update index.html | Andy | 2021-05-28 |
| | | | 重拍应修改为重排。 | ||
* | Fix Web/CSS/transform-function, zh-CN (#847) | MinuteReversal | 2021-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()同步的内容同步英文版 | Peadar | 2021-04-26 |
| | |||
* | KS: Removal of the least used macros | tristantheb | 2021-04-22 |
| | |||
* | Wrong Annotation, I fixed it and add W3C doc link | Adam · D · Ma | 2021-04-19 |
| | | | | contain: content !== contain: layout style paint contain: content == contain: layout paint | ||
* | Fix punctuation | lakejason0 | 2021-04-19 |
| | | | In Chinese these period shouldn't be inside these code tags. | ||
* | Corrected to one of both solutions | alexanderhess | 2021-04-03 |
| | |||
* | Fixes #199 | alexanderhess | 2021-04-03 |
| | |||
* | Modify the 'Cascading Order' table (#127) | Evan | 2021-03-24 |
| | |||
* | remove fx_minversion_inline macro calls (#258) | Ryan Johnson | 2021-03-20 |
| | |||
* | fix tags align | classlfz | 2021-03-21 |
| | |||
* | zh_cn zh_tw base_concepts_of_grid_layout fix tags align | classlfz | 2021-03-21 |
| | |||
* | remove pre for CSSSyntaxd (#175) | Florian Dieminger | 2021-03-15 |
| | | | | | ``` s/<pre.*>(\{\{csssyntax(\(.*\))?\}\})\n?</pre>/$1/g ``` | ||
* | Add and translate pages about @property. (#171) | Mars Yao | 2021-03-16 |
| | | | * 'add_@property_contents' | ||
* | remove references to developer.cdn.mozilla.net | rjohnson | 2021-03-14 |
| |