diff options
| author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
|---|---|---|
| committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
| commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
| tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/zh-cn/mdn/contribute/howto/如何添加或更新浏览器兼容性数据/index.html | |
| parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
| download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip | |
initial commit
Diffstat (limited to 'files/zh-cn/mdn/contribute/howto/如何添加或更新浏览器兼容性数据/index.html')
| -rw-r--r-- | files/zh-cn/mdn/contribute/howto/如何添加或更新浏览器兼容性数据/index.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/files/zh-cn/mdn/contribute/howto/如何添加或更新浏览器兼容性数据/index.html b/files/zh-cn/mdn/contribute/howto/如何添加或更新浏览器兼容性数据/index.html new file mode 100644 index 0000000000..8c0513d654 --- /dev/null +++ b/files/zh-cn/mdn/contribute/howto/如何添加或更新浏览器兼容性数据/index.html @@ -0,0 +1,30 @@ +--- +title: 如何添加或更新浏览器兼容性数据 +slug: MDN/Contribute/Howto/如何添加或更新浏览器兼容性数据 +translation_of: MDN/Contribute/Howto/Add_or_update_browser_compatibility_data +--- +<div>{{MDNSidebar}}</div><p><span class="seoSummary">如果你有浏览器在兼容Web特性方面的信息 —— 或者有意愿并有能力做一些这方面的研究和/或实验 —— 你可以帮助更新MDN的<a href="https://github.com/mdn/browser-compat-data/">浏览器兼容性数据库</a>(<abbr title="Browser Compatibility Database">BCD</abbr>)。</span></p> + +<ul> + <li>熟悉使用 Github</li> + <li>熟悉使用 JSON</li> + <li>了解有关、或有能力测试各种不同浏览器与网页标准及特性的兼容性</li> +</ul> + +<dl> + <dt>哪些地方需要做?</dt> + <dd> + <p>在MDN上你有这几种方法可以帮助改进浏览器兼容性方面的信息:</p> + + <ul> + <li>添加尚未收录在BCD仓库内的网页特性数据</li> + <li>依据浏览器新版本的变更内容、现有数据中的更正错误,或者某项技术的特性之最新变更等信息来更新现有数据</li> + <li>提交 pull requests 到 <a class="external external-icon" href="https://github.com/mdn/browser-compat-data/issues" rel="noopener">BCD issues filed on Github</a>.</li> + </ul> + </dd> + <dt>做这个任务你需要知道哪些知识?</dt> + <dt>做这个任务需要哪些步骤?</dt> + <dd>欲了解如何更新在GitHub上的组成BCD仓库的 <a class="glossaryLink" href="https://developer.mozilla.org/en-US/docs/Glossary/JSON" title="JSON: The JavaScript Object Notation (JSON) is a data-interchange format. Although not a strict subset, JSON closely resembles a subset of JavaScript syntax. Though many programming languages support JSON, JSON is especially useful for JavaScript-based apps, including websites and browser extensions.">JSON</a> 文件的详细信息,请参见<a href="https://developer.mozilla.org/en-US/docs/MDN/Contribute/Structures/Compatibility_tables">兼容性表格</a>页面。如要了解我们特别寻求帮助的问题列表,请到 <a class="external external-icon" href="https://github.com/mdn/browser-compat-data/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22" rel="noopener">Github issues with the "Help Wanted" tag</a>.</dd> + <dt> </dt> + <dt> </dt> +</dl> |
