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

batch space fix part 2 #15574

Closed
wants to merge 1 commit into from

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 > 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

@github-actions github-actions bot added the l10n-zh Issues related to Chinese content. label Sep 2, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Sep 2, 2023

Preview URLs (199 pages)
Flaws (1844)

Note! 15 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/API/Performance/now
Title: Performance.now()
Flaw count: 3

  • broken_links:
    • Anchor not lowercase
    • Can't resolve /zh-CN/docs/JavaScript/Reference/Global_Objects/Date/now
  • translation_differences:
    • Differences in the important macros (2 in common of 5 possible)

URL: /zh-CN/docs/Web/API/URLSearchParams/values
Title: URLSearchParams.values()
Flaw count: 3

  • macros:
    • wrong xref macro used (consider changing which macro you use)
    • /zh-CN/docs/Web/API/URLUtils does not exist
  • translation_differences:
    • Differences in the important macros (2 in common of 4 possible)

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

  • macros:
    • /zh-CN/docs/Web/API/AudioContext/destination redirects to /zh-CN/docs/Web/API/BaseAudioContext/destination
  • broken_links:
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://

URL: /zh-CN/docs/Web/API/HTML_Drag_and_Drop_API/File_drag_and_drop
Title: File drag and drop
Flaw count: 3

  • macros:
    • /zh-CN/docs/Web/API/GlobalEventHandlers/ondrop redirects to /zh-CN/docs/Web/API/HTMLElement/drop_event
    • /zh-CN/docs/Web/API/GlobalEventHandlers/ondragover does not exist but fell back to /en-US/docs/Web/API/HTMLElement/dragover_event
  • broken_links:
    • Can use the English (en-US) link as a fallback

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

  • macros:
    • /zh-CN/docs/Web/API/IDBDatabase/close does not exist but fell back to /en-US/docs/Web/API/IDBDatabase/close
    • /zh-CN/docs/Web/API/IDBDatabase/transaction does not exist but fell back to /en-US/docs/Web/API/IDBDatabase/transaction
    • /zh-CN/docs/Web/API/IDBTransaction/objectStore does not exist but fell back to /en-US/docs/Web/API/IDBTransaction/objectStore
    • /zh-CN/docs/Web/API/IDBDatabase/name does not exist but fell back to /en-US/docs/Web/API/IDBDatabase/name
    • wrong xref macro used (consider changing which macro you use)
    • and 8 more flaws omitted
  • broken_links:
    • Can't resolve /zh-CN/docs/IndexedDB#database_connection
    • Can't resolve /zh-CN/docs/IndexedDB#gloss_transaction
    • 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 2 more flaws omitted

URL: /zh-CN/docs/Web/API/Fetch_API/Basic_concepts
Title: Fetch 基本概念
Flaw count: 6

  • macros:
    • /zh-CN/docs/Web/API/Body does not exist
    • /zh-CN/docs/Web/API/GlobalFetch/fetch redirects to /zh-CN/docs/Web/API/fetch
    • /zh-CN/docs/Web/JavaScript/Reference/Promise-based does not exist
    • /zh-CN/docs/Web/API/Response/error redirects to /zh-CN/docs/Web/API/Response/error_static
    • /zh-CN/docs/Web/API/Response/redirect redirects to /zh-CN/docs/Web/API/Response/redirect_static
  • broken_links:
    • Can use the English (en-US) link as a fallback

URL: /zh-CN/docs/Web/API/Animation/currentTime
Title: Animation.currentTime
Flaw count: 3

  • macros:
    • /zh-CN/docs/Web/API/Animation/startTime does not exist but fell back to /en-US/docs/Web/API/Animation/startTime
  • broken_links:
    • 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/API/Animation/playState
Title: Animation.playState
Flaw count: 5

  • macros:
    • /zh-CN/docs/Web/API/Animation/pause does not exist but fell back to /en-US/docs/Web/API/Animation/pause
    • /zh-CN/docs/Web/API/Animation/finish does not exist but fell back to /en-US/docs/Web/API/Animation/finish
  • broken_links:
    • 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 4 possible)

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

  • macros:
    • /zh-CN/docs/Web/API/DOMStringList/length does not exist but fell back to /en-US/docs/Web/API/DOMStringList/length
    • /zh-CN/docs/Web/API/DOMStringList/item does not exist but fell back to /en-US/docs/Web/API/DOMStringList/item
    • wrong xref macro used (consider changing which macro you use)
    • /zh-CN/docs/Web/API/DOMStringList/contains does not exist but fell back to /en-US/docs/Web/API/DOMStringList/contains
  • broken_links:
    • Can't resolve /En/DOM/DOMString
    • 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/API/Web_Workers_API/Using_web_workers
Title: 使用 Web Workers
Flaw count: 7

  • macros:
    • /zh-CN/docs/Web/API/SharedWorkerGlobalScope does not exist but fell back to /en-US/docs/Web/API/SharedWorkerGlobalScope
    • /zh-CN/docs/Web/API/Worker/onmessage redirects to /zh-CN/docs/Web/API/Worker/message_event
    • /zh-CN/docs/Web/API/MessageEvent/data does not exist but fell back to /en-US/docs/Web/API/MessageEvent/data
    • /zh-CN/docs/Web/API/DedicatedWorkerGlobalScope/postMessage does not exist but fell back to /en-US/docs/Web/API/DedicatedWorkerGlobalScope/postMessage
  • broken_links:
    • Can't resolve /zh-CN/docs/Web/Guide/API/DOM/The_structured_clone_algorithm
    • 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/API/ExtendableEvent
Title: ExtendableEvent
Flaw count: 11

  • macros:
    • /zh-CN/docs/Web/API/ExtendableEvent/ExtendableEvent does not exist but fell back to /en-US/docs/Web/API/ExtendableEvent/ExtendableEvent
    • /zh-CN/docs/Web/API/ServiceWorkerGlobalScope/oninstall does not exist
    • /zh-CN/docs/Web/API/ServiceWorkerRegistration/installing does not exist but fell back to /en-US/docs/Web/API/ServiceWorkerRegistration/installing
  • 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
    • Is currently http:// but can become https://
    • and 2 more flaws omitted
  • translation_differences:
    • Differences in the important macros (3 in common of 4 possible)

URL: /zh-CN/docs/Web/API/CSS_Object_Model/Using_dynamic_styling_information
Title: 关于使用动态样式的信息
Flaw count: 5

  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Can't resolve /zh-CN/Gecko_DOM_Reference/Examples#Example_6:_getComputedStyle
    • Can't resolve /zh-CN/DOM/document.styleSheets
    • Can't resolve /zh-CN/DOM/element.setAttribute
  • translation_differences:
    • Differences in the important macros (1 in common of 7 possible)

URL: /zh-CN/docs/Web/API/CSS_Object_Model/Determining_the_dimensions_of_elements
Title: Determining the dimensions of elements
Flaw count: 9

  • broken_links:
    • Can't resolve /zh-CN/DOM/element.offsetWidth
    • Can't resolve /zh-CN/DOM/element.offsetHeight
    • Can't resolve /zh-CN/DOM/element.getBoundingClientRect
    • Can't resolve /zh-CN/DOM/element.clientWidth
    • Can't resolve /zh-CN/DOM/element.clientHeight
    • and 3 more flaws omitted
  • translation_differences:
    • Differences in the important macros (0 in common of 2 possible)

URL: /zh-CN/docs/Web/API/RTCPeerConnection
Title: RTCPeerConnection
Flaw count: 69

  • macros:
    • /zh-CN/docs/Web/API/RTCPeerConnection/currentRemoteDescription does not exist but fell back to /en-US/docs/Web/API/RTCPeerConnection/currentRemoteDescription
    • /zh-CN/docs/Web/API/RTCPeerConnection/defaultIceServers does not exist
    • /zh-CN/docs/Web/API/RTCPeerConnection/idpLoginUrl does not exist
    • /zh-CN/docs/Web/API/RTCPeerConnection/localDescription does not exist but fell back to /en-US/docs/Web/API/RTCPeerConnection/localDescription
    • /zh-CN/docs/Web/API/RTCPeerConnection/pendingLocalDescription does not exist but fell back to /en-US/docs/Web/API/RTCPeerConnection/pendingLocalDescription
    • and 61 more flaws omitted
  • broken_links:
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://
  • translation_differences:
    • Differences in the important macros (0 in common of 5 possible)

URL: /zh-CN/docs/Web/API/RTCPeerConnection/addTrack
Title: RTCPeerConnection.addTrack()
Flaw count: 17

  • macros:
    • /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/RTCRtpSender does not exist but fell back to /en-US/docs/Web/API/RTCRtpSender
    • /zh-CN/docs/Web/API/RTCRtpReceiver does not exist but fell back to /en-US/docs/Web/API/RTCRtpReceiver
    • /zh-CN/docs/Web/API/RTCRtpTransceiver does not exist but fell back to /en-US/docs/Web/API/RTCRtpTransceiver
    • /zh-CN/docs/Web/API/RTCPeerConnection/ontrack redirects to /zh-CN/docs/Web/API/RTCPeerConnection/track_event
    • and 11 more flaws omitted
  • broken_links:
    • Can use the English (en-US) link as a fallback

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/Web_Speech_API/Using_the_Web_Speech_API
Title: 使用 Web Speech API
Flaw count: 42

  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Can't resolve /zh-CN/docs/Tools/WebIDE
    • Can't resolve /zh-CN/docs/Web/Apps/Build/Manifest
    • Is currently http:// but can become https://
    • Can use the English (en-US) link as a fallback
    • and 36 more flaws omitted
  • translation_differences:
    • Differences in the important macros (0 in common of 1 possible)

URL: /zh-CN/docs/Web/API/File_and_Directory_Entries_API/Introduction
Title: 文件系统 API 的基本概念
Flaw count: 17

  • broken_links:
    • Can't resolve /zh-CN/docs/DOM/File_APIs/Filesystem/Basic_Concepts_About_the_Filesystem_API
    • Can't resolve /zh-CN/DOM/File_API/File_System_API/FileSystem
    • Can't resolve /zh-CN/DOM/File_API/File_System_API#Asynchronous_APIs
    • Can't resolve /zh-CN/DOM/File_API/File_System_API#Synchronous_APIs
    • Can't resolve /En/Using_web_workers
    • and 11 more flaws omitted
  • translation_differences:
    • Differences in the important macros (0 in common of 3 possible)

URL: /zh-CN/docs/Web/API/File_and_Directory_Entries_API/Firefox_support
Title: File and Directory Entries API support in Firefox
Flaw count: 8

  • macros:
    • /zh-CN/docs/Web/API/HTMLInputElement/webkitEntries does not exist but fell back to /en-US/docs/Web/API/HTMLInputElement/webkitEntries
    • /zh-CN/docs/Web/API/FileSystemEntry does not exist but fell back to /en-US/docs/Web/API/FileSystemEntry
    • /zh-CN/docs/Web/API/DataTransferItem/getAsEntry does not exist but fell back to /en-US/docs/Web/API/DataTransferItem/webkitGetAsEntry
    • /zh-CN/docs/Web/API/FileSystemFileEntry/createWriter does not exist but fell back to /en-US/docs/Web/API/FileSystemFileEntry/createWriter
    • /zh-CN/docs/Web/API/FileWriter 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
  • translation_differences:
    • Differences in the important macros (0 in common of 2 possible)

URL: /zh-CN/docs/Web/API/Canvas_API
Title: Canvas
Flaw count: 17

  • macros:
    • /zh-CN/docs/Web/API/CanvasImageSource redirects to /zh-CN/docs/Web/API/CanvasRenderingContext2D
    • /zh-CN/docs/Web/API/RenderingContext does not exist
    • /zh-CN/docs/Web/API/CanvasCaptureMediaStream redirects to /zh-CN/docs/Web/API/CanvasCaptureMediaStreamTrack
  • broken_links:
    • Can't resolve /zh-CN/docs/Web/WebGL
    • Can't resolve /zh-CN/docs/Web/WebGL
    • Can't resolve /zh-CN/docs/Web/Guide/HTML/Canvas_tutorial
    • Can't resolve /zh-CN/Add-ons/Code_snippets/Canvas
    • Is currently http:// but can become https://
    • and 8 more flaws omitted
  • translation_differences:
    • Differences in the important macros (2 in common of 5 possible)

URL: /zh-CN/docs/Web/API/Canvas_API/Tutorial
Title: Canvas 教程
Flaw count: 5

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

URL: /zh-CN/docs/Web/API/Canvas_API/Tutorial/Compositing
Title: 组合 Compositing
Flaw count: 2

  • macros:
    • unable to find any live code samples for "合成示例" within /zh-CN/docs/Web/API/Canvas_API/Tutorial/Compositing
  • translation_differences:
    • Differences in the important macros (1 in common of 4 possible)

URL: /zh-CN/docs/Web/API/Canvas_API/Tutorial/Optimizing_canvas
Title: canvas 的优化
Flaw count: 3

  • macros:
    • /zh-CN/docs/Web/API/Window/setInterval redirects to /zh-CN/docs/Web/API/setInterval
  • broken_links:
    • Can't resolve /zh-CN/docs/Web/Guide/CSS/Using_CSS_transforms
    • Is currently http:// but can become https://

URL: /zh-CN/docs/Web/API/Canvas_API/Tutorial/Basic_animations
Title: 基本的动画
Flaw count: 5

  • macros:
    • /zh-CN/docs/Web/API/Window/setInterval redirects to /zh-CN/docs/Web/API/setInterval
    • /zh-CN/docs/Web/API/Window/setTimeout redirects to /zh-CN/docs/Web/API/setTimeout
    • /zh-CN/docs/Web/API/WindowTimers/setInterval does not exist but fell back to /en-US/docs/Web/API/setInterval
    • /zh-CN/docs/Web/API/WindowTimers/setTimeout does not exist but fell back to /en-US/docs/Web/API/setTimeout
  • translation_differences:
    • Differences in the important macros (1 in common of 9 possible)

URL: /zh-CN/docs/Web/API/Canvas_API/Tutorial/Basic_usage
Title: Canvas 的基本用法
Flaw count: 5

  • macros:
    • /zh-CN/docs/Web/API/WindowTimers/setTimeout does not exist but fell back to /en-US/docs/Web/API/setTimeout
    • /zh-CN/docs/Web/API/WindowTimers/setInterval does not exist but fell back to /en-US/docs/Web/API/setInterval
  • broken_links:
    • Can't resolve /zh-CN/docs/Web/WebGL
    • Is currently http:// but can become https://
  • translation_differences:
    • Differences in the important macros (1 in common of 5 possible)

URL: /zh-CN/docs/Web/API/Canvas_API/Tutorial/Using_images
Title: 使用图像
Flaw count: 5

  • macros:
    • /zh-CN/docs/Web/API/CanvasImageSource redirects to /zh-CN/docs/Web/API/CanvasRenderingContext2D
  • broken_links:
    • Is currently http:// but can become https://
    • Can use the English (en-US) link as a fallback
    • Can't resolve /zh-CN/docs/CORS_Enabled_Image#.E4.BB.80.E4.B9.88.E6.98.AF.22.E8.A2.AB.E6.B1.A1.E6.9F.93.22.E7.9A.84canvas
  • translation_differences:
    • Differences in the important macros (1 in common of 9 possible)

URL: /zh-CN/docs/Web/API/Canvas_API/Tutorial/Pixel_manipulation_with_canvas
Title: 像素操作
Flaw count: 2

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

URL: /zh-CN/docs/Web/API/Canvas_API/Tutorial/Drawing_shapes
Title: 使用 canvas 来绘制图形
Flaw count: 3

  • broken_links:
    • Anchor not lowercase
    • Can use the English (en-US) link as a fallback
  • translation_differences:
    • Differences in the important macros (1 in common of 19 possible)

URL: /zh-CN/docs/Web/API/BaseAudioContext/createOscillator
Title: BaseAudioContext.createOscillator()
Flaw count: 3

  • macros:
    • /zh-CN/docs/Web/API/BaseAudioContext does not exist but fell back to /en-US/docs/Web/API/BaseAudioContext
  • broken_links:
    • Is currently http:// but can become https://
    • Can use the English (en-US) link as a fallback

URL: /zh-CN/docs/Web/API/BaseAudioContext/createWaveShaper
Title: AudioContext.createWaveShaper()
Flaw count: 3

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

URL: /zh-CN/docs/Web/API/BaseAudioContext/createAnalyser
Title: AudioContext.createAnalyser()
Flaw count: 1

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

URL: /zh-CN/docs/Web/API/BaseAudioContext/state
Title: AudioContext.state
Flaw count: 3

  • macros:
    • wrong xref macro used (consider changing which macro you use)
    • /zh-CN/docs/Web/API/AudioContext/onstatechange redirects to /zh-CN/docs/Web/API/BaseAudioContext/statechange_event
  • broken_links:
    • Can use the English (en-US) link as a fallback

URL: /zh-CN/docs/Web/API/BaseAudioContext/statechange_event
Title: AudioContext.onstatechange
Flaw count: 4

  • macros:
    • /zh-CN/docs/Web/API/State does not exist
  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Is currently http:// but can become https://
    • Can use the English (en-US) link as a fallback

URL: /zh-CN/docs/Web/API/MediaStream_Recording_API/Using_the_MediaStream_Recording_API
Title: 使用 MediaStream 的录制 API
Flaw count: 9

  • macros:
    • /zh-CN/docs/Web/API/MediaRecorder/start does not exist but fell back to /en-US/docs/Web/API/MediaRecorder/start
    • /zh-CN/docs/Web/API/MediaRecorder/state does not exist but fell back to /en-US/docs/Web/API/MediaRecorder/state
    • /zh-CN/docs/Web/API/MediaRecorder/ondataavailable redirects to /zh-CN/docs/Web/API/MediaRecorder/dataavailable_event
    • /zh-CN/docs/Web/API/MediaRecorder/start does not exist but fell back to /en-US/docs/Web/API/MediaRecorder/start
    • /zh-CN/docs/Web/API/MediaRecorder/requestData does not exist but fell back to /en-US/docs/Web/API/MediaRecorder/requestData
    • and 1 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
    • Can use the English (en-US) link as a fallback

URL: /zh-CN/docs/Web/API/OffscreenCanvas
Title: OffscreenCanvas
Flaw count: 9

  • macros:
    • /zh-CN/docs/Web/API/OffscreenCanvas/width does not exist but fell back to /en-US/docs/Web/API/OffscreenCanvas/width
    • /zh-CN/docs/Web/API/OffscreenCanvas/getContext does not exist but fell back to /en-US/docs/Web/API/OffscreenCanvas/getContext
    • /zh-CN/docs/Web/API/OffscreenCanvas/toBlob does not exist but fell back to /en-US/docs/Web/API/OffscreenCanvas/convertToBlob
    • /zh-CN/docs/Web/API/RenderingContext does not exist
    • /zh-CN/docs/Web/API/ImageBitmapRenderingContext/transferFromImageBitmap does not exist but fell back to /en-US/docs/Web/API/ImageBitmapRenderingContext/transferFromImageBitmap
    • and 2 more flaws omitted
  • broken_links:
    • Can't resolve /zh-CN/docs/Web/API/RenderingContext
  • translation_differences:
    • Differences in the important macros (3 in common of 5 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/AudioContext/close
Title: AudioContext.close()
Flaw count: 2

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

URL: /zh-CN/docs/Web/API/FileReaderSync
Title: FileReaderSync
Flaw count: 12

  • macros:
    • wrong xref macro used (consider changing which macro you use)
    • wrong xref macro used (consider changing which macro you use)
    • /zh-CN/docs/Web/API/BlobBuilder redirects to /zh-CN/docs/Web/API/Blob
  • broken_links:
    • Can't resolve /zh-CN/DOM/Worker
    • Can't resolve /zh-CN/DOM/Worker/Functions_available_to_workers
    • Can't resolve /zh-CN/DOM/DOMString
    • Can't resolve /zh-CN/DOM/DOMString
    • Can't resolve /zh-CN/DOM/DOMString
    • and 3 more flaws omitted
  • translation_differences:
    • Differences in the important macros (3 in common of 4 possible)

URL: /zh-CN/docs/Web/API/HTMLMediaElement/loadedmetadata_event
Title: GlobalEventHandlers.onloadedmetadata
Flaw count: 5

  • macros:
    • /zh-CN/docs/Web/API/GlobalEventHandlers does not exist
  • broken_links:
    • Link points to the page it's already on
    • Link points to the page it's already on
    • Can use the English (en-US) link as a fallback
  • translation_differences:
    • Differences in the important macros (2 in common of 4 possible)

URL: /zh-CN/docs/Web/API/HTMLMediaElement/controlsList
Title: HTMLMediaElement.controlsList
Flaw count: 1

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

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/CacheStorage
Title: CacheStorage
Flaw count: 4

  • macros:
    • /zh-CN/docs/Web/API/WorkerGlobalScope/caches does not exist but fell back to /en-US/docs/Web/API/caches
    • /zh-CN/docs/Web/API/WorkerGlobalScope/caches does not exist but fell back to /en-US/docs/Web/API/caches
  • 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/API/Element/tagName
Title: Element.tagName
Flaw count: 4

  • broken_links:
    • Can't resolve /zh-CN/DOM/Node.nodeName
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://
  • translation_differences:
    • Differences in the important macros (0 in common of 4 possible)

URL: /zh-CN/docs/Web/API/Element/querySelector
Title: Element.querySelector()
Flaw count: 8

  • macros:
    • /zh-CN/docs/Web/API/Div 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't resolve /zh-CN/docs/DOM/Element.querySelectorAll
    • Can use the English (en-US) link as a fallback
    • Can't resolve /zh-CN/docs/DOM/Document.querySelectorAll
    • and 1 more flaws omitted
  • translation_differences:
    • Differences in the important macros (3 in common of 6 possible)

URL: /zh-CN/docs/Web/API/Element/slot
Title: Element.slot
Flaw count: 1

  • macros:
    • wrong xref macro used (consider changing which macro you use)

URL: /zh-CN/docs/Web/API/Element/touchend_event
Title: touchend
Flaw count: 7

  • broken_links:
    • Is currently http:// but can become https://
    • Can't resolve /zh-CN/DOM/Touch
    • Can't resolve /zh-CN/DOM/Touch
    • Can't resolve /zh-CN/docs/DOM/Touch
    • Can't resolve /zh-CN/docs/DOM/Touch_events
    • and 1 more flaws omitted
  • translation_differences:
    • Differences in the important macros (1 in common of 3 possible)

URL: /zh-CN/docs/Web/API/Element/animationcancel_event
Title: GlobalEventHandlers.onanimationcancel
Flaw count: 4

  • macros:
    • /zh-CN/docs/Web/API/AnimationEvent/animationName does not exist but fell back to /en-US/docs/Web/API/AnimationEvent/animationName
    • /zh-CN/docs/Web/API/AnimationEvent/elapsedTime does not exist but fell back to /en-US/docs/Web/API/AnimationEvent/elapsedTime
    • /zh-CN/docs/Web/API/AnimationEvent does not exist but fell back to /en-US/docs/Web/API/AnimationEvent
  • translation_differences:
    • Differences in the important macros (2 in common of 6 possible)

URL: /zh-CN/docs/Web/API/Document/createElementNS
Title: Document.createElementNS()
Flaw count: 6

  • broken_links:
    • Is currently http:// but can become https://
    • 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 use the English (en-US) link as a fallback
    • Can't resolve /zh-CN/docs/XHTML
    • and 1 more flaws omitted

URL: /zh-CN/docs/Web/API/Document/linkColor
Title: document.linkColor
Flaw count: 6

  • macros:
    • /zh-CN/docs/Web/API/Document/vlinkColor does not exist but fell back to /en-US/docs/Web/API/Document/vlinkColor
  • broken_links:
    • Is currently http:// but can become https://
    • Can't resolve /zh-CN/HTML/Element/a
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://
  • translation_differences:
    • Differences in the important macros (0 in common of 3 possible)

URL: /zh-CN/docs/Web/API/Document/fgColor
Title: document.fgColor
Flaw count: 2

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

URL: /zh-CN/docs/Web/API/Document/write
Title: document.write
Flaw count: 4

  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Can't resolve /zh-CN/docs/Archive/Web/Writing_JavaScript_for_HTML
    • 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/API/Document/contentType
Title: document.contentType
Flaw count: 2

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

URL: /zh-CN/docs/Web/API/Document/getElementsByTagNameNS
Title: Document.getElementsByTagNameNS()
Flaw count: 6

  • broken_links:
    • Can't resolve /zh-CN/DOM/Node.namespaceURI
    • Can't resolve /zh-CN/DOM/Node.localName
    • Can't resolve /zh-CN/DOM/element.getElementsByTagNameNS
    • Is currently http:// but can become https://
    • 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/API/Document/cookie
Title: Document.cookie
Flaw count: 35

  • 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/JavaScript/Reference/Global_Objects/String
    • Can't resolve /zh-CN/docs/JavaScript/Reference/Global_Objects/String
    • and 29 more flaws omitted
  • translation_differences:
    • Differences in the important macros (1 in common of 9 possible)

URL: /zh-CN/docs/Web/API/Document/createNodeIterator
Title: Document.createNodeIterator()
Flaw count: 11

  • macros:
    • /zh-CN/docs/Web/API/Entity does not exist
    • /zh-CN/docs/Web/API/Entity does not exist
    • /zh-CN/docs/Web/API/EntityReference does not exist
    • /zh-CN/docs/Web/API/Entity does not exist
    • /zh-CN/docs/Web/API/Notation does not exist
    • and 3 more flaws omitted
  • broken_links:
    • Can't resolve /zh-CN/DOM/NodeIterator
    • Is currently http:// but can become https://
    • Can't resolve /zh-CN/docs/Web/API/NodeFilter

URL: /zh-CN/docs/Web/API/Document/open
Title: Document.open()
Flaw count: 6

  • broken_links:
    • Can't resolve /zh-CN/DOM/document.write
    • Can't resolve /zh-CN/DOM/window.open
    • Can't resolve /zh-CN/Security_check_basics
    • Can't resolve /zh-CN/docs/Security_check_basics
    • Can't resolve /zh-CN/wrappedJSObject
    • and 1 more flaws omitted

URL: /zh-CN/docs/Web/API/Document/styleSheets
Title: DocumentOrShadowRoot.styleSheets
Flaw count: 2

  • macros:
    • /zh-CN/docs/Web/API/DocumentOrShadowRoot does not exist
  • translation_differences:
    • Differences in the important macros (2 in common of 5 possible)

URL: /zh-CN/docs/Web/API/CSSSupportsRule
Title: CSSSupportsRule
Flaw count: 4

  • macros:
    • /zh-CN/docs/Web/API/CSSRule_%E6%8C%87%E5%AE%9A%E8%A7%84%E5%88%99 does not exist
    • /zh-CN/docs/Web/API/CSSRule_%E6%8C%87%E5%AE%9A%E8%A7%84%E5%88%99 does not exist
    • /zh-CN/docs/Web/API/CSSRule_%E6%8C%87%E5%AE%9A%E8%A7%84%E5%88%99 does not exist
  • broken_links:
    • Is currently http:// but can become https://

URL: /zh-CN/docs/Web/API/PointerEvent
Title: PointerEvent
Flaw count: 13

  • macros:
    • /zh-CN/docs/Web/API/PointerEvent/PointerEvent does not exist but fell back to /en-US/docs/Web/API/PointerEvent/PointerEvent
    • /zh-CN/docs/Web/API/PointerEvent/pointerId does not exist but fell back to /en-US/docs/Web/API/PointerEvent/pointerId
    • /zh-CN/docs/Web/API/PointerEvent/width does not exist but fell back to /en-US/docs/Web/API/PointerEvent/width
    • /zh-CN/docs/Web/API/PointerEvent/height does not exist but fell back to /en-US/docs/Web/API/PointerEvent/height
    • /zh-CN/docs/Web/API/PointerEvent/pressure does not exist but fell back to /en-US/docs/Web/API/PointerEvent/pressure
    • and 8 more flaws omitted

URL: /zh-CN/docs/Web/API/Event/eventPhase
Title: Event.eventPhase
Flaw count: 4

  • macros:
    • /zh-CN/docs/Web/API/EventListener redirects to /zh-CN/docs/Web/API/EventTarget/addEventListener
    • /zh-CN/docs/Web/API/EventListener redirects to /zh-CN/docs/Web/API/EventTarget/addEventListener
  • broken_links:
    • 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/API/Event/defaultPrevented
Title: event.defaultPrevented
Flaw count: 1

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

URL: /zh-CN/docs/Web/API/Event/originalTarget
Title: Event.originalTarget
Flaw count: 2

  • broken_links:
    • Can't resolve /zh-CN/docs/XBL/XBL_1.0_Reference/Anonymous_Content#Event_Flow_and_Targeting
    • Can use the English (en-US) link as a fallback

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

  • macros:
    • /zh-CN/docs/Web/API/AudioProcessingEvent does not exist but fell back to /en-US/docs/Web/API/AudioProcessingEvent
    • /zh-CN/docs/Web/API/AudioContext/createScriptProcessor redirects to /zh-CN/docs/Web/API/BaseAudioContext/createScriptProcessor
    • /zh-CN/docs/Web/API/AudioContext/createScriptProcessor redirects to /zh-CN/docs/Web/API/BaseAudioContext/createScriptProcessor
    • /zh-CN/docs/Web/API/ScriptProcessorNode/bufferSize does not exist but fell back to /en-US/docs/Web/API/ScriptProcessorNode/bufferSize
    • /zh-CN/docs/Web/API/ScriptProcessorNode/onaudioprocess does not exist but fell back to /en-US/docs/Web/API/ScriptProcessorNode/audioprocess_event
  • broken_links:
    • Anchor not lowercase
    • Can use the English (en-US) link as a fallback

URL: /zh-CN/docs/Web/API/WebGL_API/By_example/Detect_WebGL
Title: 检测 WebGL
Flaw count: 1

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

URL: /zh-CN/docs/Web/API/WebGL_API/Tutorial/Adding_2D_content_to_a_WebGL_context
Title: 使用 WebGL 创建 2D 内容
Flaw count: 6

  • macros:
    • /zh-CN/docs/Glossary/texel does not exist but fell back to /en-US/docs/Glossary/Texel
    • /zh-CN/docs/Web/API/WebGLRenderingContext/getShaderInfoLog does not exist but fell back to /en-US/docs/Web/API/WebGLRenderingContext/getShaderInfoLog
  • broken_links:
    • Is currently http:// but can become https://
    • Anchor not lowercase
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://

URL: /zh-CN/docs/Web/API/WebGL_API/Tutorial/Getting_started_with_WebGL
Title: 初识 WebGL
Flaw count: 5

  • broken_links:
    • Is currently http:// but can become https://
    • Can't resolve /zh-CN/HTML/Canvas
    • 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/WebGL_API/Matrix_math_for_the_web
Title: Matrix math for the web
Flaw count: 2

  • broken_links:
    • Can't resolve /zh-CN/docs/Web/Guide/CSS/Using_CSS_transforms
    • Is currently http:// but can become https://

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/MediaDevices/getDisplayMedia
Title: MediaDevices.getDisplayMedia()
Flaw count: 6

  • macros:
    • /zh-CN/docs/Web/API/MediaStreamConstraints does not exist but fell back to /en-US/docs/Web/API/MediaDevices/getUserMedia
    • /zh-CN/docs/Web/API/MediaStreamConstraints does not exist but fell back to /en-US/docs/Web/API/MediaDevices/getUserMedia
    • /zh-CN/docs/Web/JavaScript/Reference/await 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't resolve /zh-CN/docs/Web/API/Media_Streams_API

URL: /zh-CN/docs/Web/API/MediaDevices/getUserMedia
Title: MediaDevices.getUserMedia()
Flaw count: 8

  • macros:
    • /zh-CN/docs/Web/API/MediaStreamConstraints does not exist but fell back to /en-US/docs/Web/API/MediaDevices/getUserMedia
  • broken_links:
    • Can't resolve /zh-CN/Apps/Build/Building_apps_for_Firefox_OS/Firefox_OS_app_beginners_tutorial
    • Can't resolve /zh-CN/Apps/Developing/App_permissions#audio-capture
    • Can't resolve /zh-CN/Apps/Developing/App_permissions#video-capture
    • 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 (2 in common of 4 possible)

URL: /zh-CN/docs/Web/API/Web_Audio_API
Title: Web Audio API
Flaw count: 27

  • macros:
    • /zh-CN/docs/Web/API/AudioContext/destination redirects to /zh-CN/docs/Web/API/BaseAudioContext/destination
    • /zh-CN/docs/Web/API/AudioContext/decodeAudioData redirects to /zh-CN/docs/Web/API/BaseAudioContext/decodeAudioData
    • /zh-CN/docs/Web/API/AudioContext/createBuffer redirects to /zh-CN/docs/Web/API/BaseAudioContext/createBuffer
    • /zh-CN/docs/Web/API/DelayNode does not exist but fell back to /en-US/docs/Web/API/DelayNode
    • /zh-CN/docs/Web/API/StereoPannerNode does not exist but fell back to /en-US/docs/Web/API/StereoPannerNode
    • and 12 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
    • No need for the pathname in anchor links if it's the same page
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://
    • and 5 more flaws omitted

URL: /zh-CN/docs/Web/API/Web_Audio_API/Best_practices
Title: Web Audio API 最佳实践
Flaw count: 7

  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Can't resolve /zh-CN/docs/Web/API/Media_Streams_API
    • 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 (0 in common of 2 possible)

URL: /zh-CN/docs/Web/API/Web_Audio_API/Visualizations_with_Web_Audio_API
Title: 基于 Web Audio API 实现音频可视化效果
Flaw count: 12

  • macros:
    • /zh-CN/docs/Web/API/AudioContext/createAnalyser redirects to /zh-CN/docs/Web/API/BaseAudioContext/createAnalyser
    • /zh-CN/docs/Web/API/AnalyserNode/minDecibels does not exist but fell back to /en-US/docs/Web/API/AnalyserNode/minDecibels
    • /zh-CN/docs/Web/API/AnalyserNode/maxDecibels does not exist but fell back to /en-US/docs/Web/API/AnalyserNode/maxDecibels
    • /zh-CN/docs/Web/API/AnalyserNode/getFloatTimeDomainData does not exist but fell back to /en-US/docs/Web/API/AnalyserNode/getFloatTimeDomainData
    • /zh-CN/docs/Web/API/Float32Array does not exist but fell back to /en-US/docs/Web/JavaScript/Reference/Global_Objects/Float32Array
    • and 2 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://
    • Is currently http:// but can become https://
  • translation_differences:
    • Differences in the important macros (0 in common of 1 possible)

URL: /zh-CN/docs/Web/API/Headers/set
Title: Headers.set()
Flaw count: 3

  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Can't resolve /zh-CN/docs/Web/HTTP/Access_control_CORS
  • translation_differences:
    • Differences in the important macros (2 in common of 4 possible)

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

  • macros:
    • /zh-CN/docs/Web/API/WorkerGlobalScope/console does not exist but fell back to /en-US/docs/Web/API/console
  • broken_links:
    • Can't resolve /zh-CN/docs/Tools/Web_Console
    • Can't resolve /zh-CN/docs/Web/API/Console#Usage
    • Can't resolve /zh-CN/docs/Tools
    • Can't resolve /zh-CN/docs/Tools/Web_Console
    • Can't resolve /zh-CN/docs/Tools/Remote_Debugging
  • translation_differences:
    • Differences in the important macros (3 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/HTMLIFrameElement
Title: HTMLIFrameElement
Flaw count: 70

  • macros:
    • /zh-CN/docs/Web/API/HTMLIFrameElement/align does not exist
    • wrong xref macro used (consider changing which macro you use)
    • /zh-CN/docs/Web/API/HTMLIFrameElement/allowfullscreen does not exist
    • /zh-CN/docs/Web/API/Boolean does not exist but fell back to /en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean
    • /zh-CN/docs/Web/API/HTMLIFrameElement/contentDocument does not exist but fell back to /en-US/docs/Web/API/HTMLIFrameElement/contentDocument
    • and 61 more flaws omitted
  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Can't resolve /zh-CN/docs/Web/API/NFC_API
    • Can't resolve /zh-CN/docs/Web/API/Browser_API
    • Can't resolve /zh-CN/docs/Web/API/NFC_API

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

  • macros:
    • /zh-CN/docs/Web/API/AudioMediaStreamTrack does not exist
    • /zh-CN/docs/Web/API/AudioMediaStreamTrack does not exist
  • broken_links:
    • Can use the English (en-US) link as a fallback

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

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

URL: /zh-CN/docs/Web/API/AudioTrack
Title: AudioTrack
Flaw count: 15

  • macros:
    • /zh-CN/docs/Web/API/AudioTrack/enabled does not exist but fell back to /en-US/docs/Web/API/AudioTrack/enabled
    • /zh-CN/docs/Web/API/AudioTrack/enabled does not exist but fell back to /en-US/docs/Web/API/AudioTrack/enabled
    • /zh-CN/docs/Web/API/AudioTrack/id does not exist but fell back to /en-US/docs/Web/API/AudioTrack/id
    • wrong xref macro used (consider changing which macro you use)
    • /zh-CN/docs/Web/API/AudioTrackList/getTrackById does not exist but fell back to /en-US/docs/Web/API/AudioTrackList/getTrackById
    • and 9 more flaws omitted
  • broken_links:
    • Can use the English (en-US) link as a fallback

URL: /zh-CN/docs/Web/API/URL/password
Title: URL:password 属性
Flaw count: 2

  • macros:
    • wrong xref macro used (consider changing which macro you use)
    • wrong xref macro used (consider changing which macro you use)

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/IDBIndex
Title: IDBIndex
Flaw count: 17

  • macros:
    • /zh-CN/docs/Web/API/IDBIndex/count does not exist but fell back to /en-US/docs/Web/API/IDBIndex/count
    • /zh-CN/docs/Web/API/IDBIndex/get does not exist but fell back to /en-US/docs/Web/API/IDBIndex/get
    • /zh-CN/docs/Web/API/IDBIndex/getAll does not exist but fell back to /en-US/docs/Web/API/IDBIndex/getAll
    • /zh-CN/docs/Web/API/IDBIndex/getKey does not exist but fell back to /en-US/docs/Web/API/IDBIndex/getKey
    • /zh-CN/docs/Web/API/IDBIndex/getAllKeys does not exist but fell back to /en-US/docs/Web/API/IDBIndex/getAllKeys
    • and 7 more flaws omitted
  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Can't resolve /zh-CN/DOM/EventTarget
    • Can't resolve /zh-CN/IndexedDB/IDBRequest#attr_result
    • Can't resolve /zh-CN/IndexedDB#gloss_cursor
  • translation_differences:
    • Differences in the important macros (2 in common of 5 possible)

URL: /zh-CN/docs/Web/API/TextTrack/cuechange_event
Title: GlobalEventHandlers.oncuechange
Flaw count: 6

  • macros:
    • /zh-CN/docs/Web/API/GlobalEventHandlers does not exist
    • /zh-CN/docs/Web/API/TextTrack does not exist but fell back to /en-US/docs/Web/API/TextTrack
  • broken_links:
    • Link points to the page it's already on
    • Link points to the page it's already on
    • Can use the English (en-US) link as a fallback
  • translation_differences:
    • Differences in the important macros (2 in common of 4 possible)

URL: /zh-CN/docs/Web/API/CSSStyleSheet
Title: CSSStyleSheet
Flaw count: 18

  • macros:
    • /zh-CN/docs/Web/API/CSSStyleSheet/cssRules does not exist but fell back to /en-US/docs/Web/API/CSSStyleSheet/cssRules
    • /zh-CN/docs/Web/API/CSSStyleSheet/cssRules does not exist but fell back to /en-US/docs/Web/API/CSSStyleSheet/cssRules
    • /zh-CN/docs/Web/API/CSSStyleSheet/ownerRule does not exist but fell back to /en-US/docs/Web/API/CSSStyleSheet/ownerRule
    • /zh-CN/docs/Web/API/CSSImportRule does not exist but fell back to /en-US/docs/Web/API/CSSImportRule
    • /zh-CN/docs/Web/API/CSSStyleSheet/rules does not exist but fell back to /en-US/docs/Web/API/CSSStyleSheet/rules
    • and 13 more flaws omitted

URL: /zh-CN/docs/Web/API/HTMLInputElement/selectionchange_event
Title: GlobalEventHandlers.onselectionchange
Flaw count: 1

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

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

  • macros:
    • /zh-CN/docs/Web/API/Boolean does not exist but fell back to /en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean
    • /zh-CN/docs/Web/API/SpeechSynthesis/pending does not exist but fell back to /en-US/docs/Web/API/SpeechSynthesis/pending
    • /zh-CN/docs/Web/API/Boolean does not exist but fell back to /en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean
    • /zh-CN/docs/Web/API/SpeechSynthesis/speaking does not exist but fell back to /en-US/docs/Web/API/SpeechSynthesis/speaking
    • /zh-CN/docs/Web/API/Boolean does not exist but fell back to /en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean
    • and 10 more flaws omitted
  • translation_differences:
    • Differences in the important macros (3 in common of 4 possible)

URL: /zh-CN/docs/Web/API/ConvolverNode
Title: ConvolverNode
Flaw count: 4

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

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

  • macros:
    • /zh-CN/docs/Web/API/IDBTransaction/oncomplete does not exist but fell back to /en-US/docs/Web/API/IDBTransaction/complete_event
    • /zh-CN/docs/Web/API/IDBDatabase/transaction does not exist but fell back to /en-US/docs/Web/API/IDBDatabase/transaction
    • /zh-CN/docs/Web/API/IDBTransaction/db does not exist but fell back to /en-US/docs/Web/API/IDBTransaction/db
    • /zh-CN/docs/Web/API/IDBTransaction/error does not exist but fell back to /en-US/docs/Web/API/IDBTransaction/error
    • /zh-CN/docs/Web/API/IDBTransaction/abort does not exist but fell back to /en-US/docs/Web/API/IDBTransaction/abort
    • and 7 more flaws omitted
  • broken_links:
    • Can't resolve /zh-CN/docs/IndexedDB
    • 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://

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/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/NotificationEvent
Title: NotificationEvent
Flaw count: 4

  • macros:
    • /zh-CN/docs/Web/API/ServiceWorkerGlobalScope/onnotificationclick does not exist
    • /zh-CN/docs/Web/API/NotificationEvent/NotificationEvent does not exist but fell back to /en-US/docs/Web/API/NotificationEvent/NotificationEvent
    • /zh-CN/docs/Web/API/NotificationEvent/notification does not exist but fell back to /en-US/docs/Web/API/NotificationEvent/notification
    • /zh-CN/docs/Web/API/NotificationEvent/action does not exist but fell back to /en-US/docs/Web/API/NotificationEvent/action

URL: /zh-CN/docs/Web/API/HTMLCanvasElement
Title: HTMLCanvasElement
Flaw count: 6

  • macros:
    • /zh-CN/docs/Web/API/HTMLCanvasElement/mozPrintCallback does not exist
    • /zh-CN/docs/Web/API/CanvasCaptureMediaStream redirects to /zh-CN/docs/Web/API/CanvasCaptureMediaStreamTrack
    • /zh-CN/docs/Web/API/HTMLCanvasElement/mozGetAsFile does not exist but fell back to /en-US/docs/Web/API/HTMLCanvasElement
  • broken_links:
    • Can't resolve /zh-CN/docs/Web/WebGL
    • 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/API/HTMLCanvasElement/toDataURL
Title: HTMLCanvasElement.toDataURL()
Flaw count: 4

  • macros:
    • wrong xref macro used (consider changing which macro you use)
  • broken_links:
    • Can't resolve /zh-CN/docs/Web/HTTP/data_URIs
    • Can't resolve /zh-CN/docs/Web/HTTP/data_URIs
    • Can't resolve /zh-CN/docs/Web/HTTP/data_URIs

URL: /zh-CN/docs/Web/API/HTMLCanvasElement/getContext
Title: HTMLCanvasElement.getContext()
Flaw count: 20

  • macros:
    • /zh-CN/docs/Web/JavaScript/Reference/canvas does not exist
    • wrong xref macro used (consider changing which macro you use)
    • wrong xref macro used (consider changing which macro you use)
    • /zh-CN/docs/Web/JavaScript/Reference/canvas does not exist
    • /zh-CN/docs/Web/JavaScript/Reference/alpha does not exist
    • and 11 more flaws omitted
  • broken_links:
    • Can't resolve /zh-CN/docs/Web/WebGL
    • Can't resolve /zh-CN/docs/Web/WebGL
    • Can't resolve /zh-CN/docs/Web/WebGL
    • Can't resolve /zh-CN/docs/Web/WebGL

URL: /zh-CN/docs/Web/API/IDBObjectStore/autoIncrement
Title: IDBObjectStore.autoIncrement
Flaw count: 1

  • macros:
    • /zh-CN/docs/Web/API/Boolean does not exist but fell back to /en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean

URL: /zh-CN/docs/Web/API/IDBObjectStore/keyPath
Title: IDBObjectStore.keyPath
Flaw count: 1

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

URL: /zh-CN/docs/Web/API/PerformanceResourceTiming
Title: PerformanceResourceTiming
Flaw count: 30

  • macros:
    • /zh-CN/docs/Web/API/PerformanceEntry/startTime does not exist but fell back to /en-US/docs/Web/API/PerformanceEntry/startTime
    • /zh-CN/docs/Web/API/PerformanceEntry/fetchStart does not exist but fell back to /en-US/docs/Web/API/PerformanceResourceTiming/fetchStart
    • /zh-CN/docs/Web/API/PerformanceEntry/duration does not exist but fell back to /en-US/docs/Web/API/PerformanceEntry/duration
    • /zh-CN/docs/Web/API/PerformanceResourceTiming/responseEnd does not exist but fell back to /en-US/docs/Web/API/PerformanceResourceTiming/responseEnd
    • /zh-CN/docs/Web/API/PerformanceEntry/startTime does not exist but fell back to /en-US/docs/Web/API/PerformanceEntry/startTime
    • and 24 more flaws omitted
  • translation_differences:
    • Differences in the important macros (3 in common of 5 possible)

URL: /zh-CN/docs/Web/API/fetch
Title: fetch()
Flaw count: 16

  • macros:
    • /zh-CN/docs/Web/API/WorkerGlobalScope does not exist but fell back to /en-US/docs/Web/API/WorkerGlobalScope
    • wrong xref macro used (consider changing which macro you use)
    • wrong xref macro used (consider changing which macro you use)
    • /zh-CN/docs/Web/API/BufferSource does not exist
    • wrong xref macro used (consider changing which macro you use)
    • and 4 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://
    • Is currently http:// but can become https://
    • Can use the English (en-US) link as a fallback
    • and 1 more flaws omitted
  • translation_differences:
    • Differences in the important macros (2 in common of 4 possible)

URL: /zh-CN/docs/Web/API/console/info
Title: Console.info()
Flaw count: 3

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

URL: /zh-CN/docs/Web/API/console/groupEnd
Title: Console.groupEnd()
Flaw count: 3

  • broken_links:
    • Can't resolve /zh-CN/docs/Tools/Web_Console
    • Anchor not lowercase
    • Is currently http:// but can become https://

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/CanvasRenderingContext2D/font
Title: CanvasRenderingContext2D.font
Flaw count: 2

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

URL: /zh-CN/docs/Web/API/FontFaceSet/check
Title: FontFaceSet.check()
Flaw count: 3

  • broken_links:
    • Can't resolve /zh-CN/docs/
    • 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/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/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/FormData/Using_FormData_Objects
Title: FormData 对象的使用
Flaw count: 4

  • broken_links:
    • Can't resolve /zh-CN/docs/AJAX
    • Anchor not lowercase
    • Can't resolve /zh-CN/docs/Web/JavaScript/Typed_arrays
  • translation_differences:
    • Differences in the important macros (0 in common of 1 possible)

URL: /zh-CN/docs/Web/API/FormData/get
Title: FormData.get()
Flaw count: 3

  • macros:
    • /zh-CN/docs/Web/API/FormDataEntryValue does not exist but fell back to /en-US/docs/Web/API/FormData
  • broken_links:
    • Can't resolve /zh-CN/docs/DOM/XMLHttpRequest/Using_XMLHttpRequest
    • Can't resolve /zh-CN/docs/DOM/XMLHttpRequest/FormData/Using_FormData_Objects

URL: /zh-CN/docs/Web/API/NodeList/forEach
Title: NodeList.prototype.forEach()
Flaw count: 1

  • macros:
    • /zh-CN/docs/Web/JavaScript/Reference/this does not exist

URL: /zh-CN/docs/Web/API/NodeList/item
Title: NodeList.item
Flaw count: 6

  • broken_links:
    • Is currently http:// but can become https://
    • Can't resolve /zh-CN/DOM/Node.childNodes
    • Can't resolve /zh-CN/DOM/element
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://
  • translation_differences:
    • Differences in the important macros (0 in common of 4 possible)

URL: /zh-CN/docs/Web/API/MediaRecorder/dataavailable_event
Title: MediaRecorder.ondataavailable
Flaw count: 7

  • macros:
    • /zh-CN/docs/Web/API/MediaRecorder/stop does not exist but fell back to /en-US/docs/Web/API/MediaRecorder/stop
    • /zh-CN/docs/Web/API/MediaRecorder/requestData does not exist but fell back to /en-US/docs/Web/API/MediaRecorder/requestData
    • /zh-CN/docs/Web/API/MediaRecorder/start does not exist but fell back to /en-US/docs/Web/API/MediaRecorder/start
    • /zh-CN/docs/Web/API/MediaRecorder/stop does not exist but fell back to /en-US/docs/Web/API/MediaRecorder/stop
    • /zh-CN/docs/Web/API/MediaRecorder/requestData does not exist but fell back to /en-US/docs/Web/API/MediaRecorder/requestData
  • broken_links:
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://

URL: /zh-CN/docs/Web/API/Web_components/Using_custom_elements
Title: 使用 custom elements
Flaw count: 2

  • macros:
    • wrong xref macro used (consider changing which macro you use)
    • /zh-CN/docs/Web/API/HTMLUListElement does not exist but fell back to /en-US/docs/Web/API/HTMLUListElement

URL: /zh-CN/docs/Web/API/Response/bodyUsed
Title: Response.bodyUsed
Flaw count: 6

  • macros:
    • /zh-CN/docs/Web/API/Boolean does not exist but fell back to /en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean
    • /zh-CN/docs/Web/API/URL/createObjectURL redirects to /zh-CN/docs/Web/API/URL/createObjectURL_static
  • broken_links:
    • Is currently http:// but can become https://
    • Can use the English (en-US) link as a fallback
    • Can't resolve /zh-CN/docs/Web/HTTP/Access_control_CORS
  • translation_differences:
    • Differences in the important macros (2 in common of 7 possible)

URL: /zh-CN/docs/Web/API/Response/blob
Title: Response.blob()
Flaw count: 5

  • broken_links:
    • Is currently http:// but can become https://
    • Can't resolve /zh-CN/docs/Web/API/URL/createObjectURL
    • Can use the English (en-US) link as a fallback
    • Can't resolve /zh-CN/docs/Web/HTTP/Access_control_CORS
  • translation_differences:
    • Differences in the important macros (2 in common of 4 possible)

URL: /zh-CN/docs/Web/API/Response/Response
Title: Response()
Flaw count: 7

  • macros:
    • /zh-CN/docs/Web/API/BufferSource does not exist
    • 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://
    • Can use the English (en-US) link as a fallback
    • Can't resolve /zh-CN/docs/Web/HTTP/Access_control_CORS
  • translation_differences:
    • Differences in the important macros (2 in common of 4 possible)

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

  • macros:
    • /zh-CN/docs/Web/API/OES_vertex_array_object/createVertexArrayOES does not exist but fell back to /en-US/docs/Web/API/OES_vertex_array_object/createVertexArrayOES
    • /zh-CN/docs/Web/API/OES_vertex_array_object/deleteVertexArrayOES does not exist but fell back to /en-US/docs/Web/API/OES_vertex_array_object/deleteVertexArrayOES
    • /zh-CN/docs/Web/API/OES_vertex_array_object/isVertexArrayOES does not exist but fell back to /en-US/docs/Web/API/OES_vertex_array_object/isVertexArrayOES
    • /zh-CN/docs/Web/API/OES_vertex_array_object/bindVertexArrayOES does not exist but fell back to /en-US/docs/Web/API/OES_vertex_array_object/bindVertexArrayOES
    • /zh-CN/docs/Web/API/WebGL2RenderingContext/deleteVertexArray does not exist but fell back to /en-US/docs/Web/API/WebGL2RenderingContext/deleteVertexArray
    • and 2 more flaws omitted

URL: /zh-CN/docs/Web/API/Web_Authentication_API
Title: Web Authentication API
Flaw count: 42

  • macros:
    • /zh-CN/docs/Web/API/PublicKeyCredentialCreationOptions does not exist but fell back to /en-US/docs/Web/API/CredentialsContainer/create
    • /zh-CN/docs/Web/API/PublicKeyCredential does not exist but fell back to /en-US/docs/Web/API/PublicKeyCredential
    • /zh-CN/docs/Web/API/PublicKeyCredential/response does not exist but fell back to /en-US/docs/Web/API/PublicKeyCredential/response
    • /zh-CN/docs/Web/API/AuthenticatorAttestationResponse does not exist but fell back to /en-US/docs/Web/API/AuthenticatorAttestationResponse
    • /zh-CN/docs/Web/API/AuthenticatorAttestationResponse does not exist but fell back to /en-US/docs/Web/API/AuthenticatorAttestationResponse
    • 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't resolve /zh-CN/docs/User:maybe/webidl_mdn/XMLHttpRequest_API
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback
    • and 10 more flaws omitted
  • translation_differences:
    • Differences in the important macros (3 in common of 4 possible)

URL: /zh-CN/docs/Web/API/Storage_API/Storage_quotas_and_eviction_criteria
Title: IndexedDB 浏览器存储限制和清理标准
Flaw count: 7

  • broken_links:
    • Is currently http:// but can become https://
    • Can't resolve /zh-CN/docs/Web/HTML/Using_the_application_cache
    • Can use the English (en-US) link as a fallback
    • 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 (0 in common of 2 possible)

URL: /zh-CN/docs/Web/API/Node/previousSibling
Title: Node.previousSibling
Flaw count: 6

  • broken_links:
    • Link points to the page it's already on
    • 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://
  • translation_differences:
    • Differences in the important macros (0 in common of 4 possible)

URL: /zh-CN/docs/Web/API/Node/nextSibling
Title: Node.nextSibling
Flaw count: 3

  • broken_links:
    • 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 6 possible)

URL: /zh-CN/docs/Web/API/Node/lookupPrefix
Title: Node.lookupPrefix
Flaw count: 4

  • broken_links:
    • Can't resolve /zh-CN/DOM/Node.prefix
    • Is currently http:// but can become https://
    • Can't resolve /En/Code_snippets/LookupPrefix
  • translation_differences:
    • Differences in the important macros (1 in common of 4 possible)

URL: /zh-CN/docs/Web/API/Node/firstChild
Title: Node.firstChild
Flaw count: 6

  • broken_links:
    • Link points to the page it's already on
    • 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://
  • translation_differences:
    • Differences in the important macros (1 in common of 3 possible)

URL: /zh-CN/docs/Web/API/Node/nodeName
Title: Node.nodeName
Flaw count: 17

  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Can't resolve /zh-CN/docs/DOM/Attr.name
    • 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/DOM/document
    • and 11 more flaws omitted
  • translation_differences:
    • Differences in the important macros (1 in common of 5 possible)

URL: /zh-CN/docs/Web/API/Payment_Request_API
Title: 支付请求接口
Flaw count: 27

  • macros:
    • /zh-CN/docs/Web/API/PaymentRequest does not exist but fell back to /en-US/docs/Web/API/PaymentRequest
    • /zh-CN/docs/Web/API/PaymentAddress does not exist but fell back to /en-US/docs/Web/API/PaymentAddress
    • /zh-CN/docs/Web/API/PaymentRequest does not exist but fell back to /en-US/docs/Web/API/PaymentRequest
    • /zh-CN/docs/Web/API/PaymentRequestEvent does not exist but fell back to /en-US/docs/Web/API/PaymentRequestEvent
    • /zh-CN/docs/Web/API/PaymentRequest does not exist but fell back to /en-US/docs/Web/API/PaymentRequest
    • and 20 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

URL: /zh-CN/docs/Web/API/Payment_Request_API/Concepts
Title: 交易过程的基本概念
Flaw count: 5

  • macros:
    • /zh-CN/docs/Web/API/BasicCardRequest does not exist
    • /zh-CN/docs/Web/API/MerchantValidationEvent/complete does not exist but fell back to /en-US/docs/Web/API/MerchantValidationEvent/complete
    • /zh-CN/docs/Web/API/PaymentRequest/merchantvalidation_event does not exist but fell back to /en-US/docs/Web/API/PaymentRequest/merchantvalidation_event
  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Link points to the page it's already on

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/API/Request/Request
Title: Request()
Flaw count: 15

  • macros:
    • wrong xref macro used (consider changing which macro you use)
    • /zh-CN/docs/Web/API/Request/referrer does not exist but fell back to /en-US/docs/Web/API/Request/referrer
    • wrong xref macro used (consider changing which macro you use)
    • /zh-CN/docs/Web/API/BufferSource does not exist
    • wrong xref macro used (consider changing which macro you use)
    • and 3 more flaws omitted
  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Is currently http:// but can become https://
    • Is currently http:// but can become https://
    • 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 (2 in common of 5 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/@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/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/@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/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/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/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/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/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/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/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/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)
External URLs (102)

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


URL: /zh-CN/docs/Web/API/Performance/now
Title: Performance.now()


URL: /zh-CN/docs/Web/API/IDBDatabase
Title: IDBDatabase


URL: /zh-CN/docs/Web/API/Fetch_API/Basic_concepts
Title: Fetch 基本概念


URL: /zh-CN/docs/Web/API/Web_Workers_API/Using_web_workers
Title: 使用 Web Workers


URL: /zh-CN/docs/Web/API/ExtendableEvent
Title: ExtendableEvent


URL: /zh-CN/docs/Web/API/RTCPeerConnection
Title: RTCPeerConnection


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/Web_Speech_API/Using_the_Web_Speech_API
Title: 使用 Web Speech API


URL: /zh-CN/docs/Web/API/File_and_Directory_Entries_API/Firefox_support
Title: File and Directory Entries API support in Firefox


URL: /zh-CN/docs/Web/API/Canvas_API/Tutorial/Pixel_manipulation_with_canvas
Title: 像素操作


URL: /zh-CN/docs/Web/API/BaseAudioContext/createAnalyser
Title: AudioContext.createAnalyser()


URL: /zh-CN/docs/Web/API/HTMLMediaElement/controlsList
Title: HTMLMediaElement.controlsList


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


URL: /zh-CN/docs/Web/API/CacheStorage
Title: CacheStorage


URL: /zh-CN/docs/Web/API/Document/styleSheets
Title: DocumentOrShadowRoot.styleSheets


URL: /zh-CN/docs/Web/API/PointerEvent
Title: PointerEvent


URL: /zh-CN/docs/Web/API/Event/defaultPrevented
Title: event.defaultPrevented


URL: /zh-CN/docs/Web/API/WebGL_API/By_example/Detect_WebGL
Title: 检测 WebGL


URL: /zh-CN/docs/Web/API/WebGL_API/Tutorial/Lighting_in_WebGL
Title: Lighting in WebGL


URL: /zh-CN/docs/Web/API/WebGL_API/Tutorial/Getting_started_with_WebGL
Title: 初识 WebGL


URL: /zh-CN/docs/Web/API/WebGL_API/Matrix_math_for_the_web
Title: Matrix math for the web


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


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


URL: /zh-CN/docs/Web/API/AudioTrack
Title: AudioTrack


URL: /zh-CN/docs/Web/API/CSSStyleSheet
Title: CSSStyleSheet


URL: /zh-CN/docs/Web/API/HTMLInputElement/selectionchange_event
Title: GlobalEventHandlers.onselectionchange


URL: /zh-CN/docs/Web/API/CustomElementRegistry/upgrade
Title: CustomElementRegistry.upgrade()


URL: /zh-CN/docs/Web/API/ConvolverNode
Title: ConvolverNode


URL: /zh-CN/docs/Web/API/HTMLCanvasElement
Title: HTMLCanvasElement


URL: /zh-CN/docs/Web/API/HTMLCanvasElement/getContext
Title: HTMLCanvasElement.getContext()


URL: /zh-CN/docs/Web/API/IDBObjectStore/autoIncrement
Title: IDBObjectStore.autoIncrement


URL: /zh-CN/docs/Web/API/IDBObjectStore/keyPath
Title: IDBObjectStore.keyPath


URL: /zh-CN/docs/Web/API/PerformanceResourceTiming
Title: PerformanceResourceTiming


URL: /zh-CN/docs/Web/API/CanvasRenderingContext2D/font
Title: CanvasRenderingContext2D.font


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/API/NodeList/forEach
Title: NodeList.prototype.forEach()


URL: /zh-CN/docs/Web/API/MediaRecorder/dataavailable_event
Title: MediaRecorder.ondataavailable


URL: /zh-CN/docs/Web/API/IDBCursor/key
Title: IDBCursor.key


URL: /zh-CN/docs/Web/API/Web_components/Using_custom_elements
Title: 使用 custom elements


URL: /zh-CN/docs/Web/API/Web_Authentication_API
Title: Web Authentication API


URL: /zh-CN/docs/Web/API/Node/lookupPrefix
Title: Node.lookupPrefix


URL: /zh-CN/docs/Web/API/Node/nodeName
Title: Node.nodeName


URL: /zh-CN/docs/Web/API/Payment_Request_API/Concepts
Title: 交易过程的基本概念


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/col
Title: <col>

(comment last updated: 2023-09-02 01:27:29)

@hanyujie2002 hanyujie2002 reopened this Sep 2, 2023
@hanyujie2002 hanyujie2002 marked this pull request as ready for review September 2, 2023 01:22
@hanyujie2002 hanyujie2002 requested a review from a team as a code owner September 2, 2023 01:22
@hanyujie2002 hanyujie2002 requested review from t7yang and removed request for a team September 2, 2023 01:22
@hanyujie2002
Copy link
Contributor Author

Why it don't pass the check? Plz help me @jasonren0403

@jasonren0403
Copy link
Contributor

https:/mdn/translated-content/actions/runs/6055501066/job/16434497593?pr=15574

Run logs show that markdownlint failed in these two files:

  • files/zh-cn/web/api/fetch/index.md
  • files/zh-cn/web/api/idbtransaction/index.md

But I'm not sure what's wrong with these files, because the diff seems identical. /cc @yin1999

@yin1999
Copy link
Member

yin1999 commented Sep 2, 2023

https:/mdn/translated-content/actions/runs/6055501066/job/16434497593?pr=15574

Run logs show that markdownlint failed in these two files:

  • files/zh-cn/web/api/fetch/index.md
  • files/zh-cn/web/api/idbtransaction/index.md

But I'm not sure what's wrong with these files, because the diff seems identical. /cc @yin1999

One more space would be required to align the table. But the reviewer dog could not give suggestions as there are only one row of the table has been modified.

Please run yarn install before git commit to trigger a local pre-commit action to format all the files.

@yin1999
Copy link
Member

yin1999 commented Sep 2, 2023

By the way, we really need to handle all wrong formatting, but I feel like fixing this in the upstream project is a better option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
l10n-zh Issues related to Chinese content.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants