From cc943acd83ec7476080608300b767b82f7ba8918 Mon Sep 17 00:00:00 2001 From: fw_qaq <82551626+Jack-Zhang-1314@users.noreply.github.com> Date: Tue, 16 Aug 2022 21:55:37 -0700 Subject: [PATCH] clearup unnecessary metadata web/{demos,events,exslt,guide} (#7736) --- files/zh-cn/web/demos/index.md | 10 ---------- .../web/events/creating_and_triggering_events/index.md | 8 -------- .../web/events/detecting_device_orientation/index.md | 9 --------- files/zh-cn/web/events/index.md | 1 - .../orientation_and_motion_data_explained/index.md | 9 --------- files/zh-cn/web/exslt/index.md | 7 ------- files/zh-cn/web/exslt/regexp/index.md | 5 ----- files/zh-cn/web/exslt/regexp/match/index.md | 1 - files/zh-cn/web/guide/ajax/getting_started/index.md | 1 - files/zh-cn/web/guide/ajax/index.md | 1 - files/zh-cn/web/guide/api/index.md | 5 ----- .../index.md | 5 ----- .../buffering_seeking_time_ranges/index.md | 1 - .../zh-cn/web/guide/audio_and_video_delivery/index.md | 8 -------- .../live_streaming_web_audio_and_video/index.md | 4 ---- .../webaudio_playbackrate_explained/index.md | 1 - .../web/guide/css/block_formatting_context/index.md | 6 ------ files/zh-cn/web/guide/graphics/index.md | 10 ---------- files/zh-cn/web/guide/houdini/index.md | 6 ------ .../web/guide/html/constraint_validation/index.md | 7 ------- files/zh-cn/web/guide/html/content_categories/index.md | 5 ----- files/zh-cn/web/guide/html/editable_content/index.md | 1 - .../rich-text_editing_in_mozilla/index.md | 4 ---- files/zh-cn/web/guide/index.md | 4 ---- .../web/guide/introduction_to_web_development/index.md | 1 - files/zh-cn/web/guide/mobile/index.md | 1 - .../web/guide/parsing_and_serializing_xml/index.md | 7 ------- files/zh-cn/web/guide/performance/index.md | 1 - files/zh-cn/web/guide/woff/index.md | 6 ------ 29 files changed, 135 deletions(-) diff --git a/files/zh-cn/web/demos/index.md b/files/zh-cn/web/demos/index.md index f67bc91535978e..4d906f3e929b91 100644 --- a/files/zh-cn/web/demos/index.md +++ b/files/zh-cn/web/demos/index.md @@ -1,16 +1,6 @@ --- title: 开源 Web 技术示例 slug: Web/Demos -tags: - - 2D - - 3D - - CSS - - Canvas - - Design - - HTML - - SVG - - Video -translation_of: Web/Demos_of_open_web_technologies original_slug: Web/Demos_of_open_web_technologies --- Mozilla 支持各种令人兴奋的开源 Web 技术,我们鼓励大家使用它们。此页面提供了有关这些技术的一些有趣演示链接。 diff --git a/files/zh-cn/web/events/creating_and_triggering_events/index.md b/files/zh-cn/web/events/creating_and_triggering_events/index.md index 5c06178ba69025..a8e2774a7843c1 100644 --- a/files/zh-cn/web/events/creating_and_triggering_events/index.md +++ b/files/zh-cn/web/events/creating_and_triggering_events/index.md @@ -1,14 +1,6 @@ --- title: 创建和触发 events slug: Web/Events/Creating_and_triggering_events -tags: - - Advanced - - DOM - - Guide - - JavaScript - - NeedsContent - - events -translation_of: Web/Events/Creating_and_triggering_events --- 本文演示了如何创建和分派 DOM 事件。这些事件通常称为**合成事件**,而不是浏览器本身触发的事件。 diff --git a/files/zh-cn/web/events/detecting_device_orientation/index.md b/files/zh-cn/web/events/detecting_device_orientation/index.md index b19ec5581c9d28..acc271056952dd 100644 --- a/files/zh-cn/web/events/detecting_device_orientation/index.md +++ b/files/zh-cn/web/events/detecting_device_orientation/index.md @@ -1,15 +1,6 @@ --- title: 检测设备方向 slug: Web/Events/Detecting_device_orientation -tags: - - API - - Device Orientation - - Intermediate - - Mobile - - Motion - - Orientation - - Reference -translation_of: Web/Events/Detecting_device_orientation --- {{SeeCompatTable}} diff --git a/files/zh-cn/web/events/index.md b/files/zh-cn/web/events/index.md index 42258f7d6e5116..e3eafba0d42789 100644 --- a/files/zh-cn/web/events/index.md +++ b/files/zh-cn/web/events/index.md @@ -1,7 +1,6 @@ --- title: 事件参考 slug: Web/Events -translation_of: Web/Events --- [事件](/zh-CN/docs/Learn/JavaScript/Building_blocks/Events)的触发用于通知“对变化感兴趣”的代码以影响代码的执行。这些事件可能来自用户的交互(例如:使用鼠标或调整窗口大小)、底层环境状态的改变(例如:电池电量不足或操作系统的媒体事件)和其它的情况。 diff --git a/files/zh-cn/web/events/orientation_and_motion_data_explained/index.md b/files/zh-cn/web/events/orientation_and_motion_data_explained/index.md index b4b80f9a873030..5df90e3fc16f91 100644 --- a/files/zh-cn/web/events/orientation_and_motion_data_explained/index.md +++ b/files/zh-cn/web/events/orientation_and_motion_data_explained/index.md @@ -1,15 +1,6 @@ --- title: Orientation 和 motion 数据解释 slug: Web/Events/Orientation_and_motion_data_explained -tags: - - Intermediate - - Mobile - - Motion - - NeedsContent - - Orientation - - páginas_a_traducir - - rotation -translation_of: Web/Events/Orientation_and_motion_data_explained --- ## 总言 diff --git a/files/zh-cn/web/exslt/index.md b/files/zh-cn/web/exslt/index.md index 1f202bda64b4a2..8b605d891b0173 100644 --- a/files/zh-cn/web/exslt/index.md +++ b/files/zh-cn/web/exslt/index.md @@ -1,13 +1,6 @@ --- title: EXSLT slug: Web/EXSLT -tags: - - EXSLT - - NeedsTranslation - - TopicStub - - XSLT - - XSLT_Reference -translation_of: Web/EXSLT --- {{ XsltRef() }} EXSLT is a set of extensions to [XSLT](en/XSLT). There are a number of modules; those that are supported by Firefox are listed below: diff --git a/files/zh-cn/web/exslt/regexp/index.md b/files/zh-cn/web/exslt/regexp/index.md index 844f9aa4c5f989..5e1f52c5dade19 100644 --- a/files/zh-cn/web/exslt/regexp/index.md +++ b/files/zh-cn/web/exslt/regexp/index.md @@ -1,11 +1,6 @@ --- title: 正则表达式(regexp) slug: Web/EXSLT/regexp -tags: - - EXSLT - - Overview - - Reference -translation_of: Web/EXSLT/regexp --- {{XSLTRef}}{{QuickLinksWithSubpages("/zh-CN/docs/Web/EXSLT")}} diff --git a/files/zh-cn/web/exslt/regexp/match/index.md b/files/zh-cn/web/exslt/regexp/match/index.md index 985f4e7f6045c4..f12bdaaba410e4 100644 --- a/files/zh-cn/web/exslt/regexp/match/index.md +++ b/files/zh-cn/web/exslt/regexp/match/index.md @@ -1,7 +1,6 @@ --- title: match slug: Web/EXSLT/regexp/match -translation_of: Web/EXSLT/regexp/match --- {{ XsltRef() }} diff --git a/files/zh-cn/web/guide/ajax/getting_started/index.md b/files/zh-cn/web/guide/ajax/getting_started/index.md index a21c7eadbd469a..4ddeec55901feb 100644 --- a/files/zh-cn/web/guide/ajax/getting_started/index.md +++ b/files/zh-cn/web/guide/ajax/getting_started/index.md @@ -1,7 +1,6 @@ --- title: Getting Started slug: Web/Guide/AJAX/Getting_Started -translation_of: Web/Guide/AJAX/Getting_Started --- {{DefaultAPISidebar("XMLHttpRequest")}} diff --git a/files/zh-cn/web/guide/ajax/index.md b/files/zh-cn/web/guide/ajax/index.md index b8939841a621e1..78661ea306dfb1 100644 --- a/files/zh-cn/web/guide/ajax/index.md +++ b/files/zh-cn/web/guide/ajax/index.md @@ -1,7 +1,6 @@ --- title: Ajax slug: Web/Guide/AJAX -translation_of: Web/Guide/AJAX --- **[新手入门](/zh-CN/docs/Web/Guide/AJAX/Getting_Started)** Ajax 简介 diff --git a/files/zh-cn/web/guide/api/index.md b/files/zh-cn/web/guide/api/index.md index eac7a59650d55c..b6fa861b97bc25 100644 --- a/files/zh-cn/web/guide/api/index.md +++ b/files/zh-cn/web/guide/api/index.md @@ -1,11 +1,6 @@ --- title: Web API 指南 slug: Web/Guide/API -tags: - - API - - Web - - 指南 -translation_of: Web/Guide/API --- Web 包含大量各种类型的 API,你可以在 JavaScript 中使用这些 API 来构建功能越来越强大且功能强大的应用程序。而且,它们不但能在 Web 或本地运行,也可以通过 [Node.js](https://nodejs.org/) 等技术在服务器上运行。在此页面上,您可以找到整个 Web 技术栈提供的所有 API 的完整列表。. diff --git a/files/zh-cn/web/guide/audio_and_video_delivery/adding_captions_and_subtitles_to_html5_video/index.md b/files/zh-cn/web/guide/audio_and_video_delivery/adding_captions_and_subtitles_to_html5_video/index.md index 96d5913ce1f89d..d3cd29971a3109 100644 --- a/files/zh-cn/web/guide/audio_and_video_delivery/adding_captions_and_subtitles_to_html5_video/index.md +++ b/files/zh-cn/web/guide/audio_and_video_delivery/adding_captions_and_subtitles_to_html5_video/index.md @@ -2,11 +2,6 @@ title: Adding captions and subtitles to HTML5 video slug: >- Web/Guide/Audio_and_video_delivery/Adding_captions_and_subtitles_to_HTML5_video -tags: - - 字幕 - - 字幕翻译 -translation_of: >- - Web/Guide/Audio_and_video_delivery/Adding_captions_and_subtitles_to_HTML5_video --- 在其他文章中我们学会了如何使用{{domxref("HTMLMediaElement") }} 和 {{ domxref("Window.fullScreen") }} API [创建视频播放器](/en-US/Apps/Build/Manipulating_media/cross_browser_video_player)以及如何给视频播放器 [添加样式](/en-US/Apps/Build/Manipulating_media/Video_player_styling_basics). 本文将介绍如何用 {{ domxref("Web_Video_Text_Tracks_Format","the WebVTT format") }} 和 {{ htmlelement("track") }} 元素为视频添加字幕和翻译 diff --git a/files/zh-cn/web/guide/audio_and_video_delivery/buffering_seeking_time_ranges/index.md b/files/zh-cn/web/guide/audio_and_video_delivery/buffering_seeking_time_ranges/index.md index fd661a2ed42cea..42d06726129a38 100644 --- a/files/zh-cn/web/guide/audio_and_video_delivery/buffering_seeking_time_ranges/index.md +++ b/files/zh-cn/web/guide/audio_and_video_delivery/buffering_seeking_time_ranges/index.md @@ -1,7 +1,6 @@ --- title: Media buffering, seeking, and time ranges slug: Web/Guide/Audio_and_video_delivery/buffering_seeking_time_ranges -translation_of: Web/Guide/Audio_and_video_delivery/buffering_seeking_time_ranges --- 有时候知道 {{htmlelement("audio") }} 或 {{htmlelement("video") }} 已经下载了多少或有多少可以不延迟的播放是有用的 — 音频和视频的缓冲条就是这个的一个好例子。 这篇文章讨论 用 [TimeRanges](/zh-CN/docs/Web/API/TimeRanges)如何创建一个 buffer/seek bar,和 media API 的其他特性。 diff --git a/files/zh-cn/web/guide/audio_and_video_delivery/index.md b/files/zh-cn/web/guide/audio_and_video_delivery/index.md index 1a7cba51ff9906..6d8442aec4982d 100644 --- a/files/zh-cn/web/guide/audio_and_video_delivery/index.md +++ b/files/zh-cn/web/guide/audio_and_video_delivery/index.md @@ -1,14 +1,6 @@ --- title: Audio and Video Delivery slug: Web/Guide/Audio_and_video_delivery -tags: - - Audio - - HTML5 - - Media - - NeedsTranslation - - TopicStub - - Video -translation_of: Web/Guide/Audio_and_video_delivery --- 我们可以通过多种方式在网络上交付音频和视频,从“静态”媒体文件到自适应实时流。 本文旨在作为探讨基于 Web 的媒体的各种传递机制以及与流行浏览器的兼容性的起点。 diff --git a/files/zh-cn/web/guide/audio_and_video_delivery/live_streaming_web_audio_and_video/index.md b/files/zh-cn/web/guide/audio_and_video_delivery/live_streaming_web_audio_and_video/index.md index 8cc88ad46dcee4..cf23c0e03b9370 100644 --- a/files/zh-cn/web/guide/audio_and_video_delivery/live_streaming_web_audio_and_video/index.md +++ b/files/zh-cn/web/guide/audio_and_video_delivery/live_streaming_web_audio_and_video/index.md @@ -1,10 +1,6 @@ --- title: 实时传输 Web 音频与视频 slug: Web/Guide/Audio_and_video_delivery/Live_streaming_web_audio_and_video -tags: - - 指引 - - 自适应流 -translation_of: Web/Guide/Audio_and_video_delivery/Live_streaming_web_audio_and_video --- 实时流技术经常应用在一些现场输出的转播活动,类似体育活动、演唱会和更平常的电视播放及广播节目。这通常称为流媒体,实时流就是将媒体“实时”传输到计算机和设备的过程。这是一个包含多个元素的、非常复杂且较为新生的主题,所以我们会通过这篇文章,向你介绍它并让你知道如何开始。 diff --git a/files/zh-cn/web/guide/audio_and_video_delivery/webaudio_playbackrate_explained/index.md b/files/zh-cn/web/guide/audio_and_video_delivery/webaudio_playbackrate_explained/index.md index 1dc69a61c616bb..aabbe384082139 100644 --- a/files/zh-cn/web/guide/audio_and_video_delivery/webaudio_playbackrate_explained/index.md +++ b/files/zh-cn/web/guide/audio_and_video_delivery/webaudio_playbackrate_explained/index.md @@ -1,7 +1,6 @@ --- title: Web Audio playbackRate explained slug: Web/Guide/Audio_and_video_delivery/WebAudio_playbackRate_explained -translation_of: Web/Guide/Audio_and_video_delivery/WebAudio_playbackRate_explained --- html 元素“audio”和“video”的`playbackRate` 属性允许我们改变一段正在播放的网页音频或者视频的速度,或速率。本文详细解释了 `playbackRate` 。 diff --git a/files/zh-cn/web/guide/css/block_formatting_context/index.md b/files/zh-cn/web/guide/css/block_formatting_context/index.md index dae656a80e44ff..8369261aa1b7a2 100644 --- a/files/zh-cn/web/guide/css/block_formatting_context/index.md +++ b/files/zh-cn/web/guide/css/block_formatting_context/index.md @@ -1,12 +1,6 @@ --- title: 块格式化上下文 slug: Web/Guide/CSS/Block_formatting_context -tags: - - BFC - - Block Formatting Context - - CSS - - 块格式化上下文 -translation_of: Web/Guide/CSS/Block_formatting_context --- {{ CSSRef }} diff --git a/files/zh-cn/web/guide/graphics/index.md b/files/zh-cn/web/guide/graphics/index.md index 05ebdb046a6efd..77f35678f4210d 100644 --- a/files/zh-cn/web/guide/graphics/index.md +++ b/files/zh-cn/web/guide/graphics/index.md @@ -1,16 +1,6 @@ --- title: Web 图形开发 slug: Web/Guide/Graphics -tags: - - 3D - - Canvas - - HTML5 - - SVG - - WebGL - - WebRTC - - 图像 - - 图形 -translation_of: Web/Guide/Graphics --- 现代网站和应用需要呈现大量图片。 展示静态签 {{HTMLElement("img")}},也可以采用 CSS 样式中的 {{cssxref("background-image")}} 属性。与此同时,你也能绘制出动态图像,或者是对图像进行巧妙处理。 这些文章可以帮助你了解如何做到这些事情。 diff --git a/files/zh-cn/web/guide/houdini/index.md b/files/zh-cn/web/guide/houdini/index.md index 48094c58c1313d..a99f482bc90c95 100644 --- a/files/zh-cn/web/guide/houdini/index.md +++ b/files/zh-cn/web/guide/houdini/index.md @@ -1,12 +1,6 @@ --- title: CSS Houdini slug: Web/Guide/Houdini -tags: - - API - - CSS - - Houdini - - Web -translation_of: Web/Houdini original_slug: Web/Houdini --- Houdini 是一组底层 API,它们公开了 CSS 引擎的各个部分,从而使开发人员能够通过加入浏览器渲染引擎的样式和布局过程来扩展 CSS。 Houdini 是一组 API,它们使开发人员可以直接访问[CSS 对象模型](/zh-CN/docs/Web/API/CSS_Object_Model) (CSSOM),使开发人员可以编写浏览器可以解析为 CSS 的代码,从而创建新的 CSS 功能,而无需等待它们在浏览器中本地实现。 diff --git a/files/zh-cn/web/guide/html/constraint_validation/index.md b/files/zh-cn/web/guide/html/constraint_validation/index.md index 916249a0dc20fe..50d86670e71a8d 100644 --- a/files/zh-cn/web/guide/html/constraint_validation/index.md +++ b/files/zh-cn/web/guide/html/constraint_validation/index.md @@ -1,13 +1,6 @@ --- title: 约束验证 slug: Web/Guide/HTML/Constraint_validation -tags: - - CSS - - Guide - - HTML5 - - NeedsContent - - Selectors -translation_of: Web/Guide/HTML/Constraint_validation --- 创建 web 表单始终是一个复杂的任务。仅仅组装表单是容易的,但是检查每一个字段的值是否有效并且一致是一件更加困难的事情,而向用户指明错误可能会令人头痛。[HTML5](/zh-CN/docs/Web/Guide/HTML/HTML5) 引入了表单相关的一些新的机制:为{{ HTMLElement("input") }}元素和强制校验增加了一些新的语义类型,使得在客户端检查表单内容的工作变得容易。基本上,在填写字段时,通常这些约束都会被检查,而不需要额外的 JavaScript 代码进行校验; 对于更复杂的约束条件的校验可以尝试使用 HTML5 [Constraint Validation API](/zh-CN/docs/Web/Guide/HTML/Forms_in_HTML#Constraint_Validation_API). diff --git a/files/zh-cn/web/guide/html/content_categories/index.md b/files/zh-cn/web/guide/html/content_categories/index.md index 9d032a8897fa7c..68d516d4a0c791 100644 --- a/files/zh-cn/web/guide/html/content_categories/index.md +++ b/files/zh-cn/web/guide/html/content_categories/index.md @@ -1,11 +1,6 @@ --- title: 内容分类 slug: Web/Guide/HTML/Content_categories -tags: - - HTML5 - - 草稿 - - 高级 -translation_of: Web/Guide/HTML/Content_categories --- 每一个 HTML 元素都必须遵循定义了它可以包含哪一类内容的规则。 这些规则被归类为几个常见的元素内容模型(content model)。每个 HTML 元素都属于 0 个、1 个或多个内容模型,每个模型都有一些规则使得元素中的内容必须遵循一个 HTML 规范文档 ( HTML-conformant document)。 diff --git a/files/zh-cn/web/guide/html/editable_content/index.md b/files/zh-cn/web/guide/html/editable_content/index.md index d519f844d0cf18..701e4e461bf958 100644 --- a/files/zh-cn/web/guide/html/editable_content/index.md +++ b/files/zh-cn/web/guide/html/editable_content/index.md @@ -1,7 +1,6 @@ --- title: Content Editable slug: Web/Guide/HTML/Editable_content -translation_of: Web/Guide/HTML/Editable_content original_slug: Web/Guide/HTML/Content_Editable --- 在 HTML 中,任何元素都可以被编辑。通过使用一些 JavaScript 事件处理程序,您可以将您的网页转换为完整且快速的富文本编辑器。本文提供了有关此功能的一些信息。 diff --git a/files/zh-cn/web/guide/html/editable_content/rich-text_editing_in_mozilla/index.md b/files/zh-cn/web/guide/html/editable_content/rich-text_editing_in_mozilla/index.md index fd42dae0878441..4f2d31e58ebdb4 100644 --- a/files/zh-cn/web/guide/html/editable_content/rich-text_editing_in_mozilla/index.md +++ b/files/zh-cn/web/guide/html/editable_content/rich-text_editing_in_mozilla/index.md @@ -1,10 +1,6 @@ --- title: Mozilla 中的富文本编辑器 slug: Web/Guide/HTML/Editable_content/Rich-Text_Editing_in_Mozilla -tags: - - 富文本 - - 指南 -translation_of: Web/Guide/HTML/Editable_content/Rich-Text_Editing_in_Mozilla original_slug: Web/Guide/HTML/Content_Editable/Rich-Text_Editing_in_Mozilla --- Mozilla 1.3 实现了微软 IE 浏览器的 designMode 特性。Mozilla 1.3 的富文本编辑器支持的 designMode 特性能将 HTML 文档转换为富文本编辑器。从 Firefox 3 开始,Mozilla 也支持 IE 的 contentEditable 属性,该属性允许将任意元素设置为可编辑或不可编辑的(后者可阻止在可编辑环境中,对固定元素的改变)。 diff --git a/files/zh-cn/web/guide/index.md b/files/zh-cn/web/guide/index.md index 82fe3f60e02ec2..cae565504812f9 100644 --- a/files/zh-cn/web/guide/index.md +++ b/files/zh-cn/web/guide/index.md @@ -1,10 +1,6 @@ --- title: Web 开发者指南 slug: Web/Guide -tags: - - Web - - 指南 -translation_of: Web/Guide --- **这些文章提供了如何使用特定 Web 技术和 API 的指南信息。** diff --git a/files/zh-cn/web/guide/introduction_to_web_development/index.md b/files/zh-cn/web/guide/introduction_to_web_development/index.md index 578ba1e4818ce5..c5933e936c3af4 100644 --- a/files/zh-cn/web/guide/introduction_to_web_development/index.md +++ b/files/zh-cn/web/guide/introduction_to_web_development/index.md @@ -1,7 +1,6 @@ --- title: Web 开发介绍 slug: Web/Guide/Introduction_to_Web_development -translation_of: Web/Guide/Introduction_to_Web_development original_slug: Web_Development/Introduction_to_Web_development --- 不论你是刚开始 Web 开发,还是想学习 Web 开发,这些链接都能帮助你。至少,立刻我们就能在这儿看到很多链接。 diff --git a/files/zh-cn/web/guide/mobile/index.md b/files/zh-cn/web/guide/mobile/index.md index 9aa8912b81915b..06b37d88720089 100644 --- a/files/zh-cn/web/guide/mobile/index.md +++ b/files/zh-cn/web/guide/mobile/index.md @@ -1,7 +1,6 @@ --- title: 手机网页开发 slug: Web/Guide/Mobile -translation_of: Web/Guide/Mobile --- 本文主要是给出了网站开发所需的主要技术,这同样适用于手机设备。如果你正在寻找 Mozilla 火狐系统相关的项目,请参考[Firefox OS](/en/Mozilla/Firefox_OS) 。或者你可能会对[Firefox for Android](/en/Mozilla/Firefox_for_Android)感兴趣。 diff --git a/files/zh-cn/web/guide/parsing_and_serializing_xml/index.md b/files/zh-cn/web/guide/parsing_and_serializing_xml/index.md index bd399afd48af1d..7692a52a8879dd 100644 --- a/files/zh-cn/web/guide/parsing_and_serializing_xml/index.md +++ b/files/zh-cn/web/guide/parsing_and_serializing_xml/index.md @@ -1,13 +1,6 @@ --- title: Parsing and serializing XML slug: Web/Guide/Parsing_and_serializing_XML -tags: - - DOM - - Document - - XML - - XMLHttpRequest - - 指南 -translation_of: Web/Guide/Parsing_and_serializing_XML --- 有时,你可能需要解析 {{Glossary("XML")}} 内容,并把它转换为 {{Glossary("DOM")}} 树,或者,反过来将现有的 DOM 树序列化成 XML。在本文中,我们将查看 Web 平台提供的对象,以便轻松地序列化和解析 XML 的常见任务。 diff --git a/files/zh-cn/web/guide/performance/index.md b/files/zh-cn/web/guide/performance/index.md index c59bffb405a242..998cb26d7f8b80 100644 --- a/files/zh-cn/web/guide/performance/index.md +++ b/files/zh-cn/web/guide/performance/index.md @@ -1,7 +1,6 @@ --- title: 优化和性能 slug: Web/Guide/Performance -translation_of: Web/Guide/Performance --- 对于开发现代化的 Web 应用和网站来说,让内容良好地展现尤为重要。换句话说就是让你的 Web 应用和网站能快速高效地展现给用户,这包括能高效地运行在强运算能力的桌面电脑上以及运算能力较弱的移动设备上。目前一些工具可以用来检测网站或者博客的性能,主要是下列这些: diff --git a/files/zh-cn/web/guide/woff/index.md b/files/zh-cn/web/guide/woff/index.md index dcb8f3fa4de798..d4614e081f6a61 100644 --- a/files/zh-cn/web/guide/woff/index.md +++ b/files/zh-cn/web/guide/woff/index.md @@ -1,12 +1,6 @@ --- title: 网页开放字体格式 (WOFF) slug: Web/Guide/WOFF -tags: - - NeedsMobileBrowserCompatibility - - WOFF - - WOFF2 - - 字体 -translation_of: Web/Guide/WOFF original_slug: WOFF --- **WOFF**(**Web Open Font Format**,网页开放字体格式)是由 Mozilla 与 Type Supply、LettError 及其他组织协同开发的一种新的网页字体格式。它使用了与 TrueType、OpenType、Open Font 所采用的 `sfnt` 结构类似的压缩算法,不过还添加了元数据(metadata)及用户私有数据结构,其中包括了自定义空间,允许厂家和经销商在需要时提供许可证。