Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(zh-cn): convert noteblocks for /web (part 1) #22627

Merged
merged 1 commit into from
Jul 27, 2024

Conversation

PassionPenguin
Copy link
Contributor

@PassionPenguin PassionPenguin commented Jul 26, 2024

RegExp used:

  • ^\n(\s*)> \*\*备注:\*\* ([^\*_\{\[])=>\n$1> [!NOTE]\n$1> $2`
  • ^\n(\s*)> \*\*警告:\*\* ([^\*_\{\[])=>\n$1> [!WARNING]\n$1> $2`
  • ^\n(\s*)> \*\*标注:\*\* ([^\*_\{\[])=>\n$1> [!CALLOUT]\n$1> $2`

touched folders:

  • /web/accessibility
  • /web/http

p.s. 漏了一个backtick

@PassionPenguin PassionPenguin requested a review from a team as a code owner July 26, 2024 12:09
@PassionPenguin PassionPenguin requested review from irvin and removed request for a team July 26, 2024 12:09
@github-actions github-actions bot added the l10n-zh Issues related to Chinese content. label Jul 26, 2024
@PassionPenguin PassionPenguin changed the title chore(zh-cn): convert noteblocks for /web chore(zh-cn): convert noteblocks for /web (part 1) Jul 26, 2024
Comment on lines 35 to 36
> [!CALLOUT]
> `aria-label` 用于交互元素,或当 DOM 中没有可见文本可以作为标签时,通过其他 ARIA 声明使元素变为交互元素的情况。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[mdn-linter] reported by reviewdog 🐶

Suggested change
> [!CALLOUT]
> `aria-label` 用于交互元素,或当 DOM 中没有可见文本可以作为标签时,通过其他 ARIA 声明使元素变为交互元素的情况。
> [!CALLOUT] > `aria-label` 用于交互元素,或当 DOM 中没有可见文本可以作为标签时,通过其他 ARIA 声明使元素变为交互元素的情况。

Comment on lines 12 to 13
> [!CALLOUT]
> `window` 角色是抽象角色。它在这里是为了包括文档的完整性。不应由 Web 开发者使用。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[mdn-linter] reported by reviewdog 🐶

Suggested change
> [!CALLOUT]
> `window` 角色是抽象角色。它在这里是为了包括文档的完整性。不应由 Web 开发者使用。
> [!CALLOUT] > `window` 角色是抽象角色。它在这里是为了包括文档的完整性。不应由 Web 开发者使用。

Comment on lines 89 to 90
> [!CALLOUT]
> `text/plain` 并不意味“任何种类的文本数据”。如果浏览器期待的是某种特定的文本数据,很可能不会将其视为匹配。具体来说,如果从声明 CSS 文件的 {{HTMLElement("link")}} 元素中下载了一个 `text/plain` 文件,那么如果提供的是 `text/plain` 类型,就不会将其识别为有效的 CSS 文件。CSS MIME 类型需要使用 `text/css`。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[mdn-linter] reported by reviewdog 🐶

Suggested change
> [!CALLOUT]
> `text/plain` 并不意味“任何种类的文本数据”。如果浏览器期待的是某种特定的文本数据,很可能不会将其视为匹配。具体来说,如果从声明 CSS 文件的 {{HTMLElement("link")}} 元素中下载了一个 `text/plain` 文件,那么如果提供的是 `text/plain` 类型,就不会将其识别为有效的 CSS 文件。CSS MIME 类型需要使用 `text/css`
> [!CALLOUT] > `text/plain` 并不意味“任何种类的文本数据”。如果浏览器期待的是某种特定的文本数据,很可能不会将其视为匹配。具体来说,如果从声明 CSS 文件的 {{HTMLElement("link")}} 元素中下载了一个 `text/plain` 文件,那么如果提供的是 `text/plain` 类型,就不会将其识别为有效的 CSS 文件。CSS MIME 类型需要使用 `text/css`

Comment on lines 456 to 457
> [!CALLOUT]
> `origin` 的值可以为 `null`。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[mdn-linter] reported by reviewdog 🐶

Suggested change
> [!CALLOUT]
> `origin` 的值可以为 `null`
> [!CALLOUT] > `origin` 的值可以为 `null`

Comment on lines 40 to 41
> [!CALLOUT]
> `Accept-Post` 标头与 {{HTTPHeader("Accept")}} 标头类似,用于指定接受的媒体类型范围,但不同之处在于它并不支持优先级概念(即没有 `q` 参数)。这是因为 `Accept-Post` 是响应标头,而 `Accept` 是请求标头。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[mdn-linter] reported by reviewdog 🐶

Suggested change
> [!CALLOUT]
> `Accept-Post` 标头与 {{HTTPHeader("Accept")}} 标头类似,用于指定接受的媒体类型范围,但不同之处在于它并不支持优先级概念(即没有 `q` 参数)。这是因为 `Accept-Post` 是响应标头,而 `Accept` 是请求标头。
> [!CALLOUT] > `Accept-Post` 标头与 {{HTTPHeader("Accept")}} 标头类似,用于指定接受的媒体类型范围,但不同之处在于它并不支持优先级概念(即没有 `q` 参数)。这是因为 `Accept-Post` 是响应标头,而 `Accept` 是请求标头。

Comment on lines 12 to 13
> [!WARNING]
> `Referer` 请求头可能暴露用户的浏览历史,涉及到用户的隐私问题。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[mdn-linter] reported by reviewdog 🐶

Suggested change
> [!WARNING]
> `Referer` 请求头可能暴露用户的浏览历史,涉及到用户的隐私问题。
> [!WARNING] > `Referer` 请求头可能暴露用户的浏览历史,涉及到用户的隐私问题。

Comment on lines 49 to 50
> [!CALLOUT]
> `Strict-Transport-Security` 标头在通过 HTTP 访问时会被浏览器**忽略**。只有在你的网站通过 HTTPS 访问并且没有证书错误时,浏览器才认为你的网站支持 HTTPS,然后遵守 `Strict-Transport-Security` 标头。浏览器这样做是因为攻击者可以拦截到站点的 HTTP 连接,然后注入或者删除标头。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[mdn-linter] reported by reviewdog 🐶

Suggested change
> [!CALLOUT]
> `Strict-Transport-Security` 标头在通过 HTTP 访问时会被浏览器**忽略**。只有在你的网站通过 HTTPS 访问并且没有证书错误时,浏览器才认为你的网站支持 HTTPS,然后遵守 `Strict-Transport-Security` 标头。浏览器这样做是因为攻击者可以拦截到站点的 HTTP 连接,然后注入或者删除标头。
> [!CALLOUT] > `Strict-Transport-Security` 标头在通过 HTTP 访问时会被浏览器**忽略**。只有在你的网站通过 HTTPS 访问并且没有证书错误时,浏览器才认为你的网站支持 HTTPS,然后遵守 `Strict-Transport-Security` 标头。浏览器这样做是因为攻击者可以拦截到站点的 HTTP 连接,然后注入或者删除标头。

Comment on lines 10 to 11
> [!WARNING]
> `HEAD` 方法的响应*不应*包含响应主体。即使包含了响应主体,也*必须*忽略掉:任何(可能用于描述错误响应主体的){{glossary("Representation header", "表示标头")}}会被假定为在发送相似的 `GET` 请求时也会接收到。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[mdn-linter] reported by reviewdog 🐶

Suggested change
> [!WARNING]
> `HEAD` 方法的响应*不应*包含响应主体。即使包含了响应主体,也*必须*忽略掉:任何(可能用于描述错误响应主体的){{glossary("Representation header", "表示标头")}}会被假定为在发送相似的 `GET` 请求时也会接收到。
> [!WARNING] > `HEAD` 方法的响应*不应*包含响应主体。即使包含了响应主体,也*必须*忽略掉:任何(可能用于描述错误响应主体的){{glossary("Representation header", "表示标头")}}会被假定为在发送相似的 `GET` 请求时也会接收到。

Comment on lines 97 to 98
> [!CALLOUT]
> `"https://*.example.com"` 不匹配 `"https://example.com"`。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[mdn-linter] reported by reviewdog 🐶

Suggested change
> [!CALLOUT]
> `"https://*.example.com"` 不匹配 `"https://example.com"`
> [!CALLOUT] > `"https://*.example.com"` 不匹配 `"https://example.com"`

Comment on lines 697 to 698
> [!CALLOUT]
> `shExpMatch()` 也可以做到,例如:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[mdn-linter] reported by reviewdog 🐶

Suggested change
> [!CALLOUT]
> `shExpMatch()` 也可以做到,例如:
> [!CALLOUT] > `shExpMatch()` 也可以做到,例如:

Copy link
Contributor

github-actions bot commented Jul 26, 2024

Preview URLs (90 pages)
Flaws (134)

Note! 38 documents with no flaws that don't need to be listed. 🎉

URL: /zh-CN/docs/Web/Accessibility/Mobile_accessibility_checklist
Title: 移动无障碍清单
Flaw count: 3

  • macros:
    • /zh-CN/docs/Web/Accessibility/Seizure_disorders does not exist but fell back to /en-US/docs/Web/Accessibility/Seizure_disorders
  • broken_links:
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://

URL: /zh-CN/docs/Web/Accessibility/Understanding_Colors_and_Luminance
Title: Web 无障碍:理解颜色和亮度
Flaw count: 2

  • macros:
    • /zh-CN/docs/Web/Accessibility/Seizure_disorders does not exist but fell back to /en-US/docs/Web/Accessibility/Seizure_disorders
    • /zh-CN/docs/Glossary/color_space does not exist but fell back to /en-US/docs/Glossary/Color_space

URL: /zh-CN/docs/Web/Accessibility/Keyboard-navigable_JavaScript_widgets
Title: 键盘导航的 JavaScript 微件
Flaw count: 1

  • macros:
    • /zh-CN/docs/Web/Accessibility/Seizure_disorders does not exist but fell back to /en-US/docs/Web/Accessibility/Seizure_disorders

URL: /zh-CN/docs/Web/Accessibility/ARIA
Title: ARIA
Flaw count: 1

  • macros:
    • /zh-CN/docs/Web/Accessibility/Seizure_disorders does not exist but fell back to /en-US/docs/Web/Accessibility/Seizure_disorders

URL: /zh-CN/docs/Web/Accessibility/ARIA/Multipart_labels
Title: 多部分标签:使用嵌入字段的标签的 ARIA
Flaw count: 2

  • macros:
    • /zh-CN/docs/Web/Accessibility/Seizure_disorders does not exist but fell back to /en-US/docs/Web/Accessibility/Seizure_disorders
  • translation_differences:
    • Differences in the important macros (0 in common of 2 possible)

URL: /zh-CN/docs/Web/Accessibility/ARIA/ARIA_Live_Regions
Title: ARIA 实时区域
Flaw count: 2

  • macros:
    • /zh-CN/docs/Web/Accessibility/Seizure_disorders does not exist but fell back to /en-US/docs/Web/Accessibility/Seizure_disorders
  • translation_differences:
    • Differences in the important macros (0 in common of 2 possible)

URL: /zh-CN/docs/Web/Accessibility/ARIA/Attributes
Title: ARIA 状态及属性
Flaw count: 1

  • macros:
    • /zh-CN/docs/Web/Accessibility/Seizure_disorders does not exist but fell back to /en-US/docs/Web/Accessibility/Seizure_disorders

URL: /zh-CN/docs/Web/Accessibility/ARIA/Attributes/aria-brailleroledescription
Title: aria-brailleroledescription
Flaw count: 2

  • macros:
    • /zh-CN/docs/Web/Accessibility/Seizure_disorders does not exist but fell back to /en-US/docs/Web/Accessibility/Seizure_disorders
    • /zh-CN/docs/Web/API/Element/ariaBrailleRoleDescription does not exist but fell back to /en-US/docs/Web/API/Element/ariaBrailleRoleDescription

URL: /zh-CN/docs/Web/Accessibility/ARIA/Attributes/aria-label
Title: aria-label
Flaw count: 4

  • macros:
    • /zh-CN/docs/Web/Accessibility/Seizure_disorders does not exist but fell back to /en-US/docs/Web/Accessibility/Seizure_disorders
    • /zh-CN/docs/Web/API/Element/ariaLabel does not exist but fell back to /en-US/docs/Web/API/Element/ariaLabel
    • /zh-CN/docs/Web/API/ElementInternals/ariaLabel does not exist but fell back to /en-US/docs/Web/API/ElementInternals/ariaLabel
    • /zh-CN/docs/Web/API/ElementInternals does not exist but fell back to /en-US/docs/Web/API/ElementInternals

URL: /zh-CN/docs/Web/Accessibility/ARIA/Attributes/aria-braillelabel
Title: aria-braillelabel
Flaw count: 2

  • macros:
    • /zh-CN/docs/Web/Accessibility/Seizure_disorders does not exist but fell back to /en-US/docs/Web/Accessibility/Seizure_disorders
    • /zh-CN/docs/Web/API/Element/ariaBrailleLabel does not exist but fell back to /en-US/docs/Web/API/Element/ariaBrailleLabel

URL: /zh-CN/docs/Web/Accessibility/ARIA/Attributes/aria-activedescendant
Title: aria-activedescendant
Flaw count: 1

  • macros:
    • /zh-CN/docs/Web/Accessibility/Seizure_disorders does not exist but fell back to /en-US/docs/Web/Accessibility/Seizure_disorders

URL: /zh-CN/docs/Web/Accessibility/ARIA/Attributes/aria-hidden
Title: aria-hidden
Flaw count: 4

  • macros:
    • /zh-CN/docs/Web/Accessibility/Seizure_disorders does not exist but fell back to /en-US/docs/Web/Accessibility/Seizure_disorders
    • /zh-CN/docs/Web/API/Element/ariaHidden does not exist but fell back to /en-US/docs/Web/API/Element/ariaHidden
    • /zh-CN/docs/Web/API/ElementInternals/ariaHidden does not exist but fell back to /en-US/docs/Web/API/ElementInternals/ariaHidden
    • /zh-CN/docs/Web/API/ElementInternals does not exist but fell back to /en-US/docs/Web/API/ElementInternals

URL: /zh-CN/docs/Web/Accessibility/ARIA/Attributes/aria-labelledby
Title: aria-labelledby
Flaw count: 2

  • macros:
    • /zh-CN/docs/Web/Accessibility/Seizure_disorders does not exist but fell back to /en-US/docs/Web/Accessibility/Seizure_disorders
    • /zh-CN/docs/Web/HTML/Element/td does not exist but fell back to /en-US/docs/Web/HTML/Element/td

URL: /zh-CN/docs/Web/Accessibility/ARIA/Attributes/aria-colindextext
Title: aria-colindextext
Flaw count: 4

  • macros:
    • /zh-CN/docs/Web/Accessibility/Seizure_disorders does not exist but fell back to /en-US/docs/Web/Accessibility/Seizure_disorders
    • /zh-CN/docs/Web/API/Element/ariaColIndexText does not exist but fell back to /en-US/docs/Web/API/Element/ariaColIndexText
    • /zh-CN/docs/Web/API/ElementInternals/ariaColIndexText does not exist but fell back to /en-US/docs/Web/API/ElementInternals/ariaColIndexText
    • /zh-CN/docs/Web/API/ElementInternals does not exist but fell back to /en-US/docs/Web/API/ElementInternals

URL: /zh-CN/docs/Web/Accessibility/ARIA/Attributes/aria-checked
Title: aria-checked
Flaw count: 4

  • macros:
    • /zh-CN/docs/Web/Accessibility/Seizure_disorders does not exist but fell back to /en-US/docs/Web/Accessibility/Seizure_disorders
    • /zh-CN/docs/Web/API/Element/ariaChecked does not exist but fell back to /en-US/docs/Web/API/Element/ariaChecked
    • /zh-CN/docs/Web/API/ElementInternals/ariaChecked does not exist but fell back to /en-US/docs/Web/API/ElementInternals/ariaChecked
    • /zh-CN/docs/Web/API/ElementInternals does not exist but fell back to /en-US/docs/Web/API/ElementInternals

URL: /zh-CN/docs/Web/Accessibility/ARIA/Roles
Title: WAI-ARIA 角色
Flaw count: 2

  • macros:
    • /zh-CN/docs/Web/Accessibility/Seizure_disorders does not exist but fell back to /en-US/docs/Web/Accessibility/Seizure_disorders
    • /zh-CN/docs/Web/HTML/Element/td does not exist but fell back to /en-US/docs/Web/HTML/Element/td

URL: /zh-CN/docs/Web/Accessibility/ARIA/Roles/button_role
Title: ARIA:button 角色
Flaw count: 2

  • macros:
    • /zh-CN/docs/Web/Accessibility/Seizure_disorders does not exist but fell back to /en-US/docs/Web/Accessibility/Seizure_disorders
  • translation_differences:
    • Differences in the important macros (1 in common of 5 possible)

URL: /zh-CN/docs/Web/Accessibility/ARIA/Roles/listbox_role
Title: ARIA:listbox 角色
Flaw count: 4

  • macros:
    • /zh-CN/docs/Web/Accessibility/Seizure_disorders does not exist but fell back to /en-US/docs/Web/Accessibility/Seizure_disorders
  • broken_links:
    • Can't resolve /zh-CN/docs/Web/Accessibility/ARIA/Roles/List_role
    • Can't resolve /zh-CN/docs/Web/Accessibility/ARIA/Roles/List_role
    • Can't resolve /zh-CN/docs/Web/Accessibility/ARIA/Roles/Listitem_role

URL: /zh-CN/docs/Web/Accessibility/ARIA/Roles/listitem_role
Title: ARIA:listitem 角色
Flaw count: 2

  • macros:
    • /zh-CN/docs/Web/Accessibility/Seizure_disorders does not exist but fell back to /en-US/docs/Web/Accessibility/Seizure_disorders
  • broken_links:
    • Can't resolve /zh-CN/docs/Web/Accessibility/ARIA/Roles/List_role

URL: /zh-CN/docs/Web/Accessibility/ARIA/Roles/list_role
Title: ARIA:list 角色
Flaw count: 1

  • macros:
    • /zh-CN/docs/Web/Accessibility/Seizure_disorders does not exist but fell back to /en-US/docs/Web/Accessibility/Seizure_disorders

URL: /zh-CN/docs/Web/Accessibility/An_overview_of_accessible_web_applications_and_widgets
Title: 无障碍 Web 应用和微件概述
Flaw count: 1

  • macros:
    • /zh-CN/docs/Web/Accessibility/Seizure_disorders does not exist but fell back to /en-US/docs/Web/Accessibility/Seizure_disorders

URL: /zh-CN/docs/Web/Accessibility/Accessibility_and_Spacial_Patterns
Title: 无障碍和空间模式
Flaw count: 1

  • macros:
    • /zh-CN/docs/Web/Accessibility/Seizure_disorders does not exist but fell back to /en-US/docs/Web/Accessibility/Seizure_disorders

URL: /zh-CN/docs/Web/HTTP/Browser_detection_using_the_user_agent
Title: 使用用户代理字段进行浏览器检测
Flaw count: 2

  • broken_links:
    • Can't resolve /zh-CN/docs/Gecko_user_agent_string_reference
    • Is currently http:// but can become https://

URL: /zh-CN/docs/Web/HTTP/Proxy_servers_and_tunneling/Proxy_Auto-Configuration_PAC_file
Title: 代理自动配置文件(PAC)文件
Flaw count: 12

  • broken_links:
    • Anchor not lowercase
    • Anchor not lowercase
    • Anchor not lowercase
    • Anchor not lowercase
    • Anchor not lowercase
    • and 7 more flaws omitted

URL: /zh-CN/docs/Web/HTTP/Headers/Pragma
Title: Pragma
Flaw count: 1

  • macros:
    • /zh-CN/docs/Glossary/Simple_response_header redirects to /zh-CN/docs/Glossary/CORS-safelisted_response_header

URL: /zh-CN/docs/Web/HTTP/Headers/Set-Cookie
Title: Set-Cookie
Flaw count: 2

  • macros:
    • /zh-CN/docs/Web/API/Fetch redirects to /zh-CN/docs/Web/API/Window/fetch
  • broken_links:
    • Can't resolve /zh-CN/docs/Web/Privacy/Partitioned_cookies

URL: /zh-CN/docs/Web/HTTP/Headers/Content-Security-Policy
Title: Content-Security-Policy
Flaw count: 4

  • macros:
    • /zh-CN/docs/Glossary/XSS does not exist but fell back to /en-US/docs/Glossary/Cross-site_scripting
  • broken_links:
    • Can't resolve /docs/Web/API/WebRTC_API
    • Can't resolve /zh-CN/docs/Tools/GCLI/Display_security_and_privacy_policies
  • heading_links:
    • h3 heading contains an <a> tag

URL: /zh-CN/docs/Web/HTTP/Headers/Content-Security-Policy/connect-src
Title: CSP: connect-src
Flaw count: 2

  • macros:
    • /zh-CN/docs/Web/API/Fetch redirects to /zh-CN/docs/Web/API/Window/fetch
    • /zh-CN/docs/Web/API/Fetch redirects to /zh-CN/docs/Web/API/Window/fetch

URL: /zh-CN/docs/Web/HTTP/Headers/Save-Data
Title: Save-Data
Flaw count: 1

  • translation_differences:
    • Differences in the important macros (3 in common of 4 possible)

URL: /zh-CN/docs/Web/HTTP/Headers/Proxy-Authorization
Title: Proxy-Authorization
Flaw count: 4

  • broken_links:
    • Anchor not lowercase
    • Anchor not lowercase
    • Is currently http:// but can become https://
    • Can't resolve /zh-CN/docs/Web/API/WindowBase64/Base64_encoding_and_decoding

URL: /zh-CN/docs/Web/HTTP/Headers/Referrer-Policy
Title: Referrer-Policy
Flaw count: 1

  • macros:
    • /zh-CN/docs/Web/API/Request/referrerPolicy does not exist but fell back to /en-US/docs/Web/API/Request/referrerPolicy

URL: /zh-CN/docs/Web/HTTP/Headers/Content-Language
Title: Content-Language
Flaw count: 2

  • macros:
    • /zh-CN/docs/Glossary/Simple_response_header redirects to /zh-CN/docs/Glossary/CORS-safelisted_response_header
    • /zh-CN/docs/Glossary/Simple_header redirects to /zh-CN/docs/Glossary/CORS-safelisted_request_header

URL: /zh-CN/docs/Web/HTTP/Headers/Connection
Title: Connection
Flaw count: 1

  • translation_differences:
    • Differences in the important macros (2 in common of 3 possible)

URL: /zh-CN/docs/Web/HTTP/Headers/Sec-Fetch-Dest
Title: Sec-Fetch-Dest
Flaw count: 5

  • macros:
    • /zh-CN/docs/Web/API/Request/destination does not exist but fell back to /en-US/docs/Web/API/Request/destination
    • /zh-CN/docs/Web/API/Worklet/addModule does not exist but fell back to /en-US/docs/Web/API/Worklet/addModule
    • /zh-CN/docs/Web/HTML/Element/image redirects to /zh-CN/docs/Web/HTML/Element/img
    • /zh-CN/docs/Web/API/Worklet/addModule does not exist but fell back to /en-US/docs/Web/API/Worklet/addModule
  • broken_links:
    • Can't resolve /zh-CN/docs/Web/HTML/Link_types/manifest

URL: /zh-CN/docs/Web/HTTP/Permissions_Policy
Title: 权限策略
Flaw count: 1

  • macros:
    • /zh-CN/docs/Web/API/FeaturePolicy does not exist but fell back to /en-US/docs/Web/API/FeaturePolicy

URL: /zh-CN/docs/Web/HTTP/Session
Title: 典型的 HTTP 会话
Flaw count: 1

  • macros:
    • /zh-CN/docs/Web/API/Fetch redirects to /zh-CN/docs/Web/API/Window/fetch

URL: /zh-CN/docs/Web/HTTP/Compression
Title: HTTP 协议中的数据压缩
Flaw count: 1

  • broken_links:
    • Is currently http:// but can become https://

URL: /zh-CN/docs/Web/HTTP/Redirections
Title: HTTP 的重定向
Flaw count: 2

  • broken_links:
    • Can't resolve /zh-CN/docs/Glossary/https
    • Is currently http:// but can become https://

URL: /zh-CN/docs/Web/HTTP/Content_negotiation
Title: 内容协商
Flaw count: 1

  • broken_links:
    • Is currently http:// but can become https://

URL: /zh-CN/docs/Web/HTTP/Status
Title: HTTP 响应状态码
Flaw count: 1

  • broken_links:
    • Can't resolve /zh-CN/docs/Web/HTML/Link_types/preload

URL: /zh-CN/docs/Web/HTTP/Status/301
Title: 301 Moved Permanently
Flaw count: 3

  • macros:
    • `/home/runner/work/translated-content/translated-content/mdn/content/node_modules/@mdn/yari/kumascript/macros/Compat.ejs:1

1| <%
2| /*
3|
4| Retrieves MDN compat data for a given feature

No first query argument or 'browser-compat' front-matter value passed`

  • broken_links:
    • No need for the pathname in anchor links if it's the same page
  • translation_differences:
    • Differences in the important macros (2 in common of 3 possible)

URL: /zh-CN/docs/Web/HTTP/Status/501
Title: 501 Not Implemented
Flaw count: 2

  • macros:
    • `/home/runner/work/translated-content/translated-content/mdn/content/node_modules/@mdn/yari/kumascript/macros/Compat.ejs:1

1| <%
2| /*
3|
4| Retrieves MDN compat data for a given feature

No first query argument or 'browser-compat' front-matter value passed`

  • translation_differences:
    • Differences in the important macros (2 in common of 3 possible)

URL: /zh-CN/docs/Web/HTTP/Status/404
Title: 404 Not Found
Flaw count: 2

  • macros:
    • `/home/runner/work/translated-content/translated-content/mdn/content/node_modules/@mdn/yari/kumascript/macros/Compat.ejs:1

1| <%
2| /*
3|
4| Retrieves MDN compat data for a given feature

No first query argument or 'browser-compat' front-matter value passed`

  • translation_differences:
    • Differences in the important macros (2 in common of 3 possible)

URL: /zh-CN/docs/Web/HTTP/Status/410
Title: 410 Gone
Flaw count: 2

  • macros:
    • `/home/runner/work/translated-content/translated-content/mdn/content/node_modules/@mdn/yari/kumascript/macros/Compat.ejs:1

1| <%
2| /*
3|
4| Retrieves MDN compat data for a given feature

No first query argument or 'browser-compat' front-matter value passed`

  • translation_differences:
    • Differences in the important macros (2 in common of 3 possible)

URL: /zh-CN/docs/Web/HTTP/Status/304
Title: 304 Not Modified
Flaw count: 3

  • macros:
    • `/home/runner/work/translated-content/translated-content/mdn/content/node_modules/@mdn/yari/kumascript/macros/Compat.ejs:1

1| <%
2| /*
3|
4| Retrieves MDN compat data for a given feature

No first query argument or 'browser-compat' front-matter value passed`

  • broken_links:
    • Can't resolve /zh-CN/docs/Tools/Network_Monitor
  • translation_differences:
    • Differences in the important macros (2 in common of 3 possible)

URL: /zh-CN/docs/Web/HTTP/CORS
Title: 跨源资源共享(CORS)
Flaw count: 4

  • macros:
    • /zh-CN/docs/Web/API/Fetch redirects to /zh-CN/docs/Web/API/Window/fetch
  • images:
    • File not present on disk, an empty file, or not an image
    • File not present on disk, an empty file, or not an image
    • File not present on disk, an empty file, or not an image

URL: /zh-CN/docs/Web/HTTP/CORS/Errors
Title: CORS 错误
Flaw count: 3

  • broken_links:
    • Can't resolve /zh-CN/docs/Web/HTTP/CORS/Errors/CORSMissingAllowCredentials
    • Can't resolve /zh-CN/docs/Web/HTTP/Server-Side_Access_Control
    • Can't resolve /zh-CN/docs/Web/HTML/CORS_settings_attributes

URL: /zh-CN/docs/Web/HTTP/Caching
Title: HTTP 缓存
Flaw count: 2

  • images:
    • File not present on disk, an empty file, or not an image
    • File not present on disk, an empty file, or not an image

URL: /zh-CN/docs/Web/HTTP/Cookies
Title: HTTP Cookie
Flaw count: 5

  • broken_links:
    • Can't resolve /zh-CN/docs/Tools/Storage_Inspector
    • Anchor not lowercase
    • Anchor not lowercase
    • Anchor not lowercase
    • Anchor not lowercase

URL: /zh-CN/docs/Web/HTTP/Basics_of_HTTP/Data_URLs
Title: Data URL
Flaw count: 8

  • macros:
    • /zh-CN/docs/Web/API/WindowBase64/atob redirects to /zh-CN/docs/Web/API/Window/atob
    • /zh-CN/docs/Web/API/WindowBase64/btoa redirects to /zh-CN/docs/Web/API/Window/btoa
  • broken_links:
    • Can't resolve /zh-CN/docs/Glossary/percent-encoding
    • Can't resolve /zh-CN/docs/Glossary/percent-encoding
    • Can't resolve /zh-CN/docs/Web/JavaScript/Base64_encoding_and_decoding
    • Can't resolve /zh-CN/docs/Glossary/percent-encoding
    • Can't resolve /zh-CN/docs/Web/CSS/uri
    • and 1 more flaws omitted

URL: /zh-CN/docs/Web/HTTP/Authentication
Title: HTTP 身份验证
Flaw count: 4

  • images:
    • File not present on disk, an empty file, or not an image
  • broken_links:
    • Can't resolve /zh-CN/Firefox/Releases/59
    • No need for the pathname in anchor links if it's the same page
    • Is currently http:// but can become https://

URL: /zh-CN/docs/Web/HTTP/Configuring_servers_for_Ogg_media
Title: Configuring servers for Ogg media
Flaw count: 4

  • broken_links:
    • Is currently http:// but can become https://
    • Can't resolve /zh-CN/Firefox/Releases/41
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://
External URLs (26)

URL: /zh-CN/docs/Web/Accessibility/Mobile_accessibility_checklist
Title: 移动无障碍清单


URL: /zh-CN/docs/Web/Accessibility/Understanding_Colors_and_Luminance
Title: Web 无障碍:理解颜色和亮度


URL: /zh-CN/docs/Web/Accessibility/ARIA
Title: ARIA


URL: /zh-CN/docs/Web/Accessibility/ARIA/Roles/button_role
Title: ARIA:button 角色


URL: /zh-CN/docs/Web/HTTP/Proxy_servers_and_tunneling/Proxy_Auto-Configuration_PAC_file
Title: 代理自动配置文件(PAC)文件


URL: /zh-CN/docs/Web/HTTP/Headers/Date
Title: Date


URL: /zh-CN/docs/Web/HTTP/Headers/User-Agent/Firefox
Title: Firefox 用户代理字符串参考


URL: /zh-CN/docs/Web/HTTP/Headers/Accept-Patch
Title: Accept-Patch


URL: /zh-CN/docs/Web/HTTP/Headers/Accept-Post
Title: Accept-Post


URL: /zh-CN/docs/Web/HTTP/Headers/Set-Cookie
Title: Set-Cookie


URL: /zh-CN/docs/Web/HTTP/Headers/Content-Security-Policy/connect-src
Title: CSP: connect-src


URL: /zh-CN/docs/Web/HTTP/Headers/Origin
Title: Origin


URL: /zh-CN/docs/Web/HTTP/Headers/Content-Language
Title: Content-Language


URL: /zh-CN/docs/Web/HTTP/Headers/Connection
Title: Connection


URL: /zh-CN/docs/Web/HTTP/Headers/Expect-CT
Title: Expect-CT


URL: /zh-CN/docs/Web/HTTP/Content_negotiation
Title: 内容协商


URL: /zh-CN/docs/Web/HTTP/Status/308
Title: 308 Permanent Redirect


URL: /zh-CN/docs/Web/HTTP/CORS
Title: 跨源资源共享(CORS)


URL: /zh-CN/docs/Web/HTTP/CORS/Errors/CORSRequestNotHttp
Title: 原因:CORS request not HTTP


URL: /zh-CN/docs/Web/HTTP/Connection_management_in_HTTP_1.x
Title: HTTP/1.x 的连接管理


URL: /zh-CN/docs/Web/HTTP/Configuring_servers_for_Ogg_media
Title: Configuring servers for Ogg media

(comment last updated: 2024-07-26 12:16:10)

@PassionPenguin PassionPenguin marked this pull request as draft July 26, 2024 12:12
@PassionPenguin PassionPenguin marked this pull request as ready for review July 26, 2024 12:14
@yin1999 yin1999 merged commit 9615d16 into mdn:main Jul 27, 2024
7 checks passed
@PassionPenguin PassionPenguin deleted the gfm-web-1 branch July 27, 2024 04:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
l10n-zh Issues related to Chinese content.
Projects
Development

Successfully merging this pull request may close these issues.

2 participants