Skip to content

Commit

Permalink
chore(zh-cn): unify 'see also' translation in glossary part & minor f…
Browse files Browse the repository at this point in the history
…ixes and cleanups (#16621)

Co-authored-by: A1lo <[email protected]>
  • Loading branch information
jasonren0403 and yin1999 authored Oct 19, 2023
1 parent 29e62a7 commit c893c6f
Show file tree
Hide file tree
Showing 153 changed files with 252 additions and 649 deletions.
9 changes: 2 additions & 7 deletions files/zh-cn/glossary/algorithm/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,8 @@ slug: Glossary/Algorithm

还有很多机器学习算法例如“线性回归”、“决策树”、“随机森林”、“支持向量机”、“循环神经网络(RNN)”、“长短时记忆(LSTM)神经网络”、“卷积神经网络(CNN)”、“深度卷积神经网络”等。

## 更多详情

### 通用知识库(维基百科)
## 参见

- [Algorithm](https://zh.wikipedia.org/wiki/Algorithm),维基百科

### 技术分析

- [Explanations of sorting algorithms](https://www.toptal.com/developers/sorting-algorithms)
- [Explanations of algorithmic complexity](https://bigocheatsheet.com/)
- [Explanations of algorithmic complexity](https://www.bigocheatsheet.com/)
7 changes: 1 addition & 6 deletions files/zh-cn/glossary/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,7 @@ slug: Glossary/API
- [Twitter APIs](https://dev.twitter.com/overview/api) 能被用于从用户的 twitter 账户获取数据,然后可以在一个网页上展示他们最近的 tweet。
- [Web Animations API](/zh-CN/docs/Web/API/Web_Animations_API) 能被用于制作一个网页中的动画,例如让网页中的图片移动或旋转。

## 了解更多

### 总体了解
## 参见

- 维基百科上的 [API](https://zh.wikipedia.org/wiki/Application_programming_interface)

### 技术参考

- [Web API 参考](/zh-CN/docs/Web/API)
7 changes: 1 addition & 6 deletions files/zh-cn/glossary/apple_safari/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,10 @@ slug: Glossary/Apple_Safari

[Safari](https://www.apple.com/safari/)是苹果公司开发的{{Glossary("Browser","Web browser")}},与 Mac OS X 和 iOS 绑定。它基于开源的[WebKit](https://www.webkit.org/)引擎。

## 了解更多

### 基本信息
## 参见

- 维基百科上的[Safari](<https://zh.wikipedia.org/wiki/Safari_(web_browser)>)
- [Safari on apple.com](https://www.apple.com/safari/)

### 技术信息

- [The WebKit project](https://www.webkit.org/)
- [WebKit nightly build](https://nightly.webkit.org/)
- [Reporting a bug for Safari](https://bugs.webkit.org/)
7 changes: 1 addition & 6 deletions files/zh-cn/glossary/argument/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@ slug: Glossary/Argument

**argument** 是一个作为函数输入的[](/zh-CN/docs/Glossary/value)[原始数据](/zh-CN/docs/Glossary/primitive)[对象](/zh-CN/docs/Glossary/object))。

## 学到更多

### 基本知识
## 参见

- [Parameter 和 Argument 之间的差异](<https://en.wikipedia.org/wiki/Parameter_(computer_programming)>) - 维基百科

### 技术参考

- [JavaScript 中](/zh-CN/docs/Glossary/JavaScript)[`arguments`](/zh-CN/docs/Web/JavaScript/Reference/Functions/arguments) 对象
2 changes: 1 addition & 1 deletion files/zh-cn/glossary/aria/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ slug: Glossary/ARIA

例如,你可以将 `role="alert"`添加到{{HTMLElement("p")}} {{glossary("tag")}}以通知视力有问题的用户该信息是重要的(否则你可能通过文字颜色传达)。

## 更多
## 参见

- [ARIA](/zh-CN/docs/Web/Accessibility/ARIA)
4 changes: 1 addition & 3 deletions files/zh-cn/glossary/arpa/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ slug: Glossary/ARPA

**.arpa** (address and routing parameter area,地址路由参数域 ) 是专门用来互联网基础设施配置的顶级域{{glossary("TLD","top-level domain")}} ,尤其是 DNS 反向解析,即从 {{glossary("IP 地址")}}) 找出旗下的主机名 (i.e., find the {{glossary('domain name')}} 。

## 了解更多

### 通用知识库
## 参见

- [官方网站](https://www.iana.org/domains/arpa)
- [.arpa](https://zh.wikipedia.org/wiki/.arpa),来自维基百科
4 changes: 1 addition & 3 deletions files/zh-cn/glossary/arpanet/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ slug: Glossary/Arpanet

**ARPAnet** (高级研究计划署网络)是早期的一个计算机网络,于 1969 年建立,作为一个传送敏感军事数据和连接全美领先研究组的稳健媒介。ARPAnet 原先运行于 NCP(网络控制协议)之上,后来运行于第一个版本的互联网协议或 {{glossary("TCP")}}/{{glossary("IPv6","IP")}} 协议族,使 ARPAnet 成为初期 {{glossary("Internet", "互联网")}} 中显著的一部分。ARPAnet 于 1990 年初关闭。

## 了解更多

### 基础知识
## 参见

- 维基百科上的 [Arpanet](https://zh.wikipedia.org/wiki/Arpanet)
4 changes: 1 addition & 3 deletions files/zh-cn/glossary/asynchronous/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ slug: Glossary/Asynchronous

还有许多用来实现异步软件的编程技术。查看文章[Asynchronous JavaScript](/zh-CN/docs/Learn/JavaScript/Asynchronous)来了解它们吧。

## 了解更多

### 技术参考
## 参见

- [Fetching data from the server](/zh-CN/docs/Learn/JavaScript/Client-side_web_APIs/Fetching_data) (Learning Area) 从服务器获取数据
- {{glossary("Synchronous")}} 同步
8 changes: 3 additions & 5 deletions files/zh-cn/glossary/attribute/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ slug: Glossary/Attribute

**Attribute** (标签属性)用于拓展 HTML [for paragraph. Note that the end tag's name is preceded by a slash character, "\</p>", and that in empty elements the end tag is neither required nor allowed. If attributes are not mentioned, default values are used in each case.">tag](/zh-CN/docs/Glossary/tag),可改变标签行为或提供元数据,属性总是以`name = value`的格式(属性的识别码后接与之相关的值)

## 深入了解
## 参见

### 技术参考

- [HTML attribute reference](/zh-CN/docs/Web/HTML/Attributes)
- 关于 HTML's [global attributes](/zh-CN/docs/Web/HTML/Global_attributes) 的信息
- [HTML 属性参考](/zh-CN/docs/Web/HTML/Attributes)
- 关于 HTML 的[全局属性](/zh-CN/docs/Web/HTML/Global_attributes)的信息
2 changes: 1 addition & 1 deletion files/zh-cn/glossary/bandwidth/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ slug: Glossary/Bandwidth

带宽是对于在给定时间内有多少的信息能够通过数据通道的一个度量。它经常以每秒钟多少 bits 的形式来表示,例如 Mb/s,Gb/s。

## 了解更多
## 参见

- [Bandwidth](https://zh.wikipedia.org/wiki/Bandwidth) on Wikipedia
6 changes: 2 additions & 4 deletions files/zh-cn/glossary/blink/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ slug: Glossary/Blink

Blink 是一个开源的浏览器布局引擎,由谷歌作为 Chromium 项目的一部分开发(因而也是 Chrome 的一部分)。具体而言,Blink 是一个派生自 {{glossary("WebKit")}} 项目中 WebCore 库的分支,用于处理布局、渲染以及 {{Glossary("DOM")}}。

## 了解更多
## 参见

### 常识

- Blink 项目 [主页](https://www.chromium.org/blink)(英文)
- Blink 项目[主页](https://www.chromium.org/blink)(英文)
- Wikipedia 上的信息:[Blink](https://en.wikipedia.org/wiki/Blink_%28layout_engine%29)
- Blink 的 [FAQ](https://www.chromium.org/blink/developer-faq) (英文)
4 changes: 1 addition & 3 deletions files/zh-cn/glossary/block/scripting/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ slug: Glossary/Block/Scripting

在 {{glossary("JavaScript")}}中,函数块是指被大括号 ("{}") 包裹住的相关联的{{glossary("statement","statements")}}的集合。例如,你可以在 {{jsxref("Statements/if...else","if (condition)")}}后声明一段函数块形式的代码,表明当条件判断为真时,解释程序应该运行上述函数块里的代码,或者当条件判断为假时跳过执行上述函数块里的代码。

## 了解更多

### 了解关于
## 参见

- [JavaScript 函数块声明](/zh-CN/docs/Web/JavaScript/Reference/Statements/block)
9 changes: 1 addition & 8 deletions files/zh-cn/glossary/boolean/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@ for(var i=0; i<4; i++) {
}
```

## 了解更多

### 通用知识
## 参见

- 维基百科上的布尔值 [Boolean](https://zh.wikipedia.org/wiki/Boolean_data_type)

### 技术参考文档

- 标准全局对象:{{jsxref("Boolean")}}
- [JavaScript 数据类型和数据结构](/zh-CN/docs/Web/JavaScript/Data_structures)
4 changes: 1 addition & 3 deletions files/zh-cn/glossary/cache/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ slug: Glossary/Cache

**cache** (web cache 或者 HTTP cache) 是临时存储 HTTP 响应的组件,只要它符合一定条件,就可以用于后续的 HTTP 请求。

## 深入了解

### 基础知识
## 参见

- 维基百科上的[Web cache](https://zh.wikipedia.org/wiki/Web_cache)
4 changes: 1 addition & 3 deletions files/zh-cn/glossary/call_stack/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ greeting();

一开始,我们得到一个空空如也的调用栈。随后,每当有函数被调用都会自动地添加进调用栈,执行完函数体中的代码后,调用栈又会自动地移除这个函数。最后,我们又得到了一个空空如也的调用栈。

## 了解更多

### 基础知识
## 参见

- Wikipedia 上的 [调用栈](https://zh.wikipedia.org/wiki/调用栈)
- [MDN Web 文档中的术语](/zh-CN/docs/Glossary)
Expand Down
4 changes: 1 addition & 3 deletions files/zh-cn/glossary/card_sorting/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ slug: Glossary/Card_sorting

卡片分类法是一种简单的技巧,{{glossary("Information architecture")}} 通常是邀请参与网站开发的设计师(或是开发其他类型产品的人),让他们写下他们认为这个产品应当包含的内容、服务和功能,然后将这些功能分组。一个很好的例子是考虑网站上每个页面应当显示什么样的内容。这个名字源于这个分类是通过把要分类的项目写在卡片上,再通过排列卡片完成的。

## 了解更多

### 常识
## 参见

- [Card sorting](https://zh.wikipedia.org/wiki/Card_sorting) on Wikipedia
4 changes: 1 addition & 3 deletions files/zh-cn/glossary/character_encoding/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ slug: Glossary/Character_encoding

这就确保你在 HTML 文档中可以使用几乎任何一种人类语言中的字符,并且会稳定显示。

## 了解更多

### 常识
## 参见

- [Character encoding on W3C](https://www.w3.org/International/articles/definitions-characters/)
- [Character encoding](https://zh.wikipedia.org/wiki/Character_encoding) on Wikipedia
2 changes: 1 addition & 1 deletion files/zh-cn/glossary/chrome/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ slug: Glossary/Chrome

在浏览器中,chrome 指除了网页本身以外任何可视的部分(例如:{{glossary("UI")}}、工具栏、菜单栏、标签)。不要将这个概念与 {{glossary("Google Chrome")}} 浏览器混淆。

## 了解更多
## 参见

- [浏览器和 GUI Chrome](https://www.nngroup.com/articles/browser-and-gui-chrome/)
4 changes: 1 addition & 3 deletions files/zh-cn/glossary/class/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ slug: Glossary/Class

在面向对象编程中({{glossary("OOP","object-oriented programming")}}), 一个 __ 定义了一个对象({{glossary("object","object's")}})的特征。类是定义对象属性({{glossary("property","properties")}})和方法({{glossary("method","methods")}})的模板,是用来绘制具体对象实例的“蓝图”.

## 了解更多

### 基本知识
## 参见

- [Class-based vs. prototype-based programming languages](/zh-CN/docs/Web/JavaScript/Guide/Details_of_the_Object_Model#Class-based_vs._prototype-based_languages) (like JavaScript)
- [Using functions as classes in JavaScript](/zh-CN/docs/Learn/JavaScript/Objects#The_Class)
Expand Down
4 changes: 1 addition & 3 deletions files/zh-cn/glossary/cms/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ slug: Glossary/CMS

**CMS**(内容管理系统)是一个允许用户发布、组织、修改、删除多种类型的内容的软件。**CMS** 不仅支持文本,还可以嵌入图片、视频、音频和互动的代码。

## 了解更多

### 基础知识
## 参见

- 在维基百科上的 [CMS(内容管理系统)](https://zh.wikipedia.org/wiki/内容管理系统)
12 changes: 3 additions & 9 deletions files/zh-cn/glossary/compile/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,8 @@ slug: Glossary/Compile

实时编译器通常是用来提高性能的,令你没有感知的。例如在浏览器中,Firefox 的 SpiderMonkey 的 JavaScript 引擎又一个内置的实时编译器会在你浏览时将网页中的 JavaScript 代码编译为机器码,从而提供运行效率。类似 WebAssembly 的项目正在使这些工作做的更好。

## 了解更多

### 基础知识
## 参见

- [Compiling from C/C++ to WebAssembly](/zh-CN/docs/WebAssembly/C_to_Wasm)
- [Compiling from Rust to WebAssembly](/zh-CN/docs/WebAssembly/Rust_to_Wasm)
- [Compiler](https://zh.wikipedia.org/wiki/Compiler) on Wikipedia
- The [GNU Compiler Collection (GCC)](https://gcc.gnu.org)

### 学习资料

- [Base CS Introduction on Compilers](https://medium.com/basecs/a-deeper-inspection-into-compilation-and-interpretation-d98952ebc842)
- [A big list of learning material on StackOverflow](https://stackoverflow.com/a/1672/133203)
4 changes: 1 addition & 3 deletions files/zh-cn/glossary/compile_time/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ slug: Glossary/Compile_time

编译时间是指程序从被加载到程序被解析完成所用的时间。

## 学习更多

### 基础知识
## 参见

- [Compile time](https://zh.wikipedia.org/wiki/Compile_time) on Wikipedia
2 changes: 1 addition & 1 deletion files/zh-cn/glossary/computer_programming/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ slug: Glossary/Computer_Programming

使用一门合适的语言,你可以编程/创建任意一种软件。例如,帮助科学家进行复杂运算的程序、存储大量数据的数据库、可以供人下载音乐的网站或可以供人制作电影的动画软件。

## 学习更多
## 参见

- [维基百科:电脑编程](https://zh.wikipedia.org/wiki/程序设计)
- [维基百科:一些常见的编程语言列表](https://zh.wikipedia.org/wiki/编程语言列表)
9 changes: 2 additions & 7 deletions files/zh-cn/glossary/constructor/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,8 @@ function Default() {}
var defaultReference = new Default();
```

## 了解更多

### 基本常识

- 维基百科上的 [构造函数](https://zh.wikipedia.org/wiki/Constructor_%28object-oriented_programming%29)

### 技术参考
## 参见

- 维基百科上的[构造函数](https://zh.wikipedia.org/wiki/构造器)
- MDN 上的 [JavaScript 面向对象编程中的构造函数](/zh-CN/docs/Learn/JavaScript/Objects)
- MDN 上的 [JavaScript 的 New 操作符](/zh-CN/docs/Web/JavaScript/Reference/Operators/new)
6 changes: 2 additions & 4 deletions files/zh-cn/glossary/cookie/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ Cookie 用于个性化用户的体验。可能包含用户在访问网站时的

`Cookie 可以在服务器级别设置和修改,使用 Set-Cookie` [HTTP header](/zh-CN/docs/Web/HTTP/Cookies), 或者在 JavaScript 中用 [`document.cookie`](/zh-CN/docs/Web/API/Document/cookie).

## 了解更多
## 参见

### General Knowledge

- [HTTP cookie](https://en.wikipedia.org/wiki/HTTP_cookie) on Wikipedia
- 维基百科上的 [HTTP cookie](https://zh.wikipedia.org/wiki/Cookie)
6 changes: 3 additions & 3 deletions files/zh-cn/glossary/crawler/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ slug: Glossary/Crawler

网络爬虫是一种能有条理并且系统化地浏览{{glossary("World Wide Web","Web")}},以便收集网页数据的程序(通常也被称作“机器人”)。搜索引擎(例如谷歌,必应)利用爬虫来创建索引是网络爬虫最典型的使用案例。

## 了解更多
## 参见

- 维基百科上关于[Web crawler](https://zh.wikipedia.org/wiki/Web_crawler)的内容
- [MDN 网络文档术语表](/zh-CN/docs/Glossary)
- 维基百科上的 [Web 爬虫](https://zh.wikipedia.org/wiki/網路爬蟲)
- [MDN Web 文档术语表](/zh-CN/docs/Glossary)

- {{Glossary("Search engine")}}
10 changes: 4 additions & 6 deletions files/zh-cn/glossary/cross-site_scripting/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,9 @@ XSS 攻击可以分为 3 类:存储型(持久型)、反射型(非持久
- **基于 DOM 的 XSS**
- : 通过修改原始的客户端代码,受害者浏览器的 DOM 环境改变,导致有效载荷的执行。也就是说,页面本身并没有变化,但由于 DOM 环境被恶意修改,有客户端代码被包含进了页面,并且意外执行。

## 更多相关

### 基本知识
## 参见

- [Type of Attacks: Cross-site scripting (XSS)](/zh-CN/docs/Web/Security/Types_of_attacks#cross-site_scripting_xss)
- [Cross-site scripting](https://zh.wikipedia.org/wiki/Cross-site_scripting) on Wikipedia
- [Cross-site scripting on OWASP](https://www.owasp.org/index.php/XSS)
- [Another article about Cross-site scripting](https://www.acunetix.com/blog/web-security-zone/articles/dom-xss-explained/)
- [XSS Attack – Exploit & Protection](https://secure.wphackedhelp.com/blog/wordpress-xss-attack/)
- [Cross-site scripting on OWASP](https://owasp.org/www-community/attacks/xss/)
- [Another article about Cross-site scripting](https://www.acunetix.com/blog/articles/dom-xss-explained/)
2 changes: 1 addition & 1 deletion files/zh-cn/glossary/cross_axis/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ slug: Glossary/Cross_Axis

要在交叉轴上对齐,是通过弹性容器的 `align-items` 属性来控制的,或者通过弹性元素的 `align-self` 属性来单独决定的对齐方式。在多行弹性容器中,交叉轴上有多余控件的话,你还可以用 `align-content` 来控制行的间距。

## 学习更多
## 参见

### 属性参考

Expand Down
4 changes: 1 addition & 3 deletions files/zh-cn/glossary/crud/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ slug: Glossary/CRUD

**CRUD** (创建:Create,读取:Read,更新:Update,删除:Delete) 是对于存储的信息可以进行操作的同义词。是一个对四种操作持久化信息的基本操作的助记符。CRUD 通常是指适用于存于数据库或数据存储器上的信息的操作,不过也可以应用在高层级的应用操作,例如通过在设置状态字段并标记删除的而并非移除数据的伪删除。

## 了解更多

### 常识
## 参见

- 在 Wikipedia 上的相关信息:[CRUD](https://zh.wikipedia.org/wiki/CRUD)
4 changes: 1 addition & 3 deletions files/zh-cn/glossary/css_preprocessor/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ slug: Glossary/CSS_preprocessor

要使用 CSS 预处理器,你必须在 web 服务中{{Glossary("服务器")}}安装 CSS 编译工具。

## 了解更多

### 通用知识
## 参见

这里是一些最流行的 CSS 预处理器:

Expand Down
13 changes: 4 additions & 9 deletions files/zh-cn/glossary/developer_tools/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,13 @@ slug: Glossary/Developer_Tools

开发者工具 (或“开发工具”,或简称“DevTools”) 让开发者能够开发、测试和{{Glossary("调试")}}软件。

目前的浏览器提供集成开发者工具,可用于审查网页,还让用户审查和调试页面的{{Glossary("HTML")}}、{{Glossary("CSS")}}和{{Glossary("JavaScript")}},,检查网络流量,测试网页性能等等。
目前的浏览器提供集成开发者工具,可用于审查网页,还让用户审查和调试页面的{{Glossary("HTML")}}、{{Glossary("CSS")}}和{{Glossary("JavaScript")}},检查网络流量,测试网页性能等等。

## 了解更多

### 常识
## 参见

- [Web development tools](https://zh.wikipedia.org/wiki/Web_development_tools) on Wikipedia

### 技术参考

- [Firefox Developer Tools](https://firefox-source-docs.mozilla.org/devtools-user/index.html) on MDN
- [Firebug](https://getfirebug.com/) (former developer tool for Firefox)
- [Chrome DevTools](https://developer.chrome.com/devtools) on chrome.com
- [Safari Web Inspector](https://developer.apple.com/library/content/documentation/AppleApplications/Conceptual/Safari_Developer_Guide/Introduction/Introduction.html#//apple_ref/doc/uid/TP40007874-CH1-SW1) on apple.com
- [Edge Dev Tools](https://docs.microsoft.com/en-us/microsoft-edge/f12-devtools-guide) on microsoft.com
- [Safari 开发者工具](https://support.apple.com/zh-cn/guide/safari-developer/dev073038698/mac)apple.com
- [Edge Dev Tools](https://docs.microsoft.com/archive/microsoft-edge/legacy/developer/) on microsoft.com
2 changes: 1 addition & 1 deletion files/zh-cn/glossary/digital_certificate/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ slug: Glossary/Digital_certificate

数字证书是一个将公开的{{Glossary("Key", "加密密钥")}}和一个组织绑定的数据文件。一个数字证书包含一个组织的信息,如公共名称(例如 mozilla.org),组织单元(例如 Mozilla Corporation)以及位置(例如 Mountain View)。数字证书通常由{{Glossary("certificate authority")}}签署,以证明其真实性。

## 了解更多
## 参见

- Wikipedia 上的[Digital certificate](https://zh.wikipedia.org/wiki/Public_key_certificate)
7 changes: 1 addition & 6 deletions files/zh-cn/glossary/doctype/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,8 @@ slug: Glossary/Doctype

在 {{Glossary("HTML")}} 中,文档类型 doctype 的声明是必要的。在所有文档的头部,你都将会看到"`<!DOCTYPE html>`" 的身影。这个声明的目的是防止浏览器在渲染文档时,切换到我们称为“[怪异模式 (兼容模式)](/zh-CN/docs/Web/HTML/Quirks_Mode_and_Standards_Mode)”的渲染模式。“`<!DOCTYPE html>`" 确保浏览器按照最佳的相关规范进行渲染,而不是使用一个不符合规范的渲染模式。

## 了解更多

### General Knowledge
## 参见

- [Document Type Declaration](https://zh.wikipedia.org/wiki/Document_type_declaration) 维基百科的解释
- [Quirks Mode and Standards Mode](/zh-CN/docs/Web/HTML/Quirks_Mode_and_Standards_Mode) 怪异模式(兼容模式)和标准模式

### 技术参考

- [Document.doctype](/zh-CN/docs/Web/API/Document/doctype), 一个返回 doctype 的 JavaScript 方法
Loading

0 comments on commit c893c6f

Please sign in to comment.