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

zh-cn: batch space fix part 3 #15578

Closed

Conversation

hanyujie2002
Copy link
Contributor

Description

Same as title

Motivation

fix the typesetting

Additional details

Sed don't support unicode, so we need to set it as [㐀-䶵一-鿏]

Example code, we hope 文[A be fixed as 文 [A, we could use the command:

find ./ -type f -name "*.md" -exec sed -i 's/\([㐀-䶵一-鿏]\)\[\([A-Za-z]\)/\1 [\2/g' {} \;

What's more, there are over 500 changed files, that's huge number so I write a bash script

#!/bin/bash

# create the file which contains all changed files' name
git diff --name-only > files/zh-cn/file_names

# Set the starting and ending numbers for the file names
start=1
end=3

# Loop through the numbers
for ((num=start; num<=end; num++))
do
  # Create the target file name
  target_file="files/zh-cn/file_name_$num"
  source_file="files/zh-cn/file_names"

  # Create the branch name
  branch_name="batch_space_fix_neo_$num"

  # Cat the first 200 lines from the source file to the target file
  head --lines 200 "$source_file" > "$target_file"

  # Checkout to the new branch
  git checkout "$branch_name"

  # add 200 files from target file
  while read -r file; do git add "$file"; done < "$target_file"

  # commit to origin repository
  git commit -m "batch space fix part $num"

  # Push the branch to the remote repository
  git push origin "$branch_name"

  # Switch back to the original branch
  git checkout batch_space_fix_neo

  # delete the first 200 lines of source file
  tail -n +200 "$source_file"> temp.txt && mv temp.txt "$source_file";
done

Related issues and pull requests

None

@hanyujie2002 hanyujie2002 requested a review from a team as a code owner September 2, 2023 02:22
@hanyujie2002 hanyujie2002 requested review from t7yang and removed request for a team September 2, 2023 02:22
@github-actions github-actions bot added the l10n-zh Issues related to Chinese content. label Sep 2, 2023
@@ -60,7 +60,7 @@ slug: Web/HTTP/Content_negotiation/List_of_default_Accept_values

| User Agent | Value | Comment |
| ------------------------------ | ----------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Firefox | `*/*` | 请参见[bug 170789](https://bugzilla.mozilla.org/show_bug.cgi?id=170789) |
| Firefox | `*/*` | 请参见 [bug 170789](https://bugzilla.mozilla.org/show_bug.cgi?id=170789) |
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
| Firefox | `*/*` | 请参见 [bug 170789](https://bugzilla.mozilla.org/show_bug.cgi?id=170789) |
| Firefox | `*/*` | 请参见 [bug 170789](https://bugzilla.mozilla.org/show_bug.cgi?id=170789) |
@@ -71,7 +71,7 @@ slug: Web/HTTP/Content_negotiation/List_of_default_Accept_values

| User Agent | Value | Comment |
| ------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Firefox 4 | `text/css,*/*;q=0.1` | 请参见[bug 170789](https://bugzilla.mozilla.org/show_bug.cgi?id=170789) |
| Firefox 4 | `text/css,*/*;q=0.1` | 请参见 [bug 170789](https://bugzilla.mozilla.org/show_bug.cgi?id=170789) |
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
| Firefox 4 | `text/css,*/*;q=0.1` | 请参见 [bug 170789](https://bugzilla.mozilla.org/show_bug.cgi?id=170789) |
| Firefox 4 | `text/css,*/*;q=0.1` | 请参见 [bug 170789](https://bugzilla.mozilla.org/show_bug.cgi?id=170789) |
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Is it the bug of reviewdog? @jasonren0403

Copy link
Contributor

Choose a reason for hiding this comment

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

🤔 It seems that space-only changes made by reviewdog can't be displayed properly.

image

image

Try manually run prettier on your side.

Copy link
Member

Choose a reason for hiding this comment

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

I've left my suggestion here. Please run yarn install to install pre-commit hook locally. Which would run prettier to fix all the format before commit changes.

@github-actions
Copy link
Contributor

github-actions bot commented Sep 2, 2023

Preview URLs (199 pages)
Flaws (1860)

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

URL: /zh-CN/docs/Web/Guide/Houdini
Title: CSS Houdini
Flaw count: 9

  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • and 4 more flaws omitted

URL: /zh-CN/docs/Web/Guide/Audio_and_video_delivery/Live_streaming_web_audio_and_video
Title: 实时传输 Web 音频与视频
Flaw count: 1

  • broken_links:
    • Can use the English (en-US) link as a fallback

URL: /zh-CN/docs/Web/HTTP/Resources_and_URIs
Title: Resources and URIs
Flaw count: 3

  • broken_links:
    • Can't resolve /zh-CN/docs/Web/HTTP/Basics_of_HTTP/Data_URIs
    • Can't resolve /zh-CN/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Complete_list_of_MIME_types
    • Can't resolve /zh-CN/docs/Web/HTTP/Basics_of_HTTP/Separating_identity_and_location_of_a_resource

URL: /zh-CN/docs/Web/HTTP/Headers/Accept-CH-Lifetime
Title: Accept-CH-Lifetime
Flaw count: 4

  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
  • translation_differences:
    • Differences in the important macros (2 in common of 3 possible)

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

  • macros:
    • /zh-CN/docs/Glossary/XSS does not exist but fell back to /en-US/docs/Glossary/Cross-site_scripting
    • /zh-CN/docs/Glossary/SRI does not exist but fell back to /en-US/docs/Glossary/SRI
  • 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/frame-ancestors
Title: CSP:frame-ancestors
Flaw count: 3

  • broken_links:
    • Can't resolve /zh-CN/docs/URIs_and_URLs
    • Can't resolve /zh-CN/docs/Web/HTTP/Basics_of_HTTP/Data_URIs
    • Can use the English (en-US) link as a fallback

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

  • broken_links:
    • Can use the English (en-US) link as a fallback

URL: /zh-CN/docs/Web/HTTP/Headers/Cross-Origin-Embedder-Policy
Title: Cross-Origin-Embedder-Policy
Flaw count: 1

  • broken_links:
    • Can use the English (en-US) link as a fallback

URL: /zh-CN/docs/Web/HTTP/Headers/Permissions-Policy
Title: Permissions-Policy
Flaw count: 13

  • macros:
    • /zh-CN/docs/Web/API/Promise does not exist but fell back to /en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise
    • /zh-CN/docs/Web/API/Navigator/requestMediaKeySystemAccess does not exist but fell back to /en-US/docs/Web/API/Navigator/requestMediaKeySystemAccess
    • /zh-CN/docs/Web/API/Promise does not exist but fell back to /en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise
    • /zh-CN/docs/Web/API/PositionError redirects to /zh-CN/docs/Web/API/GeolocationPositionError
    • /zh-CN/docs/Web/API/Navigator/requestMIDIAccess does not exist but fell back to /en-US/docs/Web/API/Navigator/requestMIDIAccess
    • and 2 more flaws omitted
  • broken_links:
    • Can't resolve /zh-CN/docs/Web/HTTP/Feature_Policy
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can't resolve /zh-CN/docs/Web/HTTP/Feature_Policy
    • Can't resolve /zh-CN/docs/Web/HTTP/Feature_Policy/Using_Feature_Policy
  • translation_differences:
    • Differences in the important macros (3 in common of 4 possible)

URL: /zh-CN/docs/Web/HTTP/Headers/Cross-Origin-Resource-Policy
Title: Cross-Origin-Resource-Policy
Flaw count: 1

  • broken_links:
    • Can use the English (en-US) link as a fallback

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/Content_negotiation/List_of_default_Accept_values
Title: Accept 默认值
Flaw count: 7

  • broken_links:
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://
    • and 2 more flaws omitted

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

  • broken_links:
    • Can't resolve /zh-CN/docs/Tools/Storage_Inspector
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Anchor not lowercase
    • and 1 more flaws omitted

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/API/WebSockets_API
Title: WebSockets
Flaw count: 1

  • broken_links:
    • Link points to the page it's already on

URL: /zh-CN/docs/Web/API/WebSockets_API/Writing_WebSocket_servers
Title: 编写 WebSocket 服务器
Flaw count: 17

  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Can't resolve /zh-CN/docs/Web/JavaScript/Server-Side_JavaScript
    • Is currently http:// but can become https://
    • Anchor not lowercase
    • Can use the English (en-US) link as a fallback
    • and 11 more flaws omitted
  • translation_differences:
    • Differences in the important macros (0 in common of 1 possible)

URL: /zh-CN/docs/Web/API/WebSockets_API/Writing_a_WebSocket_server_in_Java
Title: Writing a WebSocket server in Java
Flaw count: 5

  • broken_links:
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://
    • Can use the English (en-US) link as a fallback
  • translation_differences:
    • Differences in the important macros (0 in common of 1 possible)

URL: /zh-CN/docs/Web/API/WebSockets_API/Writing_WebSocket_client_applications
Title: 编写 WebSocket 客户端应用
Flaw count: 12

  • broken_links:
    • Can't resolve /zh-CN/WebSockets/WebSockets_reference/WebSocket
    • Can't resolve /zh-CN/WebSockets/WebSockets_reference/WebSocket
    • Can't resolve /zh-CN/WebSockets/WebSockets_reference/CloseEvent
    • Can't resolve /zh-CN/WebSockets/WebSockets_reference/WebSocket
    • Can't resolve /zh-CN/WebSockets/WebSockets_reference/CloseEvent
    • and 6 more flaws omitted
  • translation_differences:
    • Differences in the important macros (1 in common of 2 possible)

URL: /zh-CN/docs/Web/API/WebRTC_API
Title: WebRTC API
Flaw count: 17

  • macros:
    • /zh-CN/docs/Web/API/RTCIceCandidate does not exist but fell back to /en-US/docs/Web/API/RTCIceCandidate
    • /zh-CN/docs/Web/API/RTCPeerConnectionIceEvent does not exist but fell back to /en-US/docs/Web/API/RTCPeerConnectionIceEvent
    • /zh-CN/docs/Web/API/RTCIdentityEvent does not exist
    • /zh-CN/docs/Web/API/RTCIdentityErrorEvent does not exist
  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can't resolve /zh-CN/docs/Web/API/WebRTC_API/Taking_still_photos
    • Can use the English (en-US) link as a fallback
    • and 8 more flaws omitted

URL: /zh-CN/docs/Web/API/WebRTC_API/Simple_RTCDataChannel_sample
Title: RTCDataChannel 简单示例
Flaw count: 9

  • macros:
    • /zh-CN/docs/Web/API/EventListener redirects to /zh-CN/docs/Web/API/EventTarget/addEventListener
    • /zh-CN/docs/Web/API/RTCPeerConnection/setLocalDescription does not exist but fell back to /en-US/docs/Web/API/RTCPeerConnection/setLocalDescription
    • /zh-CN/docs/Web/API/RTCPeerConnection/createAnswer does not exist but fell back to /en-US/docs/Web/API/RTCPeerConnection/createAnswer
    • /zh-CN/docs/Web/API/RTCPeerConnection/setLocalDescription does not exist but fell back to /en-US/docs/Web/API/RTCPeerConnection/setLocalDescription
    • /zh-CN/docs/Web/API/RTCDataChannelEvent does not exist but fell back to /en-US/docs/Web/API/RTCDataChannelEvent
    • and 2 more flaws omitted
  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Can't resolve /zh-CN/docs/Web/JavaScript/New_in_JavaScript/ECMAScript_6_support_in_Mozilla

URL: /zh-CN/docs/Web/API/WebRTC_API/Signaling_and_video_calling
Title: 信令与视频通话
Flaw count: 33

  • macros:
    • /zh-CN/docs/Web/API/RTCPeerConnection/onicecandidate redirects to /zh-CN/docs/Web/API/RTCPeerConnection/icecandidate_event
    • /zh-CN/docs/Web/API/Navigator/mediaDevices/getUserMedia does not exist but fell back to /en-US/docs/Web/API/MediaDevices/getUserMedia
    • /zh-CN/docs/Web/API/MediaTrackConstraints/deviceId does not exist but fell back to /en-US/docs/Web/API/MediaTrackConstraints/deviceId
    • /zh-CN/docs/Web/API/RTCPeerConnection/negotiationneeded_event does not exist but fell back to /en-US/docs/Web/API/RTCPeerConnection/negotiationneeded_event
    • /zh-CN/docs/Web/API/RTCConfiguration redirects to /zh-CN/docs/Web/API/RTCPeerConnection/RTCPeerConnection
    • and 25 more flaws omitted
  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can't resolve /zh-CN/docs/MDN/Doc_status/API/WebSockets

URL: /zh-CN/docs/Web/API/WebRTC_API/Session_lifetime
Title: WebRTC 介绍
Flaw count: 2

  • broken_links:
    • Can't resolve /about:config
  • translation_differences:
    • Differences in the important macros (0 in common of 1 possible)

URL: /zh-CN/docs/Web/API/WebGLRenderingContext/enableVertexAttribArray
Title: WebGLRenderingContext.enableVertexAttribArray()
Flaw count: 7

  • macros:
    • /zh-CN/docs/Web/API/WebGLRenderingContext/disableVertexAttribArray does not exist but fell back to /en-US/docs/Web/API/WebGLRenderingContext/disableVertexAttribArray
    • /zh-CN/docs/Web/API/WebGLRenderingContext/getVertexAttrib does not exist but fell back to /en-US/docs/Web/API/WebGLRenderingContext/getVertexAttrib
    • /zh-CN/docs/Web/API/GLuint does not exist but fell back to /en-US/docs/Web/API/WebGL_API/Types
    • /zh-CN/docs/Web/API/WebGLRenderingContext/getError does not exist but fell back to /en-US/docs/Web/API/WebGLRenderingContext/getError
    • /zh-CN/docs/Web/API/WebGLRenderingContext/disableVertexAttribArray does not exist but fell back to /en-US/docs/Web/API/WebGLRenderingContext/disableVertexAttribArray
  • broken_links:
    • Anchor not lowercase
    • Anchor not lowercase

URL: /zh-CN/docs/Web/API/WebGLRenderingContext/getTexParameter
Title: WebGLRenderingContext.getTexParameter()
Flaw count: 19

  • macros:
    • /zh-CN/docs/Web/API/GLenum does not exist but fell back to /en-US/docs/Web/API/WebGL_API/Types
    • /zh-CN/docs/Web/API/Glenum does not exist but fell back to /en-US/docs/Web/API/WebGL_API/Types
    • /zh-CN/docs/Web/API/GLenum does not exist but fell back to /en-US/docs/Web/API/WebGL_API/Types
    • /zh-CN/docs/Web/API/GLenum does not exist but fell back to /en-US/docs/Web/API/WebGL_API/Types
    • /zh-CN/docs/Web/API/GLenum does not exist but fell back to /en-US/docs/Web/API/WebGL_API/Types
    • and 14 more flaws omitted

URL: /zh-CN/docs/Web/API/WebGLRenderingContext/createTexture
Title: WebGLRenderingContext.createTexture()
Flaw count: 1

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

URL: /zh-CN/docs/Web/API/WebXR_Device_API
Title: WebXR 设备 接口参考
Flaw count: 64

  • macros:
    • /zh-CN/docs/Web/API/Navigator/xr does not exist but fell back to /en-US/docs/Web/API/Navigator/xr
    • /zh-CN/docs/Web/API/XR/isSessionSupported does not exist but fell back to /en-US/docs/Web/API/XRSystem/isSessionSupported
    • /zh-CN/docs/Web/API/XR/requestSession does not exist but fell back to /en-US/docs/Web/API/XRSystem/requestSession
    • /zh-CN/docs/Web/API/XRSession does not exist but fell back to /en-US/docs/Web/API/XRSession
    • /zh-CN/docs/Web/API/XRSession does not exist but fell back to /en-US/docs/Web/API/XRSession
    • and 50 more flaws omitted
  • broken_links:
    • Can't resolve /zh-CN/docs/Web/HTTP/Feature_Policy
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can't resolve /zh-CN/docs/Web/WebXR_Device_API/Rendering
    • and 3 more flaws omitted
  • translation_differences:
    • Differences in the important macros (1 in common of 3 possible)

URL: /zh-CN/docs/Web/API/Worker
Title: Worker
Flaw count: 20

  • macros:
    • /zh-CN/docs/Web/API/ChromeWorker does not exist
    • /zh-CN/docs/Web/API/AbstractWorker does not exist but fell back to /en-US/docs/Web/API/Worker
    • /zh-CN/docs/Web/API/AbstractWorker/onerror does not exist but fell back to /en-US/docs/Web/API/Worker/error_event
    • /zh-CN/docs/Web/API/EventListener redirects to /zh-CN/docs/Web/API/EventTarget/addEventListener
    • /zh-CN/docs/Web/API/AbstractWorker does not exist but fell back to /en-US/docs/Web/API/Worker
    • and 7 more flaws omitted
  • broken_links:
    • Can't resolve /zh-CN/DOM/XMLHttpRequest
    • Can't resolve /zh-CN/docs/Mozilla/js-ctypes
    • Can use the English (en-US) link as a fallback
    • Is currently http:// but can become https://
    • Can't resolve /zh-CN/docs/Web/API/Element/error_event
    • and 3 more flaws omitted

URL: /zh-CN/docs/Web/API/WebVR_API
Title: WebVR API
Flaw count: 40

  • macros:
    • /zh-CN/docs/Web/API/Navigator/getVRDevices does not exist but fell back to /en-US/docs/Web/API/Navigator/getVRDisplays
    • /zh-CN/docs/Web/API/VRDevice does not exist but fell back to /en-US/docs/Web/API/VRDisplay
    • /zh-CN/docs/Web/API/HMDVRDevice does not exist but fell back to /en-US/docs/Web/API/HMDVRDevice
    • /zh-CN/docs/Web/API/PositionSensorVRDevice does not exist but fell back to /en-US/docs/Web/API/PositionSensorVRDevice
    • /zh-CN/docs/Web/API/Navigator/getVRDevices does not exist but fell back to /en-US/docs/Web/API/Navigator/getVRDisplays
    • and 26 more flaws omitted
  • broken_links:
    • Can't resolve /zh-CN/docs/Web/API/WebVR_API/WebVR_concepts
    • Can't resolve /zh-CN/docs/Web/API/WebVR_API/WebVR_concepts
    • Anchor not lowercase
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • and 3 more flaws omitted
  • translation_differences:
    • Differences in the important macros (2 in common of 3 possible)

URL: /zh-CN/docs/Web/API/WebVR_API/Using_the_WebVR_API
Title: Using the WebVR API
Flaw count: 42

  • macros:
    • /zh-CN/docs/Web/API/Navigator/getVRDevices does not exist but fell back to /en-US/docs/Web/API/Navigator/getVRDisplays
    • /zh-CN/docs/Web/API/Navigator/getVRDevices does not exist but fell back to /en-US/docs/Web/API/Navigator/getVRDisplays
    • /zh-CN/docs/Web/API/PositionSensorVRDevice does not exist but fell back to /en-US/docs/Web/API/PositionSensorVRDevice
    • /zh-CN/docs/Web/API/PositionSensorVRDevice does not exist but fell back to /en-US/docs/Web/API/PositionSensorVRDevice
    • /zh-CN/docs/Web/API/HMDVRDevice does not exist but fell back to /en-US/docs/Web/API/HMDVRDevice
    • and 25 more flaws omitted
  • broken_links:
    • Can't resolve /zh-CN/docs/Web/API/WebVR_API/WebVR_environment_setup
    • Can't resolve /zh-CN/docs/Web/API/WebVR_API/WebVR_environment_setup
    • Can't resolve /zh-CN/docs/Web/API/WebVR_API/WebVR_environment_setup
    • Can't resolve /zh-CN/docs/Web/API/WebVR_API/WebVR_environment_setup
    • Can't resolve /zh-CN/Apps/Build/gather_and_modify_data/responding_to_device_orientation_changes
    • and 6 more flaws omitted
  • translation_differences:
    • Differences in the important macros (0 in common of 1 possible)

URL: /zh-CN/docs/Web/API/WheelEvent/deltaZ
Title: WheelEvent.deltaZ
Flaw count: 1

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

URL: /zh-CN/docs/Web/API/WebGLShaderPrecisionFormat
Title: WebGLShaderPrecisionFormat
Flaw count: 7

  • macros:
    • /zh-CN/docs/Web/API/WebGLRenderingContext/getShaderPrecisionFormat does not exist but fell back to /en-US/docs/Web/API/WebGLRenderingContext/getShaderPrecisionFormat
    • /zh-CN/docs/Web/API/WebGLShaderPrecisionFormat/rangeMin does not exist but fell back to /en-US/docs/Web/API/WebGLShaderPrecisionFormat/rangeMin
    • /zh-CN/docs/Web/API/WebGLShaderPrecisionFormat/rangeMax does not exist but fell back to /en-US/docs/Web/API/WebGLShaderPrecisionFormat/rangeMax
    • /zh-CN/docs/Web/API/WebGLShaderPrecisionFormat/precision does not exist but fell back to /en-US/docs/Web/API/WebGLShaderPrecisionFormat/precision
    • /zh-CN/docs/Web/API/WebGLRenderingContext/getShaderPrecisionFormat does not exist but fell back to /en-US/docs/Web/API/WebGLRenderingContext/getShaderPrecisionFormat
    • and 1 more flaws omitted
  • translation_differences:
    • Differences in the important macros (2 in common of 3 possible)

URL: /zh-CN/docs/Web/API/WebGLActiveInfo
Title: WebGLActiveInfo
Flaw count: 10

  • macros:
    • /zh-CN/docs/Web/API/WebGLRenderingContext/getActiveAttrib does not exist but fell back to /en-US/docs/Web/API/WebGLRenderingContext/getActiveAttrib
    • /zh-CN/docs/Web/API/WebGLRenderingContext/getActiveUniform does not exist but fell back to /en-US/docs/Web/API/WebGLRenderingContext/getActiveUniform
    • /zh-CN/docs/Web/API/WebGLActiveInfo/name does not exist but fell back to /en-US/docs/Web/API/WebGLActiveInfo/name
    • /zh-CN/docs/Web/API/WebGLActiveInfo/size does not exist but fell back to /en-US/docs/Web/API/WebGLActiveInfo/size
    • /zh-CN/docs/Web/API/WebGLActiveInfo/type does not exist but fell back to /en-US/docs/Web/API/WebGLActiveInfo/type
    • and 5 more flaws omitted

URL: /zh-CN/docs/Web/API/XMLHttpRequest
Title: XMLHttpRequest
Flaw count: 16

  • macros:
    • /zh-CN/docs/Web/API/XMLHttpRequest/onreadystatechange redirects to /zh-CN/docs/Web/API/XMLHttpRequest/readystatechange_event
    • wrong xref macro used (consider changing which macro you use)
    • wrong xref macro used (consider changing which macro you use)
    • wrong xref macro used (consider changing which macro you use)
    • wrong xref macro used (consider changing which macro you use)
    • and 10 more flaws omitted
  • translation_differences:
    • Differences in the important macros (3 in common of 4 possible)

URL: /zh-CN/docs/Web/API/XMLHttpRequest/overrideMimeType
Title: XMLHttpRequest.overrideMimeType()
Flaw count: 2

  • macros:
    • wrong xref macro used (consider changing which macro you use)
  • translation_differences:
    • Differences in the important macros (2 in common of 3 possible)

URL: /zh-CN/docs/Web/API/XMLHttpRequest/Using_XMLHttpRequest
Title: 使用 XMLHttpRequest
Flaw count: 12

  • macros:
    • /zh-CN/docs/Web/API/XMLHttpRequest/FormData redirects to /zh-CN/docs/Web/API/FormData
    • /zh-CN/docs/Web/API/XMLHttpRequest/sendAsBinary does not exist
    • /zh-CN/docs/Web/API/XMLHttpRequest/FormData redirects to /zh-CN/docs/Web/API/FormData
  • broken_links:
    • Can't resolve /zh-CN/docs/XMLSerializer
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://
    • Can't resolve /zh-CN/docs/DOM/XMLHttpRequest/FormData/Using_FormData_Objects
    • No need for the pathname in anchor links if it's the same page
    • and 4 more flaws omitted

URL: /zh-CN/docs/Web/API/XMLHttpRequest/statusText
Title: XMLHttpRequest.statusText
Flaw count: 3

  • broken_links:
    • Can't resolve /zh-CN/docs/Web/API/DOMString
    • Can't resolve /zh-CN/docs/Web/API/XMLHTTPRequest/status
    • Can't resolve /zh-CN/docs/Web/HTTP/Response_codes

URL: /zh-CN/docs/Web/API/XMLHttpRequest/Synchronous_and_Asynchronous_Requests
Title: 同步和异步请求
Flaw count: 7

  • broken_links:
    • Can't resolve /zh-CN/DOM/Worker
    • Can't resolve /zh-CN/DOM/XMLHttpRequest
    • Can't resolve /zh-CN/DOM/Worker
    • Can't resolve /zh-CN/DOM/Using_web_workers
    • Can't resolve /zh-CN/docs/Web/API/Window/onunload
    • and 2 more flaws omitted

URL: /zh-CN/docs/Web/API/XMLHttpRequest/send
Title: XMLHttpRequest.send()
Flaw count: 4

  • macros:
    • /zh-CN/docs/Web/API/BufferSource does not exist
    • wrong xref macro used (consider changing which macro you use)
  • broken_links:
    • Anchor not lowercase
    • Can't resolve /zh-CN/docs/Web/API/ArrayBufferView

URL: /zh-CN/docs/Web/API/WebGLTexture
Title: WebGLTexture
Flaw count: 11

  • macros:
    • /zh-CN/docs/Web/API/WebGLRenderingContext/isTexture does not exist but fell back to /en-US/docs/Web/API/WebGLRenderingContext/isTexture
    • /zh-CN/docs/Web/API/WebGLRenderingContext/isTexture does not exist but fell back to /en-US/docs/Web/API/WebGLRenderingContext/isTexture
    • /zh-CN/docs/Web/API/WebGLRenderingContext/compressedTexImage2D does not exist but fell back to /en-US/docs/Web/API/WebGLRenderingContext/compressedTexImage2D
    • /zh-CN/docs/Web/API/WebGLRenderingContext/compressedTexSubImage2D does not exist but fell back to /en-US/docs/Web/API/WebGLRenderingContext/compressedTexSubImage2D
    • /zh-CN/docs/Web/API/WebGLRenderingContext/copyTexImage2D does not exist but fell back to /en-US/docs/Web/API/WebGLRenderingContext/copyTexImage2D
    • and 5 more flaws omitted
  • translation_differences:
    • Differences in the important macros (2 in common of 3 possible)

URL: /zh-CN/docs/Web/API/Window/devicemotion_event
Title: Window.ondevicemotion
Flaw count: 3

  • broken_links:
    • Link points to the page it's already on
    • Link points to the page it's already on
    • Can't resolve /zh-CN/Detecting_device_orientation

URL: /zh-CN/docs/Web/API/Window/dump
Title: Window.dump()
Flaw count: 10

  • broken_links:
    • Can't resolve /zh-CN/docs/Tools/Browser_Console
    • Can't resolve /zh-CN/docs/Web/API/Console.log
    • Can't resolve /zh-CN/docs/Tools/Browser_Console
    • Can't resolve /zh-CN/docs/Error_Console
    • Can't resolve /zh-CN/docs/Tools/Browser_Console
    • and 4 more flaws omitted
  • translation_differences:
    • Differences in the important macros (1 in common of 2 possible)

URL: /zh-CN/docs/Web/API/Window/setImmediate
Title: window.setImmediate
Flaw count: 5

  • macros:
    • /zh-CN/docs/Web/API/Window/clearTimeout does not exist but fell back to /en-US/docs/Web/API/clearTimeout
    • /zh-CN/docs/Web/API/Window/setTimeout redirects to /zh-CN/docs/Web/API/setTimeout
  • broken_links:
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://

URL: /zh-CN/docs/Web/API/Window/beforeunload_event
Title: Window:beforeunload 事件
Flaw count: 1

  • macros:
    • /zh-CN/docs/Web/API/WindowEventHandlers/onbeforeunload redirects to /zh-CN/docs/Web/API/Window/beforeunload_event

URL: /zh-CN/docs/Web/API/Window/postMessage
Title: window.postMessage
Flaw count: 9

  • macros:
    • /zh-CN/docs/Web/API/Transferable does not exist
  • broken_links:
    • Can use the English (en-US) link as a fallback
    • No need for the pathname in anchor links if it's the same page
    • Can't resolve /zh-CN/docs/DOM/window.open
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • and 3 more flaws omitted

URL: /zh-CN/docs/Web/API/Window/history
Title: Window.history
Flaw count: 2

  • broken_links:
    • Can't resolve /zh-CN/DOM/window.location#replace
  • translation_differences:
    • Differences in the important macros (0 in common of 4 possible)

URL: /zh-CN/docs/Web/API/Window/ondragdrop
Title: Window.ondragdrop
Flaw count: 3

  • broken_links:
    • Can't resolve /zh-CN/docs/Web/API/Window/en/Gecko
    • Can't resolve /zh-CN/docs/Web/API/Window/en/DOM/element.addEventListener
  • translation_differences:
    • Differences in the important macros (0 in common of 1 possible)

URL: /zh-CN/docs/Web/API/Window/mozInnerScreenY
Title: Window.mozInnerScreenY
Flaw count: 3

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

URL: /zh-CN/docs/Web/API/Window/scrollMaxX
Title: Window.scrollMaxX
Flaw count: 1

  • broken_links:
    • Can use the English (en-US) link as a fallback

URL: /zh-CN/docs/Web/API/WebGLVertexArrayObject
Title: WebGLVertexArrayObject
Flaw count: 3

  • macros:
    • /zh-CN/docs/Web/API/WebGL2RenderingContext/deleteVertexArray does not exist but fell back to /en-US/docs/Web/API/WebGL2RenderingContext/deleteVertexArray
    • /zh-CN/docs/Web/API/WebGL2RenderingContext/isVertexArray does not exist but fell back to /en-US/docs/Web/API/WebGL2RenderingContext/isVertexArray
    • /zh-CN/docs/Web/API/WebGL2RenderingContext/bindVertexArray does not exist but fell back to /en-US/docs/Web/API/WebGL2RenderingContext/bindVertexArray

URL: /zh-CN/docs/Web/MathML/Element/maction
Title: <maction>
Flaw count: 2

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

URL: /zh-CN/docs/Web/CSS/mask-border-slice
Title: mask-border-slice
Flaw count: 4

  • macros:
    • /zh-CN/docs/Web/CSS/%E6%8E%A9%E6%A8%A1%E8%BE%B9%E7%95%8C%E6%BA%90 does not exist
    • /zh-CN/docs/Web/CSS/mask-border-outset does not exist but fell back to /en-US/docs/Web/CSS/mask-border-outset
  • broken_links:
    • Can't resolve /files/3814/border-image-slice.png
    • Anchor not lowercase

URL: /zh-CN/docs/Web/CSS/Privacy_and_the_:visited_selector
Title: 隐私与:visited 选择器
Flaw count: 5

  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://

URL: /zh-CN/docs/Web/CSS/@property
Title: @property
Flaw count: 7

  • macros:
    • /zh-CN/docs/Web/API/CSS/registerProperty does not exist but fell back to /en-US/docs/Web/API/CSS/registerProperty_static
    • /zh-CN/docs/Web/API/CSS/registerProperty does not exist but fell back to /en-US/docs/Web/API/CSS/registerProperty_static
  • broken_links:
    • Can't resolve /zh-CN/docs/Web/Houdini
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can't resolve /zh-CN/docs/Web/Houdini
  • translation_differences:
    • Differences in the important macros (4 in common of 6 possible)

URL: /zh-CN/docs/Web/CSS/@property/syntax
Title: syntax
Flaw count: 7

  • macros:
    • /zh-CN/docs/Web/CSS/url() redirects to /zh-CN/docs/Web/CSS/url
    • /zh-CN/docs/Web/API/CSS/registerProperty does not exist but fell back to /en-US/docs/Web/API/CSS/registerProperty_static
  • broken_links:
    • Can't resolve /zh-CN/docs/Web/API/CSS_Properties_and_值_API
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can't resolve /zh-CN/docs/Web/Houdini
  • translation_differences:
    • Differences in the important macros (4 in common of 5 possible)

URL: /zh-CN/docs/Web/CSS/::cue
Title: ::cue (:cue)
Flaw count: 4

  • macros:
    • /zh-CN/docs/Web/CSS/font-variant-east-asian does not exist but fell back to /en-US/docs/Web/CSS/font-variant-east-asian
    • /zh-CN/docs/Web/CSS/text-combine-upright does not exist but fell back to /en-US/docs/Web/CSS/text-combine-upright
    • /zh-CN/docs/Web/CSS/ruby-position does not exist but fell back to /en-US/docs/Web/CSS/ruby-position
  • translation_differences:
    • Differences in the important macros (3 in common of 4 possible)

URL: /zh-CN/docs/Web/CSS/minmax
Title: minmax()
Flaw count: 3

  • broken_links:
    • Can't resolve /zh-CN/docs/Web/CSS/CSS_grid_layout/CSS_Grid,_Logical_Values_and_Writing_Modes
    • Is currently http:// but can become https://
  • translation_differences:
    • Differences in the important macros (4 in common of 7 possible)

URL: /zh-CN/docs/Web/CSS/gradient
Title: <gradient>
Flaw count: 11

  • macros:
    • /zh-CN/docs/Web/CSS/linear-gradient does not exist but fell back to /en-US/docs/Web/CSS/gradient/linear-gradient
    • /zh-CN/docs/Web/CSS/radial-gradient does not exist but fell back to /en-US/docs/Web/CSS/gradient/radial-gradient
    • /zh-CN/docs/Web/CSS/repeating-linear-gradient does not exist but fell back to /en-US/docs/Web/CSS/gradient/repeating-linear-gradient
    • /zh-CN/docs/Web/CSS/repeating-radial-gradient does not exist but fell back to /en-US/docs/Web/CSS/gradient/repeating-radial-gradient
    • /zh-CN/docs/Web/CSS/linear-gradient does not exist but fell back to /en-US/docs/Web/CSS/gradient/linear-gradient
    • and 3 more flaws omitted
  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
  • translation_differences:
    • Differences in the important macros (3 in common of 12 possible)

URL: /zh-CN/docs/Web/CSS/gradient/repeating-linear-gradient
Title: repeating-linear-gradient()
Flaw count: 8

  • macros:
    • /zh-CN/docs/Web/CSS/linear-gradient does not exist but fell back to /en-US/docs/Web/CSS/gradient/linear-gradient
    • /zh-CN/docs/Web/CSS/gradient/repeating-conic-gradient does not exist but fell back to /en-US/docs/Web/CSS/gradient/repeating-conic-gradient
    • /zh-CN/docs/Web/CSS/image/image does not exist but fell back to /en-US/docs/Web/CSS/image/image
    • /zh-CN/docs/Web/CSS/image/image-set does not exist but fell back to /en-US/docs/Web/CSS/image/image-set
    • /zh-CN/docs/Web/CSS/cross-fade does not exist but fell back to /en-US/docs/Web/CSS/cross-fade
  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Anchor not lowercase
  • translation_differences:
    • Differences in the important macros (3 in common of 8 possible)

URL: /zh-CN/docs/Web/CSS/gradient/linear-gradient
Title: linear-gradient()
Flaw count: 12

  • macros:
    • /zh-CN/docs/Web/CSS/repeating-linear-gradient does not exist but fell back to /en-US/docs/Web/CSS/gradient/repeating-linear-gradient
    • /zh-CN/docs/Web/CSS/repeating-linear-gradient does not exist but fell back to /en-US/docs/Web/CSS/gradient/repeating-linear-gradient
    • /zh-CN/docs/Web/CSS/radial-gradient does not exist but fell back to /en-US/docs/Web/CSS/gradient/radial-gradient
    • /zh-CN/docs/Web/CSS/repeating-linear-gradient does not exist but fell back to /en-US/docs/Web/CSS/gradient/repeating-linear-gradient
    • /zh-CN/docs/Web/CSS/repeating-radial-gradient does not exist but fell back to /en-US/docs/Web/CSS/gradient/repeating-radial-gradient
  • broken_links:
    • Anchor not lowercase
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://
    • and 1 more flaws omitted
  • translation_differences:
    • Differences in the important macros (4 in common of 12 possible)

URL: /zh-CN/docs/Web/CSS/flex-grow
Title: flex-grow
Flaw count: 3

  • broken_links:
    • Can't resolve /zh-CN/docs/CSS/Value_definition_syntax
    • Can use the English (en-US) link as a fallback
  • translation_differences:
    • Differences in the important macros (5 in common of 8 possible)

URL: /zh-CN/docs/Web/CSS/custom-ident
Title: <custom-ident>
Flaw count: 4

  • macros:
    • /zh-CN/docs/Web/CSS/grid-row-start does not exist but fell back to /en-US/docs/Web/CSS/grid-row-start
    • /zh-CN/docs/Web/CSS/grid-row-end does not exist but fell back to /en-US/docs/Web/CSS/grid-row-end
    • /zh-CN/docs/Web/CSS/grid-column-start does not exist but fell back to /en-US/docs/Web/CSS/grid-column-start
    • /zh-CN/docs/Web/CSS/grid-column-end does not exist but fell back to /en-US/docs/Web/CSS/grid-column-end

URL: /zh-CN/docs/Web/CSS/::after
Title: ::after (:after)
Flaw count: 6

  • broken_links:
    • Can't resolve /zh-CN/CSS/Pseudo-elements
    • Can't resolve /zh-CN/CSS/Pseudo-elements
    • Can't resolve /zh-CN/docs/CSS/attr
    • Can't resolve /zh-CN/HTML/Global_attributes#attr-data-*
    • Can't resolve /files/4591/css-only_tooltips.html
  • translation_differences:
    • Differences in the important macros (4 in common of 10 possible)

URL: /zh-CN/docs/Web/CSS/counters
Title: counters()
Flaw count: 7

  • broken_links:
    • Can't resolve /zh-CN/docs/Web/CSS/CSS_lists/Using_CSS_counters
    • Link points to the page it's already on
    • Anchor not lowercase
    • Can use the English (en-US) link as a fallback
    • Can't resolve /zh-CN/docs/Web/CSS/CSS_lists/Using_CSS_counters
    • and 1 more flaws omitted
  • translation_differences:
    • Differences in the important macros (4 in common of 8 possible)

URL: /zh-CN/docs/Web/CSS/Reference
Title: CSS 参考
Flaw count: 8

  • macros:
    • wrong xref macro used (consider changing which macro you use)
    • /zh-CN/docs/Web/API/DocumentOrShadowRoot/styleSheets redirects to /zh-CN/docs/Web/API/Document/styleSheets
    • /zh-CN/docs/Web/API/CSSStyleDeclaration/cssText does not exist but fell back to /en-US/docs/Web/API/CSSStyleDeclaration/cssText
  • broken_links:
    • Can't resolve /zh-CN/docs/Web/CSS/inheritance
    • Can't resolve /zh-CN/docs/Web/Guide/CSS/Understanding_z-index/Stacking_context
    • Can't resolve /zh-CN/docs/Web/Guide/CSS/Visual_formatting_model
    • Can use the English (en-US) link as a fallback
    • Can't resolve /zh-CN/docs/Web/CSS/Microsoft_CSS_extensions

URL: /zh-CN/docs/Web/CSS/CSS_box_alignment/Box_alignment_in_flexbox
Title: Box alignment in Flexbox
Flaw count: 1

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

URL: /zh-CN/docs/Web/CSS/WebKit_Extensions
Title: Webkit Extensions
Flaw count: 157

  • macros:
    • /zh-CN/docs/Web/CSS/-webkit-animation does not exist but fell back to /en-US/docs/Web/CSS/animation
    • /zh-CN/docs/Web/CSS/-webkit-animation-delay does not exist but fell back to /en-US/docs/Web/CSS/animation-delay
    • /zh-CN/docs/Web/CSS/-webkit-animation-direction does not exist but fell back to /en-US/docs/Web/CSS/animation-direction
    • /zh-CN/docs/Web/CSS/-webkit-animation-duration does not exist but fell back to /en-US/docs/Web/CSS/animation-duration
    • /zh-CN/docs/Web/CSS/-webkit-animation-fill-mode does not exist but fell back to /en-US/docs/Web/CSS/animation-fill-mode
    • and 151 more flaws omitted
  • broken_links:
    • Can't resolve /zh-CN/CSS

URL: /zh-CN/docs/Web/CSS/mask-border-width
Title: mask-border-width
Flaw count: 1

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

URL: /zh-CN/docs/Web/CSS/@font-face
Title: @font-face
Flaw count: 13

  • macros:
    • /zh-CN/docs/Web/CSS/@font-face/font-variant does not exist but fell back to /en-US/docs/Web/CSS/@font-face
    • /zh-CN/docs/Web/CSS/@font-face/font-stretch does not exist but fell back to /en-US/docs/Web/CSS/@font-face/font-stretch
    • /zh-CN/docs/Web/CSS/@font-face/font-weight does not exist but fell back to /en-US/docs/Web/CSS/@font-face/font-weight
    • /zh-CN/docs/Web/CSS/@font-face/unicode-range does not exist but fell back to /en-US/docs/Web/CSS/@font-face/unicode-range
  • broken_links:
    • Can't resolve /zh-CN/docs/CSS
    • Can't resolve /zh-CN/docs/CSS/At-rule
    • Can't resolve /zh-CN/docs/CSS/At-rule#Conditional_Group_Rules
    • Can use the English (en-US) link as a fallback
    • Can't resolve /zh-CN/docs/WOFF
    • and 3 more flaws omitted
  • translation_differences:
    • Differences in the important macros (4 in common of 5 possible)

URL: /zh-CN/docs/Web/CSS/Inheritance
Title: 继承
Flaw count: 9

  • macros:
    • /zh-CN/docs/Web/CSS/revert does not exist but fell back to /en-US/docs/Web/CSS/revert
  • broken_links:
    • Can't resolve /zh-CN/docs/CSS/CSS_Reference
    • Can use the English (en-US) link as a fallback
    • Can't resolve /zh-CN/docs/CSS/initial_value
    • Can't resolve /zh-CN/docs/CSS/initial_value
    • Can't resolve /zh-CN/docs/CSS/initial_value
    • and 2 more flaws omitted
  • translation_differences:
    • Differences in the important macros (1 in common of 2 possible)

URL: /zh-CN/docs/Web/CSS/cursor
Title: cursor
Flaw count: 4

  • macros:
    • /zh-CN/docs/Web/CSS/url() redirects to /zh-CN/docs/Web/CSS/url
  • broken_links:
    • Can't resolve /zh-CN/docs/CSS/Using_URL_values_for_the_cursor_property
    • Can't resolve /zh-CN/docs/CSS/Using_URL_values_for_the_cursor_property
    • Is currently http:// but can become https://

URL: /zh-CN/docs/Web/CSS/CSS_media_queries
Title: 媒体查询
Flaw count: 4

  • macros:
    • /zh-CN/docs/Web/HTML/Element/source does not exist but fell back to /en-US/docs/Web/HTML/Element/source
  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can't resolve /zh-CN/docs/Web/CSS/CSS_media_queries/Using_CSS_media_queries_for_Accessibility

URL: /zh-CN/docs/Web/CSS/CSS_media_queries/Using_media_queries
Title: 使用媒体查询
Flaw count: 7

  • macros:
    • /zh-CN/docs/Web/HTML/Element/source does not exist but fell back to /en-US/docs/Web/HTML/Element/source
  • broken_links:
    • Anchor not lowercase
    • Anchor not lowercase
    • Anchor not lowercase
    • Is currently http:// but can become https://
    • Can use the English (en-US) link as a fallback
    • and 1 more flaws omitted

URL: /zh-CN/docs/Web/CSS/CSSOM_view/Coordinate_systems
Title: 坐���系
Flaw count: 2

  • macros:
    • /zh-CN/docs/Web/API/Span does not exist
  • broken_links:
    • Link points to the page it's already on

URL: /zh-CN/docs/Web/CSS/:dir
Title: :dir()
Flaw count: 1

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

URL: /zh-CN/docs/Web/CSS/CSS_shapes/Overview_of_shapes
Title: CSS 的图形(Shape)概览
Flaw count: 4

  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback

URL: /zh-CN/docs/Web/CSS/-webkit-overflow-scrolling
Title: -webkit-overflow-scrolling
Flaw count: 1

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

URL: /zh-CN/docs/Web/CSS/scrollbar-color
Title: scrollbar-color
Flaw count: 1

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

URL: /zh-CN/docs/Web/CSS/Visual_formatting_model
Title: 视觉格式化模型
Flaw count: 11

  • broken_links:
    • Can't resolve /zh-CN/docs/CSS/Box_positioning_scheme
    • Can't resolve /zh-CN/docs/CSS/block_formatting_context
    • Can't resolve /zh-CN/docs/CSS/Positioning_scheme
    • Can't resolve /zh-CN/docs/CSS/Inline_formatting_context
    • Can't resolve /zh-CN/docs/CSS/Inline_formatting_context
    • and 5 more flaws omitted
  • translation_differences:
    • Differences in the important macros (4 in common of 5 possible)

URL: /zh-CN/docs/Web/CSS/border-bottom-left-radius
Title: 左下边框圆角
Flaw count: 2

  • macros:
    • /zh-CN/docs/Web/CSS/border-bottom-right-radius does not exist but fell back to /en-US/docs/Web/CSS/border-bottom-right-radius
  • translation_differences:
    • Differences in the important macros (4 in common of 9 possible)

URL: /zh-CN/docs/Web/CSS/border-right
Title: border-right
Flaw count: 1

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

URL: /zh-CN/docs/Web/CSS/CSS_fonts/Variable_fonts_guide
Title: Variable fonts guide
Flaw count: 1

  • macros:
    • /zh-CN/docs/Web/CSS/font-optical-sizing does not exist but fell back to /en-US/docs/Web/CSS/font-optical-sizing

URL: /zh-CN/docs/Web/CSS/:nth-last-child
Title: :nth-last-child
Flaw count: 2

  • broken_links:
    • Can't resolve /zh-CN/docs/Web/CSS/General_sibling_selectors
  • translation_differences:
    • Differences in the important macros (5 in common of 8 possible)

URL: /zh-CN/docs/Web/CSS/pointer-events
Title: pointer-events
Flaw count: 5

  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://
  • translation_differences:
    • Differences in the important macros (3 in common of 7 possible)

URL: /zh-CN/docs/Web/CSS/-moz-user-input
Title: -moz-user-input
Flaw count: 6

  • macros:
    • /zh-CN/docs/Web/CSS/user-input does not exist
    • /zh-CN/docs/Web/CSS/-moz-user-focus does not exist but fell back to /en-US/docs/Web/CSS/-moz-user-focus
    • /zh-CN/docs/Web/CSS/-moz-user-modify does not exist but fell back to /en-US/docs/Web/CSS/user-modify
    • /zh-CN/docs/Web/CSS/-moz-user-select does not exist but fell back to /en-US/docs/Web/CSS/user-select
  • broken_links:
    • Is currently http:// but can become https://
  • translation_differences:
    • Differences in the important macros (1 in common of 3 possible)

URL: /zh-CN/docs/Web/CSS/CSS_grid_layout/Basic_concepts_of_grid_layout
Title: 网格布局的基本概念
Flaw count: 11

  • macros:
    • /zh-CN/docs/Web/CSS/grid-column-start does not exist but fell back to /en-US/docs/Web/CSS/grid-column-start
    • /zh-CN/docs/Web/CSS/grid-column-end does not exist but fell back to /en-US/docs/Web/CSS/grid-column-end
    • /zh-CN/docs/Web/CSS/grid-row-start does not exist but fell back to /en-US/docs/Web/CSS/grid-row-start
    • /zh-CN/docs/Web/CSS/grid-row-end does not exist but fell back to /en-US/docs/Web/CSS/grid-row-end
    • /zh-CN/docs/Web/CSS/grid-column-gap does not exist but fell back to /en-US/docs/Web/CSS/column-gap
    • and 3 more flaws omitted
  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
  • translation_differences:
    • Differences in the important macros (1 in common of 25 possible)

URL: /zh-CN/docs/Web/CSS/color_value
Title: <color>
Flaw count: 8

  • macros:
    • /zh-CN/docs/Web/CSS/-moz-appearance redirects to /zh-CN/docs/Web/CSS/appearance
    • /zh-CN/docs/Web/CSS/-moz-appearance redirects to /zh-CN/docs/Web/CSS/appearance
  • broken_links:
    • Is currently http:// but can become https://
    • Can't resolve /zh-CN/docs/Web/HTML/Applying_color
    • Can use the English (en-US) link as a fallback
    • Can't resolve /zh-CN/docs/
    • Anchor not lowercase
  • translation_differences:
    • Differences in the important macros (3 in common of 11 possible)

URL: /zh-CN/docs/Web/CSS/-webkit-tap-highlight-color
Title: -webkit-tap-highlight-color
Flaw count: 2

  • macros:
    • /zh-CN/docs/Web/CSS/color%20value does not exist
  • translation_differences:
    • Differences in the important macros (1 in common of 3 possible)

URL: /zh-CN/docs/Web/CSS/CSS_flexible_box_layout/Typical_use_cases_of_flexbox
Title: Flexbox 典型用例
Flaw count: 1

  • broken_links:
    • Anchor not lowercase

URL: /zh-CN/docs/Web/CSS/CSS_flexible_box_layout/Aligning_items_in_a_flex_container
Title: 对齐弹性容器中的弹性项目
Flaw count: 2

  • broken_links:
    • Can use the English (en-US) link as a fallback
  • translation_differences:
    • Differences in the important macros (12 in common of 13 possible)

URL: /zh-CN/docs/Web/CSS/resolution
Title: <resolution>
Flaw count: 2

  • macros:
    • /zh-CN/docs/Web/CSS/image-resolution does not exist but fell back to /en-US/docs/Web/CSS/image-resolution
  • broken_links:
    • Can use the English (en-US) link as a fallback

URL: /zh-CN/docs/Web/CSS/border-top
Title: border-top
Flaw count: 1

  • translation_differences:
    • Differences in the important macros (5 in common of 7 possible)

URL: /zh-CN/docs/Web/CSS/Layout_cookbook/Media_objects
Title: 指南:媒体对象
Flaw count: 1

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

URL: /zh-CN/docs/Web/CSS/counter-increment
Title: counter-increment
Flaw count: 3

  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
  • translation_differences:
    • Differences in the important macros (4 in common of 5 possible)

URL: /zh-CN/docs/Web/CSS/counter
Title: counter()
Flaw count: 5

  • broken_links:
    • Can't resolve /zh-CN/docs/Web/CSS/CSS_lists/Using_CSS_counters
    • Anchor not lowercase
    • Can use the English (en-US) link as a fallback
    • Can't resolve /zh-CN/docs/Web/CSS/CSS_lists/Using_CSS_counters
  • translation_differences:
    • Differences in the important macros (4 in common of 8 possible)

URL: /zh-CN/docs/Web/HTML/Element/article
Title: <article>
Flaw count: 25

  • macros:
    • /zh-CN/docs/Web/HTML/Attributes/accept does not exist but fell back to /en-US/docs/Web/HTML/Attributes/accept
    • /zh-CN/docs/Web/HTML/Attributes/capture does not exist but fell back to /en-US/docs/Web/HTML/Attributes/capture
    • /zh-CN/docs/Web/HTML/Attributes/dirname does not exist but fell back to /en-US/docs/Web/HTML/Attributes/dirname
    • /zh-CN/docs/Web/HTML/Attributes/elementtiming does not exist but fell back to /en-US/docs/Web/HTML/Attributes/elementtiming
    • /zh-CN/docs/Web/HTML/Attributes/for does not exist but fell back to /en-US/docs/Web/HTML/Attributes/for
    • and 17 more flaws omitted
  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Can't resolve /zh-CN/docs/Sections_and_Outlines_of_an_HTML5_document
  • translation_differences:
    • Differences in the important macros (4 in common of 5 possible)

URL: /zh-CN/docs/Web/HTML/Element/big
Title: <big>
Flaw count: 19

  • macros:
    • /zh-CN/docs/Web/HTML/Attributes/accept does not exist but fell back to /en-US/docs/Web/HTML/Attributes/accept
    • /zh-CN/docs/Web/HTML/Attributes/capture does not exist but fell back to /en-US/docs/Web/HTML/Attributes/capture
    • /zh-CN/docs/Web/HTML/Attributes/dirname does not exist but fell back to /en-US/docs/Web/HTML/Attributes/dirname
    • /zh-CN/docs/Web/HTML/Attributes/elementtiming does not exist but fell back to /en-US/docs/Web/HTML/Attributes/elementtiming
    • /zh-CN/docs/Web/HTML/Attributes/for does not exist but fell back to /en-US/docs/Web/HTML/Attributes/for
    • and 10 more flaws omitted
  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Is currently http:// but can become https://
  • translation_differences:
    • Differences in the important macros (2 in common of 5 possible)

URL: /zh-CN/docs/Web/HTML/Element/samp
Title: <samp>
Flaw count: 20

  • macros:
    • /zh-CN/docs/Web/HTML/Attributes/accept does not exist but fell back to /en-US/docs/Web/HTML/Attributes/accept
    • /zh-CN/docs/Web/HTML/Attributes/capture does not exist but fell back to /en-US/docs/Web/HTML/Attributes/capture
    • /zh-CN/docs/Web/HTML/Attributes/dirname does not exist but fell back to /en-US/docs/Web/HTML/Attributes/dirname
    • /zh-CN/docs/Web/HTML/Attributes/elementtiming does not exist but fell back to /en-US/docs/Web/HTML/Attributes/elementtiming
    • /zh-CN/docs/Web/HTML/Attributes/for does not exist but fell back to /en-US/docs/Web/HTML/Attributes/for
    • and 10 more flaws omitted
  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Can't resolve /zh-CN/DOM/element
    • Can't resolve /zh-CN/DOM/span
    • Can't resolve /zh-CN/HTML/Element/code
  • translation_differences:
    • Differences in the important macros (2 in common of 6 possible)

URL: /zh-CN/docs/Web/HTML/Element/iframe
Title: <iframe>
Flaw count: 27

  • macros:
    • /zh-CN/docs/Web/HTML/Attributes/accept does not exist but fell back to /en-US/docs/Web/HTML/Attributes/accept
    • /zh-CN/docs/Web/HTML/Attributes/capture does not exist but fell back to /en-US/docs/Web/HTML/Attributes/capture
    • /zh-CN/docs/Web/HTML/Attributes/dirname does not exist but fell back to /en-US/docs/Web/HTML/Attributes/dirname
    • /zh-CN/docs/Web/HTML/Attributes/elementtiming does not exist but fell back to /en-US/docs/Web/HTML/Attributes/elementtiming
    • /zh-CN/docs/Web/HTML/Attributes/for does not exist but fell back to /en-US/docs/Web/HTML/Attributes/for
    • and 12 more flaws omitted
  • broken_links:
    • Can't resolve /zh-CN/docs/Web/HTTP/策略特征
    • Can't resolve /zh-CN/docs/Archive/Mozilla/URIScheme
    • Can't resolve /zh-CN/docs/Web/API/HTMLHyperlinkElementUtils/hash
    • Can't resolve /zh-CN/docs/Web/API/HTMLHyperlinkElementUtils/password
    • Can't resolve /zh-CN/docs/Web/API/HTMLHyperlinkElementUtils/username
    • and 4 more flaws omitted
  • translation_differences:
    • Differences in the important macros (4 in common of 6 possible)

URL: /zh-CN/docs/Web/HTML/Element/th
Title: <th>
Flaw count: 30

  • macros:
    • /zh-CN/docs/Web/HTML/Element/td does not exist but fell back to /en-US/docs/Web/HTML/Element/td
    • /zh-CN/docs/Web/API/HTMLTableHeaderCellElement does not exist but fell back to /en-US/docs/Web/API/HTMLTableCellElement
    • /zh-CN/docs/Web/HTML/Element/td does not exist but fell back to /en-US/docs/Web/HTML/Element/td
    • /zh-CN/docs/Web/HTML/Attributes/accept does not exist but fell back to /en-US/docs/Web/HTML/Attributes/accept
    • /zh-CN/docs/Web/HTML/Attributes/capture does not exist but fell back to /en-US/docs/Web/HTML/Attributes/capture
    • and 13 more flaws omitted
  • broken_links:
    • No need for the pathname in anchor links if it's the same page
    • No need for the pathname in anchor links if it's the same page
    • No need for the pathname in anchor links if it's the same page
    • No need for the pathname in anchor links if it's the same page
    • No need for the pathname in anchor links if it's the same page
    • and 6 more flaws omitted
  • translation_differences:
    • Differences in the important macros (3 in common of 4 possible)

URL: /zh-CN/docs/Web/HTML/Element/link
Title: <link>:外部资源链接元素
Flaw count: 37

  • macros:
    • /zh-CN/docs/Web/HTML/Attributes/accept does not exist but fell back to /en-US/docs/Web/HTML/Attributes/accept
    • /zh-CN/docs/Web/HTML/Attributes/capture does not exist but fell back to /en-US/docs/Web/HTML/Attributes/capture
    • /zh-CN/docs/Web/HTML/Attributes/dirname does not exist but fell back to /en-US/docs/Web/HTML/Attributes/dirname
    • /zh-CN/docs/Web/HTML/Attributes/elementtiming does not exist but fell back to /en-US/docs/Web/HTML/Attributes/elementtiming
    • /zh-CN/docs/Web/HTML/Attributes/for does not exist but fell back to /en-US/docs/Web/HTML/Attributes/for
    • and 12 more flaws omitted
  • broken_links:
    • Can't resolve /zh-CN/docs/Web/HTML/Link_types
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can't resolve /zh-CN/docs/Web/HTML/CORS_Enabled_Image
    • Can't resolve /zh-CN/docs/Web/HTML/CORS_settings_attributes
    • and 14 more flaws omitted
  • translation_differences:
    • Differences in the important macros (3 in common of 5 possible)

URL: /zh-CN/docs/Web/HTML/Element/textarea
Title: <textarea>:文本区元素
Flaw count: 19

  • macros:
    • /zh-CN/docs/Web/HTML/Attributes/accept does not exist but fell back to /en-US/docs/Web/HTML/Attributes/accept
    • /zh-CN/docs/Web/HTML/Attributes/capture does not exist but fell back to /en-US/docs/Web/HTML/Attributes/capture
    • /zh-CN/docs/Web/HTML/Attributes/dirname does not exist but fell back to /en-US/docs/Web/HTML/Attributes/dirname
    • /zh-CN/docs/Web/HTML/Attributes/elementtiming does not exist but fell back to /en-US/docs/Web/HTML/Attributes/elementtiming
    • /zh-CN/docs/Web/HTML/Attributes/for does not exist but fell back to /en-US/docs/Web/HTML/Attributes/for
    • and 10 more flaws omitted
  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can't resolve /zh-CN/docs/Learn/HTML/Forms/Styling_HTML_forms
  • translation_differences:
    • Differences in the important macros (4 in common of 13 possible)

URL: /zh-CN/docs/Web/HTML/Element/abbr
Title: <abbr>
Flaw count: 18

  • macros:
    • /zh-CN/docs/Web/HTML/Attributes/accept does not exist but fell back to /en-US/docs/Web/HTML/Attributes/accept
    • /zh-CN/docs/Web/HTML/Attributes/capture does not exist but fell back to /en-US/docs/Web/HTML/Attributes/capture
    • /zh-CN/docs/Web/HTML/Attributes/dirname does not exist but fell back to /en-US/docs/Web/HTML/Attributes/dirname
    • /zh-CN/docs/Web/HTML/Attributes/elementtiming does not exist but fell back to /en-US/docs/Web/HTML/Attributes/elementtiming
    • /zh-CN/docs/Web/HTML/Attributes/for does not exist but fell back to /en-US/docs/Web/HTML/Attributes/for
    • and 10 more flaws omitted
  • broken_links:
    • Can't resolve /zh-CN/Learn/HTML/Howto/Mark_abbreviations_and_make_them_understandable
    • Anchor not lowercase
  • translation_differences:
    • Differences in the important macros (4 in common of 13 possible)

URL: /zh-CN/docs/Web/HTML/Element/cite
Title: <cite>
Flaw count: 17

  • macros:
    • /zh-CN/docs/Web/HTML/Attributes/accept does not exist but fell back to /en-US/docs/Web/HTML/Attributes/accept
    • /zh-CN/docs/Web/HTML/Attributes/capture does not exist but fell back to /en-US/docs/Web/HTML/Attributes/capture
    • /zh-CN/docs/Web/HTML/Attributes/dirname does not exist but fell back to /en-US/docs/Web/HTML/Attributes/dirname
    • /zh-CN/docs/Web/HTML/Attributes/elementtiming does not exist but fell back to /en-US/docs/Web/HTML/Attributes/elementtiming
    • /zh-CN/docs/Web/HTML/Attributes/for does not exist but fell back to /en-US/docs/Web/HTML/Attributes/for
    • and 10 more flaws omitted
  • broken_links:
    • Can use the English (en-US) link as a fallback
  • translation_differences:
    • Differences in the important macros (4 in common of 6 possible)

URL: /zh-CN/docs/Web/HTML/Element/xmp
Title: <xmp>
Flaw count: 19

  • macros:
    • /zh-CN/docs/Web/HTML/Attributes/accept does not exist but fell back to /en-US/docs/Web/HTML/Attributes/accept
    • /zh-CN/docs/Web/HTML/Attributes/capture does not exist but fell back to /en-US/docs/Web/HTML/Attributes/capture
    • /zh-CN/docs/Web/HTML/Attributes/dirname does not exist but fell back to /en-US/docs/Web/HTML/Attributes/dirname
    • /zh-CN/docs/Web/HTML/Attributes/elementtiming does not exist but fell back to /en-US/docs/Web/HTML/Attributes/elementtiming
    • /zh-CN/docs/Web/HTML/Attributes/for does not exist but fell back to /en-US/docs/Web/HTML/Attributes/for
    • and 11 more flaws omitted
  • broken_links:
    • Can't resolve /zh-CN/docs/CSS
    • Can't resolve /zh-CN/docs/Web/HTML/global_attributes
  • translation_differences:
    • Differences in the important macros (2 in common of 3 possible)

URL: /zh-CN/docs/Web/HTML/Element/col
Title: <col>
Flaw count: 50

  • macros:
    • /zh-CN/docs/Web/HTML/Attributes/accept does not exist but fell back to /en-US/docs/Web/HTML/Attributes/accept
    • /zh-CN/docs/Web/HTML/Attributes/capture does not exist but fell back to /en-US/docs/Web/HTML/Attributes/capture
    • /zh-CN/docs/Web/HTML/Attributes/dirname does not exist but fell back to /en-US/docs/Web/HTML/Attributes/dirname
    • /zh-CN/docs/Web/HTML/Attributes/elementtiming does not exist but fell back to /en-US/docs/Web/HTML/Attributes/elementtiming
    • /zh-CN/docs/Web/HTML/Attributes/for does not exist but fell back to /en-US/docs/Web/HTML/Attributes/for
    • and 30 more flaws omitted
  • broken_links:
    • Can use the English (en-US) link as a fallback
    • No need for the pathname in anchor links if it's the same page
    • No need for the pathname in anchor links if it's the same page
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • and 9 more flaws omitted
  • translation_differences:
    • Differences in the important macros (3 in common of 4 possible)

URL: /zh-CN/docs/Web/HTML/Element/video
Title: <video>: 视频嵌入元素
Flaw count: 33

  • macros:
    • /zh-CN/docs/Web/HTML/Attributes/accept does not exist but fell back to /en-US/docs/Web/HTML/Attributes/accept
    • /zh-CN/docs/Web/HTML/Attributes/capture does not exist but fell back to /en-US/docs/Web/HTML/Attributes/capture
    • /zh-CN/docs/Web/HTML/Attributes/dirname does not exist but fell back to /en-US/docs/Web/HTML/Attributes/dirname
    • /zh-CN/docs/Web/HTML/Attributes/elementtiming does not exist but fell back to /en-US/docs/Web/HTML/Attributes/elementtiming
    • /zh-CN/docs/Web/HTML/Attributes/for does not exist but fell back to /en-US/docs/Web/HTML/Attributes/for
    • and 21 more flaws omitted
  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • and 1 more flaws omitted
  • translation_differences:
    • Differences in the important macros (4 in common of 6 possible)

URL: /zh-CN/docs/Web/HTML/Element/input
Title: <input>:输入(表单输入)元素
Flaw count: 52

  • macros:
    • /zh-CN/docs/Web/HTML/Attributes/accept does not exist but fell back to /en-US/docs/Web/HTML/Attributes/accept
    • /zh-CN/docs/Web/HTML/Attributes/capture does not exist but fell back to /en-US/docs/Web/HTML/Attributes/capture
    • /zh-CN/docs/Web/HTML/Attributes/dirname does not exist but fell back to /en-US/docs/Web/HTML/Attributes/dirname
    • /zh-CN/docs/Web/HTML/Attributes/elementtiming does not exist but fell back to /en-US/docs/Web/HTML/Attributes/elementtiming
    • /zh-CN/docs/Web/HTML/Attributes/for does not exist but fell back to /en-US/docs/Web/HTML/Attributes/for
    • and 39 more flaws omitted
  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can't resolve /zh-CN/docs/Web/HTML/Element/Input/date#step
    • Can't resolve /zh-CN/docs/Web/HTML/Element/Input/datetime-local#step
    • and 2 more flaws omitted
  • translation_differences:
    • Differences in the important macros (28 in common of 32 possible)

URL: /zh-CN/docs/Web/HTML/Element/input/submit
Title: <input type="submit">
Flaw count: 19

  • macros:
    • /zh-CN/docs/Web/HTML/Attributes/accept does not exist but fell back to /en-US/docs/Web/HTML/Attributes/accept
    • /zh-CN/docs/Web/HTML/Attributes/capture does not exist but fell back to /en-US/docs/Web/HTML/Attributes/capture
    • /zh-CN/docs/Web/HTML/Attributes/dirname does not exist but fell back to /en-US/docs/Web/HTML/Attributes/dirname
    • /zh-CN/docs/Web/HTML/Attributes/elementtiming does not exist but fell back to /en-US/docs/Web/HTML/Attributes/elementtiming
    • /zh-CN/docs/Web/HTML/Attributes/for does not exist but fell back to /en-US/docs/Web/HTML/Attributes/for
    • and 10 more flaws omitted
  • broken_links:
    • Can't resolve /zh-CN/docs/Learn/HTML/Forms/Sending_and_retrieving_form_data
    • Anchor not lowercase
    • Can't resolve /zh-CN/docs/Learn/HTML/Forms
  • translation_differences:
    • Differences in the important macros (2 in common of 12 possible)

URL: /zh-CN/docs/Web/HTML/Element/input/email
Title: <input type="email">
Flaw count: 31

  • macros:
    • /zh-CN/docs/Web/HTML/Attributes/accept does not exist but fell back to /en-US/docs/Web/HTML/Attributes/accept
    • /zh-CN/docs/Web/HTML/Attributes/capture does not exist but fell back to /en-US/docs/Web/HTML/Attributes/capture
    • /zh-CN/docs/Web/HTML/Attributes/dirname does not exist but fell back to /en-US/docs/Web/HTML/Attributes/dirname
    • /zh-CN/docs/Web/HTML/Attributes/elementtiming does not exist but fell back to /en-US/docs/Web/HTML/Attributes/elementtiming
    • /zh-CN/docs/Web/HTML/Attributes/for does not exist but fell back to /en-US/docs/Web/HTML/Attributes/for
    • and 10 more flaws omitted
  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can't resolve /zh-CN/docs/Web/HTML/Element/Input/submit
    • Can use the English (en-US) link as a fallback
    • and 10 more flaws omitted
  • translation_differences:
    • Differences in the important macros (4 in common of 22 possible)

URL: /zh-CN/docs/Web/HTML/Element/input/range
Title: <input type="range">
Flaw count: 29

  • macros:
    • /zh-CN/docs/Web/HTML/Attributes/accept does not exist but fell back to /en-US/docs/Web/HTML/Attributes/accept
    • /zh-CN/docs/Web/HTML/Attributes/capture does not exist but fell back to /en-US/docs/Web/HTML/Attributes/capture
    • /zh-CN/docs/Web/HTML/Attributes/dirname does not exist but fell back to /en-US/docs/Web/HTML/Attributes/dirname
    • /zh-CN/docs/Web/HTML/Attributes/elementtiming does not exist but fell back to /en-US/docs/Web/HTML/Attributes/elementtiming
    • /zh-CN/docs/Web/HTML/Attributes/for does not exist but fell back to /en-US/docs/Web/HTML/Attributes/for
    • and 15 more flaws omitted
  • broken_links:
    • Can't resolve /zh-CN/docs/Web/Guide/HTML/Constraint_validation
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can't resolve /zh-CN/docs/Web/Guide/HTML/Constraint_validation
    • Can use the English (en-US) link as a fallback
    • and 3 more flaws omitted
  • translation_differences:
    • Differences in the important macros (4 in common of 25 possible)

URL: /zh-CN/docs/Web/HTML/Element/p
Title: <p>
Flaw count: 26

  • macros:
    • /zh-CN/docs/Web/HTML/Attributes/accept does not exist but fell back to /en-US/docs/Web/HTML/Attributes/accept
    • /zh-CN/docs/Web/HTML/Attributes/capture does not exist but fell back to /en-US/docs/Web/HTML/Attributes/capture
    • /zh-CN/docs/Web/HTML/Attributes/dirname does not exist but fell back to /en-US/docs/Web/HTML/Attributes/dirname
    • /zh-CN/docs/Web/HTML/Attributes/elementtiming does not exist but fell back to /en-US/docs/Web/HTML/Attributes/elementtiming
    • /zh-CN/docs/Web/HTML/Attributes/for does not exist but fell back to /en-US/docs/Web/HTML/Attributes/for
    • and 16 more flaws omitted
  • broken_links:
    • Can't resolve /zh-CN/docs/HTML/Block-level_elements
    • Anchor not lowercase
    • Anchor not lowercase
    • Anchor not lowercase
  • translation_differences:
    • Differences in the important macros (3 in common of 7 possible)

URL: /zh-CN/docs/Web/HTML/Element/footer
Title: <footer>
Flaw count: 32

  • macros:
    • /zh-CN/docs/Web/HTML/Attributes/accept does not exist but fell back to /en-US/docs/Web/HTML/Attributes/accept
    • /zh-CN/docs/Web/HTML/Attributes/capture does not exist but fell back to /en-US/docs/Web/HTML/Attributes/capture
    • /zh-CN/docs/Web/HTML/Attributes/dirname does not exist but fell back to /en-US/docs/Web/HTML/Attributes/dirname
    • /zh-CN/docs/Web/HTML/Attributes/elementtiming does not exist but fell back to /en-US/docs/Web/HTML/Attributes/elementtiming
    • /zh-CN/docs/Web/HTML/Attributes/for does not exist but fell back to /en-US/docs/Web/HTML/Attributes/for
    • and 16 more flaws omitted
  • broken_links:
    • Can't resolve /zh-CN/docs/Web/Guide/HTML/Sections_and_Outlines_of_an_HTML5_document#Defining_Sections_in_HTML5
    • Can't resolve /zh-CN/docs/Web/Guide/HTML/Sections_and_Outlines_of_an_HTML5_document#Sectioning_root
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • and 5 more flaws omitted
  • translation_differences:
    • Differences in the important macros (4 in common of 5 possible)

URL: /zh-CN/docs/Web/HTML/Element/tfoot
Title: <tfoot>
Flaw count: 23

  • macros:
    • /zh-CN/docs/Web/API/HTMLTableSectionElement does not exist but fell back to /en-US/docs/Web/API/HTMLTableSectionElement
    • /zh-CN/docs/Web/HTML/Element/td does not exist but fell back to /en-US/docs/Web/HTML/Element/td
    • /zh-CN/docs/Web/HTML/Element/td does not exist but fell back to /en-US/docs/Web/HTML/Element/td
    • /zh-CN/docs/Web/HTML/Attributes/accept does not exist but fell back to /en-US/docs/Web/HTML/Attributes/accept
    • /zh-CN/docs/Web/HTML/Attributes/capture does not exist but fell back to /en-US/docs/Web/HTML/Attributes/capture
    • and 13 more flaws omitted
  • broken_links:
    • No need for the pathname in anchor links if it's the same page
    • No need for the pathname in anchor links if it's the same page
    • Can't resolve /zh-CN/docs/Web/HTML/Element/tbtfootody#char
    • No need for the pathname in anchor links if it's the same page
  • translation_differences:
    • Differences in the important macros (3 in common of 4 possible)

URL: /zh-CN/docs/Web/HTML/Element/div
Title: <div>:内容划分元素
Flaw count: 16

  • macros:
    • /zh-CN/docs/Web/HTML/Attributes/accept does not exist but fell back to /en-US/docs/Web/HTML/Attributes/accept
    • /zh-CN/docs/Web/HTML/Attributes/capture does not exist but fell back to /en-US/docs/Web/HTML/Attributes/capture
    • /zh-CN/docs/Web/HTML/Attributes/dirname does not exist but fell back to /en-US/docs/Web/HTML/Attributes/dirname
    • /zh-CN/docs/Web/HTML/Attributes/elementtiming does not exist but fell back to /en-US/docs/Web/HTML/Attributes/elementtiming
    • /zh-CN/docs/Web/HTML/Attributes/for does not exist but fell back to /en-US/docs/Web/HTML/Attributes/for
    • and 10 more flaws omitted
  • translation_differences:
    • Differences in the important macros (4 in common of 8 possible)

URL: /zh-CN/docs/Web/HTML/Element/select
Title: <select>
Flaw count: 23

  • macros:
    • /zh-CN/docs/Web/HTML/Attributes/accept does not exist but fell back to /en-US/docs/Web/HTML/Attributes/accept
    • /zh-CN/docs/Web/HTML/Attributes/capture does not exist but fell back to /en-US/docs/Web/HTML/Attributes/capture
    • /zh-CN/docs/Web/HTML/Attributes/dirname does not exist but fell back to /en-US/docs/Web/HTML/Attributes/dirname
    • /zh-CN/docs/Web/HTML/Attributes/elementtiming does not exist but fell back to /en-US/docs/Web/HTML/Attributes/elementtiming
    • /zh-CN/docs/Web/HTML/Attributes/for does not exist but fell back to /en-US/docs/Web/HTML/Attributes/for
    • and 12 more flaws omitted
  • broken_links:
    • Can't resolve /zh-CN/docs/Learn/HTML/Forms/The_native_form_widgets
    • Can't resolve /zh-CN/docs/Web/HTML/Attributes/自动完成属性
    • Can't resolve /zh-CN/docs/learn/Accessibility/WAI-ARIA_basics
    • Can't resolve /zh-CN/docs/Learn/HTML/Forms/Styling_HTML_forms
    • Can't resolve /zh-CN/docs/Learn/HTML/Forms/Advanced_styling_for_HTML_forms
  • translation_differences:
    • Differences in the important macros (4 in common of 9 possible)

URL: /zh-CN/docs/Web/HTML/Element/area
Title: <area>
Flaw count: 21

  • macros:
    • /zh-CN/docs/Web/HTML/Attributes/accept does not exist but fell back to /en-US/docs/Web/HTML/Attributes/accept
    • /zh-CN/docs/Web/HTML/Attributes/capture does not exist but fell back to /en-US/docs/Web/HTML/Attributes/capture
    • /zh-CN/docs/Web/HTML/Attributes/dirname does not exist but fell back to /en-US/docs/Web/HTML/Attributes/dirname
    • /zh-CN/docs/Web/HTML/Attributes/elementtiming does not exist but fell back to /en-US/docs/Web/HTML/Attributes/elementtiming
    • /zh-CN/docs/Web/HTML/Attributes/for does not exist but fell back to /en-US/docs/Web/HTML/Attributes/for
    • and 10 more flaws omitted
  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://
  • translation_differences:
    • Differences in the important macros (3 in common of 5 possible)

URL: /zh-CN/docs/Web/HTML/Element/pre
Title: <pre>
Flaw count: 18

  • macros:
    • /zh-CN/docs/Web/HTML/Attributes/accept does not exist but fell back to /en-US/docs/Web/HTML/Attributes/accept
    • /zh-CN/docs/Web/HTML/Attributes/capture does not exist but fell back to /en-US/docs/Web/HTML/Attributes/capture
    • /zh-CN/docs/Web/HTML/Attributes/dirname does not exist but fell back to /en-US/docs/Web/HTML/Attributes/dirname
    • /zh-CN/docs/Web/HTML/Attributes/elementtiming does not exist but fell back to /en-US/docs/Web/HTML/Attributes/elementtiming
    • /zh-CN/docs/Web/HTML/Attributes/for does not exist but fell back to /en-US/docs/Web/HTML/Attributes/for
    • and 11 more flaws omitted
  • broken_links:
    • No need for the pathname in anchor links if it's the same page
  • translation_differences:
    • Differences in the important macros (4 in common of 7 possible)

URL: /zh-CN/docs/Web/HTML/Element/slot
Title: <slot>
Flaw count: 16

  • macros:
    • /zh-CN/docs/Web/HTML/Attributes/accept does not exist but fell back to /en-US/docs/Web/HTML/Attributes/accept
    • /zh-CN/docs/Web/HTML/Attributes/capture does not exist but fell back to /en-US/docs/Web/HTML/Attributes/capture
    • /zh-CN/docs/Web/HTML/Attributes/dirname does not exist but fell back to /en-US/docs/Web/HTML/Attributes/dirname
    • /zh-CN/docs/Web/HTML/Attributes/elementtiming does not exist but fell back to /en-US/docs/Web/HTML/Attributes/elementtiming
    • /zh-CN/docs/Web/HTML/Attributes/for does not exist but fell back to /en-US/docs/Web/HTML/Attributes/for
    • and 11 more flaws omitted

URL: /zh-CN/docs/Web/HTML/Element/style
Title: <style>
Flaw count: 22

  • macros:
    • /zh-CN/docs/Web/HTML/Attributes/accept does not exist but fell back to /en-US/docs/Web/HTML/Attributes/accept
    • /zh-CN/docs/Web/HTML/Attributes/capture does not exist but fell back to /en-US/docs/Web/HTML/Attributes/capture
    • /zh-CN/docs/Web/HTML/Attributes/dirname does not exist but fell back to /en-US/docs/Web/HTML/Attributes/dirname
    • /zh-CN/docs/Web/HTML/Attributes/elementtiming does not exist but fell back to /en-US/docs/Web/HTML/Attributes/elementtiming
    • /zh-CN/docs/Web/HTML/Attributes/for does not exist but fell back to /en-US/docs/Web/HTML/Attributes/for
    • and 10 more flaws omitted
  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Anchor not lowercase
    • Anchor not lowercase
    • Anchor not lowercase
    • Can't resolve /zh-CN/docs/Web/Guide/CSS/Media_queries
    • and 1 more flaws omitted
  • translation_differences:
    • Differences in the important macros (4 in common of 10 possible)

URL: /zh-CN/docs/Web/HTML/Element/progress
Title: <progress>:进度指示元素
Flaw count: 21

  • macros:
    • /zh-CN/docs/Web/HTML/Attributes/accept does not exist but fell back to /en-US/docs/Web/HTML/Attributes/accept
    • /zh-CN/docs/Web/HTML/Attributes/capture does not exist but fell back to /en-US/docs/Web/HTML/Attributes/capture
    • /zh-CN/docs/Web/HTML/Attributes/dirname does not exist but fell back to /en-US/docs/Web/HTML/Attributes/dirname
    • /zh-CN/docs/Web/HTML/Attributes/elementtiming does not exist but fell back to /en-US/docs/Web/HTML/Attributes/elementtiming
    • /zh-CN/docs/Web/HTML/Attributes/for does not exist but fell back to /en-US/docs/Web/HTML/Attributes/for
    • and 13 more flaws omitted
  • broken_links:
    • Can't resolve /zh-CN/HTML/Global_attributes
    • Can't resolve /zh-CN/DOM/HTMLProgressElement
  • translation_differences:
    • Differences in the important macros (4 in common of 8 possible)

URL: /zh-CN/docs/Web/HTML/Element/button
Title: <button>
Flaw count: 22

  • macros:
    • /zh-CN/docs/Web/HTML/Attributes/accept does not exist but fell back to /en-US/docs/Web/HTML/Attributes/accept
    • /zh-CN/docs/Web/HTML/Attributes/capture does not exist but fell back to /en-US/docs/Web/HTML/Attributes/capture
    • /zh-CN/docs/Web/HTML/Attributes/dirname does not exist but fell back to /en-US/docs/Web/HTML/Attributes/dirname
    • /zh-CN/docs/Web/HTML/Attributes/elementtiming does not exist but fell back to /en-US/docs/Web/HTML/Attributes/elementtiming
    • /zh-CN/docs/Web/HTML/Attributes/for does not exist but fell back to /en-US/docs/Web/HTML/Attributes/for
    • and 11 more flaws omitted
  • broken_links:
    • Can't resolve /zh-CN/docs/Learn/HTML/Forms
    • Can use the English (en-US) link as a fallback
    • Is currently http:// but can become https://
    • No need for the pathname in anchor links if it's the same page
    • No need for the pathname in anchor links if it's the same page
  • translation_differences:
    • Differences in the important macros (3 in common of 7 possible)

URL: /zh-CN/docs/Web/HTML/Element/table
Title: <table>:表格元素
Flaw count: 21

  • macros:
    • /zh-CN/docs/Web/HTML/Attributes/accept does not exist but fell back to /en-US/docs/Web/HTML/Attributes/accept
    • /zh-CN/docs/Web/HTML/Attributes/capture does not exist but fell back to /en-US/docs/Web/HTML/Attributes/capture
    • /zh-CN/docs/Web/HTML/Attributes/dirname does not exist but fell back to /en-US/docs/Web/HTML/Attributes/dirname
    • /zh-CN/docs/Web/HTML/Attributes/elementtiming does not exist but fell back to /en-US/docs/Web/HTML/Attributes/elementtiming
    • /zh-CN/docs/Web/HTML/Attributes/for does not exist but fell back to /en-US/docs/Web/HTML/Attributes/for
    • and 11 more flaws omitted
  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
  • translation_differences:
    • Differences in the important macros (4 in common of 15 possible)

URL: /zh-CN/docs/Web/HTML/Element/mark
Title: <mark>
Flaw count: 22

  • macros:
    • /zh-CN/docs/Web/HTML/Attributes/accept does not exist but fell back to /en-US/docs/Web/HTML/Attributes/accept
    • /zh-CN/docs/Web/HTML/Attributes/capture does not exist but fell back to /en-US/docs/Web/HTML/Attributes/capture
    • /zh-CN/docs/Web/HTML/Attributes/dirname does not exist but fell back to /en-US/docs/Web/HTML/Attributes/dirname
    • /zh-CN/docs/Web/HTML/Attributes/elementtiming does not exist but fell back to /en-US/docs/Web/HTML/Attributes/elementtiming
    • /zh-CN/docs/Web/HTML/Attributes/for does not exist but fell back to /en-US/docs/Web/HTML/Attributes/for
    • and 10 more flaws omitted
  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • and 1 more flaws omitted
  • translation_differences:
    • Differences in the important macros (3 in common of 7 possible)

URL: /zh-CN/docs/Web/HTML/Global_attributes/contextmenu
Title: contextmenu
Flaw count: 16

  • macros:
    • /zh-CN/docs/Web/HTML/Attributes/accept does not exist but fell back to /en-US/docs/Web/HTML/Attributes/accept
    • /zh-CN/docs/Web/HTML/Attributes/capture does not exist but fell back to /en-US/docs/Web/HTML/Attributes/capture
    • /zh-CN/docs/Web/HTML/Attributes/dirname does not exist but fell back to /en-US/docs/Web/HTML/Attributes/dirname
    • /zh-CN/docs/Web/HTML/Attributes/elementtiming does not exist but fell back to /en-US/docs/Web/HTML/Attributes/elementtiming
    • /zh-CN/docs/Web/HTML/Attributes/for does not exist but fell back to /en-US/docs/Web/HTML/Attributes/for
    • and 10 more flaws omitted
  • translation_differences:
    • Differences in the important macros (2 in common of 4 possible)

URL: /zh-CN/docs/Web/JavaScript
Title: JavaScript
Flaw count: 3

  • broken_links:
    • Can't resolve /zh-CN/docs/Web/JavaScript/A_re-introduction_to_JavaScript
    • Can't resolve /zh-CN/docs/Web/JavaScript/Guide/Inheritance_and_the_prototype_chain
    • Can't resolve /zh-CN/docs/Web/JavaScript/Typed_arrays

URL: /zh-CN/docs/Web/JavaScript/Language_overview
Title: 重新介绍 JavaScript(JS 教程)
Flaw count: 21

  • macros:
    • wrong xref macro used (consider changing which macro you use)
    • wrong xref macro used (consider changing which macro you use)
    • wrong xref macro used (consider changing which macro you use)
  • broken_links:
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://
    • and 13 more flaws omitted

URL: /zh-CN/docs/Web/JavaScript/Reference/Operators/this
Title: this
Flaw count: 2

  • broken_links:
    • Can't resolve /zh-CN/docs/Glossary/undefined
    • Can use the English (en-US) link as a fallback

URL: /zh-CN/docs/Web/JavaScript/Reference/Operators/Property_accessors
Title: 属性访问器
Flaw count: 3

  • broken_links:
    • Can't resolve /zh-CN/docs/Mozilla/Projects/SpiderMonkey
    • Anchor not lowercase
  • translation_differences:
    • Differences in the important macros (3 in common of 5 possible)

URL: /zh-CN/docs/Web/JavaScript/Reference/Operators/new.target
Title: new.target
Flaw count: 1

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

URL: /zh-CN/docs/Web/JavaScript/Reference/Operators/null
Title: null
Flaw count: 2

  • broken_links:
    • Can use the English (en-US) link as a fallback
  • translation_differences:
    • Differences in the important macros (3 in common of 5 possible)

URL: /zh-CN/docs/Web/JavaScript/Reference/Lexical_grammar
Title: 词法文法
Flaw count: 10

  • macros:
    • /zh-CN/docs/Web/JavaScript/Reference/Statements/default does not exist but fell back to /en-US/docs/Web/JavaScript/Reference/Statements/switch
  • broken_links:
    • Anchor not lowercase
    • Anchor not lowercase
    • Can't resolve /zh-CN/docs/Web/JavaScript/Reference/template_strings
    • Is currently http:// but can become https://
    • Anchor not lowercase
    • and 3 more flaws omitted
  • translation_differences:
    • Differences in the important macros (2 in common of 3 possible)

URL: /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/globalThis
Title: globalThis
Flaw count: 1

  • macros:
    • /zh-CN/docs/Web/JavaScript/Reference/eval redirects to /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/eval

URL: /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Proxy
Title: Proxy
Flaw count: 26

  • macros:
    • /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Proxy/handler does not exist but fell back to /en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy/Proxy
    • /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Proxy/handler/getPrototypeOf redirects to /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Proxy/Proxy/getPrototypeOf
    • /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Proxy/handler/setPrototypeOf redirects to /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Proxy/Proxy/setPrototypeOf
    • /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Proxy/handler/isExtensible redirects to /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Proxy/Proxy/isExtensible
    • /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Proxy/handler/preventExtensions redirects to /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Proxy/Proxy/preventExtensions
    • and 13 more flaws omitted
  • broken_links:
    • Anchor not lowercase
    • Can't resolve /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Proxy/handler/construct
    • Can't resolve /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Proxy/handler/apply
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • and 3 more flaws omitted

URL: /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Function/caller
Title: Function.caller
Flaw count: 3

  • broken_links:
    • Can't resolve /zh-CN/SpiderMonkey
    • Can't resolve /zh-CN/JavaScript/Reference/Functions_and_function_scope/arguments/caller
  • translation_differences:
    • Differences in the important macros (0 in common of 1 possible)

URL: /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Atomics/isLockFree
Title: Atomics.isLockFree()
Flaw count: 1

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

URL: /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/WeakRef
Title: WeakRef
Flaw count: 3

  • macros:
    • /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/FinalizationRegistry does not exist but fell back to /en-US/docs/Web/JavaScript/Reference/Global_Objects/FinalizationRegistry
    • /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/FinalizationRegistry does not exist but fell back to /en-US/docs/Web/JavaScript/Reference/Global_Objects/FinalizationRegistry
  • broken_links:
    • Anchor not lowercase

URL: /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/WeakRef/deref
Title: WeakRef.prototype.deref()
Flaw count: 2

  • broken_links:
    • Anchor not lowercase
    • Anchor not lowercase

URL: /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Symbol/asyncIterator
Title: Symbol.asyncIterator
Flaw count: 1

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

URL: /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Date/parse
Title: Date.parse()
Flaw count: 5

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

URL: /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/toString
Title: TypedArray.prototype.toString()
Flaw count: 2

  • broken_links:
    • Anchor not lowercase
  • translation_differences:
    • Differences in the important macros (2 in common of 3 possible)

URL: /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/some
Title: TypedArray.prototype.some()
Flaw count: 1

  • broken_links:
    • Anchor not lowercase

URL: /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/join
Title: TypedArray.prototype.join()
Flaw count: 1

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

URL: /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Intl
Title: Intl
Flaw count: 22

  • macros:
    • /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Collator redirects to /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Intl/Collator
    • /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat redirects to /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat
    • /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat redirects to /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat
    • /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Collator redirects to /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Intl/Collator
    • /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat redirects to /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat
    • and 14 more flaws omitted
  • broken_links:
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://

URL: /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Intl/ListFormat
Title: Intl.ListFormat
Flaw count: 4

  • macros:
    • /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/ListFormat/prototype does not exist but fell back to /en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/ListFormat
    • /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/ListFormat/supportedLocalesOf does not exist but fell back to /en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/ListFormat/supportedLocalesOf
  • broken_links:
    • Anchor not lowercase
  • translation_differences:
    • Differences in the important macros (2 in common of 4 possible)

URL: /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Reflect
Title: Reflect
Flaw count: 2

  • macros:
    • /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Proxy/handler does not exist but fell back to /en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy/Proxy
  • broken_links:
    • Can use the English (en-US) link as a fallback

URL: /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Reflect/construct
Title: Reflect.construct()
Flaw count: 1

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

URL: /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Reflect/has
Title: Reflect.has()
Flaw count: 1

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

URL: /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Number/MIN_SAFE_INTEGER
Title: Number.MIN_SAFE_INTEGER
Flaw count: 1

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

URL: /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Error/stack
Title: Error.prototype.stack
Flaw count: 4

  • broken_links:
    • Can't resolve /zh-CN/docs/Tools/Debugger
    • Can use the English (en-US) link as a fallback
    • Is currently http:// but can become https://
    • Can't resolve /zh-CN/docs/Components.stack

URL: /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/encodeURI
Title: encodeURI()
Flaw count: 2

  • broken_links:
    • Is currently http:// but can become https://
  • translation_differences:
    • Differences in the important macros (3 in common of 4 possible)

URL: /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/RegExp
Title: RegExp(正则表达式)
Flaw count: 2

  • broken_links:
    • Can't resolve /zh-CN/docs/Web/JavaScript/Guide/
    • Anchor not lowercase

URL: /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/RegExp/RegExp
Title: RegExp() constructor
Flaw count: 1

  • broken_links:
    • Can't resolve /zh-CN/docs/Web/API/DOMString/Binary

URL: /zh-CN/docs/Web/JavaScript/Reference/Statements/for...in
Title: for...in
Flaw count: 2

  • macros:
    • /zh-CN/docs/Web/JavaScript/Reference/Statements/for_each...in does not exist
  • translation_differences:
    • Differences in the important macros (3 in common of 4 possible)

URL: /zh-CN/docs/Web/JavaScript/Reference/Statements/for...of
Title: for...of
Flaw count: 11

  • macros:
    • /zh-CN/docs/Web/JavaScript/Reference/arguments does not exist
    • /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Object/prototype does not exist but fell back to /en-US/docs/Web/JavaScript/Reference/Global_Objects/Object
    • /zh-CN/docs/Web/JavaScript/Reference/Array/prototype does not exist
  • broken_links:
    • Can't resolve /zh-CN/docs/Web/JavaScript/Guide/iterable
    • Can't resolve /zh-CN/docs/Web/JavaScript/Reference/Functions_and_function_scope/arguments
  • heading_links:
    • h3 heading contains an <a> tag
    • h3 heading contains an <a> tag
    • h3 heading contains an <a> tag
    • h3 heading contains an <a> tag
    • h3 heading contains an <a> tag
    • and 1 more flaws omitted

URL: /zh-CN/docs/Web/JavaScript/Reference/Statements/with
Title: with
Flaw count: 2

  • broken_links:
    • Can't resolve /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Array/prototype
    • Can use the English (en-US) link as a fallback

URL: /zh-CN/docs/Web/JavaScript/Reference/Statements/const
Title: const
Flaw count: 2

  • broken_links:
    • Anchor not lowercase
    • Anchor not lowercase

URL: /zh-CN/docs/Web/JavaScript/Reference/Functions
Title: 函数
Flaw count: 16

  • broken_links:
    • Can't resolve /zh-CN/JavaScript/Reference/Global_Objects/Function
    • Can't resolve /zh-CN/JavaScript/Reference/Statements/return
    • Can't resolve /zh-CN/JavaScript/Reference/Operators/new
    • Can't resolve /zh-CN/JavaScript/Reference/Global_Objects/Object/constructor
    • Can't resolve /zh-CN/JavaScript/Reference/Operators/this
    • and 11 more flaws omitted

URL: /zh-CN/docs/Web/JavaScript/Reference/Functions/Arrow_functions
Title: 箭头函数
Flaw count: 1

  • broken_links:
    • Can't resolve /zh-CN/docs/Web/JavaScript/Reference/Functions/Rest_parameters

URL: /zh-CN/docs/Web/JavaScript/Reference/Functions/arguments
Title: Arguments 对象
Flaw count: 8

  • broken_links:
    • No need for the pathname in anchor links if it's the same page
    • Can't resolve /zh-CN/docs/JavaScript/Reference/Functions_and_function_scope/arguments/length
    • Can't resolve /zh-CN/docs/JavaScript/Reference/Global_Objects/Function/length
    • Can't resolve /zh-CN/docs/Web/JavaScript/Reference/Operators/Spread_operator
    • Can't resolve /zh-CN/docs/Web/JavaScript/Reference/Functions/Rest_parameters
    • and 3 more flaws omitted

URL: /zh-CN/docs/Web/JavaScript/Reference/Functions/arguments/length
Title: arguments.length
Flaw count: 2

  • broken_links:
    • Can't resolve /zh-CN/docs/JavaScript/Reference/Global_Objects/Function/length
    • Can't resolve /zh-CN/docs/JavaScript/Reference/Global_Objects/Function/length

URL: /zh-CN/docs/Web/JavaScript/Reference/Functions/Method_definitions
Title: 方法的定义
Flaw count: 1

  • broken_links:
    • Can use the English (en-US) link as a fallback

URL: /zh-CN/docs/Web/JavaScript/Reference/Functions/set
Title: setter
Flaw count: 1

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

URL: /zh-CN/docs/Web/JavaScript/Reference/Functions/rest_parameters
Title: 剩余参数
Flaw count: 9

  • broken_links:
    • Can't resolve /zh-CN/JavaScript/Reference/Functions_and_function_scope/arguments
    • Can't resolve /zh-CN/JavaScript/Reference/Global_Objects/Array
    • Can't resolve /zh-CN/JavaScript/Reference/Global_Objects/Array/sort
    • Can't resolve /zh-CN/JavaScript/Reference/Global_Objects/Array/map
    • Can't resolve /zh-CN/JavaScript/Reference/Global_Objects/Array/forEach
    • and 3 more flaws omitted
  • translation_differences:
    • Differences in the important macros (3 in common of 5 possible)

URL: /zh-CN/docs/Web/JavaScript/Reference/Functions/get
Title: getter
Flaw count: 2

  • broken_links:
    • Is currently http:// but can become https://
    • Can't resolve https://developer.mozilla.org/zh-CN/docs/Mozilla/JavaScript_code_modules/XPCOMUtils.jsm#defineLazyGetter()

URL: /zh-CN/docs/Web/JavaScript/Reference/Classes
Title:
Flaw count: 3

  • broken_links:
    • No need for the pathname in anchor links if it's the same page
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback

URL: /zh-CN/docs/Web/JavaScript/Reference/Strict_mode
Title: 严格模式
Flaw count: 13

  • macros:
    • /zh-CN/docs/Web/API/WindowTimers/setTimeout does not exist but fell back to /en-US/docs/Web/API/setTimeout
  • broken_links:
    • Can't resolve /docs/Glossary/Sloppy_mode
    • Is currently http:// but can become https://
    • Can't resolve /zh-CN/docs/Web/JavaScript/Reference/Strict_mode/Transitioning_to_strict_mode
    • Can't resolve /zh-CN/JavaScript/Reference/Global_Objects/Object/preventExtensions
    • Is currently http:// but can become https://
    • and 6 more flaws omitted
  • translation_differences:
    • Differences in the important macros (1 in common of 2 possible)

URL: /zh-CN/docs/Web/JavaScript/Guide/Working_with_objects
Title: 使用对象
Flaw count: 12

  • macros:
    • wrong xref macro used (consider changing which macro you use)
  • broken_links:
    • Can't resolve /zh-CN/docs/Web/JavaScript/Guide/Details_of_the_Object_Model
    • Can't resolve /zh-CN/docs/JavaScript/Guide/Statements#for...in_Statement
    • Can't resolve /zh-CN/docs/JavaScript/ECMAScript_5_support_in_Mozilla
    • Can't resolve /zh-CN/docs/JavaScript/Reference/Statements/for...in
    • Can't resolve /zh-CN/docs/JavaScript/Reference/Global_Objects/Object/keys
    • and 6 more flaws omitted

URL: /zh-CN/docs/Web/JavaScript/Guide/Introduction
Title: 介绍
Flaw count: 11

  • macros:
    • /zh-CN/docs/Glossary/WWW does not exist but fell back to /en-US/docs/Glossary/World_Wide_Web
  • broken_links:
    • Can't resolve /zh-CN/Learn
    • Can't resolve /zh-CN/Learn
    • Can't resolve /zh-CN/docs/Web/JavaScript/Guide/Details_of_the_Object_Model
    • Is currently http:// but can become https://
    • Can't resolve /zh-CN/docs/Web/JavaScript/New_in_JavaScript
    • and 4 more flaws omitted
  • translation_differences:
    • Differences in the important macros (0 in common of 2 possible)

URL: /zh-CN/docs/Web/JavaScript/Guide/Expressions_and_operators
Title: 表达式与运算符
Flaw count: 35

  • macros:
    • /zh-CN/docs/Web/JavaScript/Reference/Operators/Array_comprehensions does not exist but fell back to /en-US/docs/Web/JavaScript/Reference/Deprecated_and_obsolete_features
    • /zh-CN/docs/Web/JavaScript/Reference/Operators/Generator_comprehensions does not exist but fell back to /en-US/docs/Web/JavaScript/Reference/Deprecated_and_obsolete_features
  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • and 28 more flaws omitted

URL: /zh-CN/docs/Web/JavaScript/Guide/Keyed_collections
Title: 带键的集合
Flaw count: 2

  • broken_links:
    • Is currently http:// but can become https://
    • Can't resolve /zh-CN/docs/Web/JavaScript/Reference/Operators/Spread_operator

URL: /zh-CN/docs/Web/JavaScript/Guide/Grammar_and_types
Title: 语法和数据类型
Flaw count: 10

  • broken_links:
    • Anchor not lowercase
    • No need for the pathname in anchor links if it's the same page
    • Can use the English (en-US) link as a fallback
    • Can't resolve /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/null
    • Can't resolve /zh-CN/docs/JavaScript/Reference/Global_Objects/Object
    • and 5 more flaws omitted

URL: /zh-CN/docs/Web/JavaScript/Guide/Control_flow_and_error_handling
Title: 流程控制与错误处理
Flaw count: 4

  • broken_links:
    • No need for the pathname in anchor links if it's the same page
    • No need for the pathname in anchor links if it's the same page
    • Anchor not lowercase
    • Anchor not lowercase

URL: /zh-CN/docs/Web/JavaScript/Guide/Modules
Title: JavaScript 模块
Flaw count: 2

  • broken_links:
    • Anchor not lowercase
    • Is currently http:// but can become https://

URL: /zh-CN/docs/Web/JavaScript/Guide/Regular_expressions
Title: 正则表达式
Flaw count: 12

  • broken_links:
    • Can't resolve /zh-CN/docs/JavaScript/Reference/Global_Objects/RegExp
    • Can't resolve /zh-CN/docs/Web/JavaScript/Guide/Regular_expressions/Groups_and_Ranges
    • Can't resolve /zh-CN/docs/JavaScript/Reference/Global_Objects/RegExp
    • Can't resolve /zh-CN/docs/JavaScript/Reference/Global_Objects/RegExp/exec
    • Can use the English (en-US) link as a fallback
    • and 6 more flaws omitted
  • translation_differences:
    • Differences in the important macros (1 in common of 2 possible)

URL: /zh-CN/docs/Web/JavaScript/JavaScript_technologies_overview
Title: JavaScript 技术概览
Flaw count: 9

  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • Can't resolve /zh-CN/docs/Mozilla/Projects/SpiderMonkey
    • Can't resolve /zh-CN/docs/Rhino
    • Is currently http:// but can become https://
    • and 4 more flaws omitted
External URLs (89)

URL: /zh-CN/docs/Web/Guide/Audio_and_video_delivery/Live_streaming_web_audio_and_video
Title: 实时传输 Web 音频与视频


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


URL: /zh-CN/docs/Web/HTTP/Headers/Cache-Control
Title: Cache-Control


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


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


URL: /zh-CN/docs/Web/HTTP/Content_negotiation/List_of_default_Accept_values
Title: Accept 默认值


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


URL: /zh-CN/docs/Web/API/WebSockets_API
Title: WebSockets


URL: /zh-CN/docs/Web/API/WebSockets_API/Writing_WebSocket_servers
Title: 编写 WebSocket 服务器


URL: /zh-CN/docs/Web/API/WebSockets_API/Writing_a_WebSocket_server_in_Java
Title: Writing a WebSocket server in Java


URL: /zh-CN/docs/Web/API/WebRTC_API/Signaling_and_video_calling
Title: 信令与视频通话


URL: /zh-CN/docs/Web/API/WebRTC_API/Session_lifetime
Title: WebRTC 介绍


URL: /zh-CN/docs/Web/API/WebRTC_API/Protocols
Title: WebRTC 协议介绍


URL: /zh-CN/docs/Web/API/WebXR_Device_API
Title: WebXR 设备 接口参考


URL: /zh-CN/docs/Web/API/WebVR_API/Using_the_WebVR_API
Title: Using the WebVR API


URL: /zh-CN/docs/Web/API/Window/dump
Title: Window.dump()


URL: /zh-CN/docs/Web/API/Window/setImmediate
Title: window.setImmediate


URL: /zh-CN/docs/Web/API/Window/beforeunload_event
Title: Window:beforeunload 事件


URL: /zh-CN/docs/Web/API/Window/ondragdrop
Title: Window.ondragdrop


URL: /zh-CN/docs/Web/CSS/CSSOM_view/Coordinate_systems
Title: 坐标系


URL: /zh-CN/docs/Web/CSS/-webkit-overflow-scrolling
Title: -webkit-overflow-scrolling


URL: /zh-CN/docs/Web/CSS/scrollbar-color
Title: scrollbar-color


URL: /zh-CN/docs/Web/CSS/pointer-events
Title: pointer-events


URL: /zh-CN/docs/Web/CSS/color_value
Title: <color>


URL: /zh-CN/docs/Web/CSS/-webkit-tap-highlight-color
Title: -webkit-tap-highlight-color


URL: /zh-CN/docs/Web/CSS/CSS_flexible_box_layout/Relationship_of_flexbox_to_other_layout_methods
Title: 弹性盒子与其他布局方法的联系


URL: /zh-CN/docs/Web/CSS/CSS_flexible_box_layout/Aligning_items_in_a_flex_container
Title: 对齐弹性容器中的弹性项目


URL: /zh-CN/docs/Web/CSS/Layout_cookbook/Media_objects
Title: 指南:媒体对象


URL: /zh-CN/docs/Web/HTML/Element/th
Title: <th>


URL: /zh-CN/docs/Web/HTML/Element/col
Title: <col>


URL: /zh-CN/docs/Web/HTML/Element/input
Title: <input>:输入(表单输入)元素


URL: /zh-CN/docs/Web/HTML/Element/tfoot
Title: <tfoot>


URL: /zh-CN/docs/Web/HTML/Element/slot
Title: <slot>


URL: /zh-CN/docs/Web/HTML/Element/style
Title: <style>


URL: /zh-CN/docs/Web/JavaScript
Title: JavaScript


URL: /zh-CN/docs/Web/JavaScript/Reference/Operators/Operator_precedence
Title: 运算符优先级


URL: /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Proxy
Title: Proxy


URL: /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Function/caller
Title: Function.caller


URL: /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Number/MIN_SAFE_INTEGER
Title: Number.MIN_SAFE_INTEGER


URL: /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Error/stack
Title: Error.prototype.stack


URL: /zh-CN/docs/Web/JavaScript/Reference/Functions/Default_parameters
Title: 默认参数值


URL: /zh-CN/docs/Web/JavaScript/Reference/Classes
Title:


URL: /zh-CN/docs/Web/JavaScript/Reference/Errors/Cyclic_object_value
Title: TypeError: cyclic object value


URL: /zh-CN/docs/Web/JavaScript/Guide/Keyed_collections
Title: 带键的集合


URL: /zh-CN/docs/Web/JavaScript/Guide/Regular_expressions
Title: 正则表达式


URL: /zh-CN/docs/Web/JavaScript/JavaScript_technologies_overview
Title: JavaScript 技术概览

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.
3 participants