Skip to content

Commit

Permalink
clearup unnecessary metadata web/{demos,events,exslt,guide} (#7736)
Browse files Browse the repository at this point in the history
  • Loading branch information
fwqaaq authored Aug 17, 2022
1 parent 62b3ac3 commit cc943ac
Show file tree
Hide file tree
Showing 29 changed files with 0 additions and 135 deletions.
10 changes: 0 additions & 10 deletions files/zh-cn/web/demos/index.md
Original file line number Diff line number Diff line change
@@ -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 技术,我们鼓励大家使用它们。此页面提供了有关这些技术的一些有趣演示链接。
Expand Down
Original file line number Diff line number Diff line change
@@ -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 事件。这些事件通常称为**合成事件**,而不是浏览器本身触发的事件。

Expand Down
9 changes: 0 additions & 9 deletions files/zh-cn/web/events/detecting_device_orientation/index.md
Original file line number Diff line number Diff line change
@@ -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}}

Expand Down
1 change: 0 additions & 1 deletion files/zh-cn/web/events/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: 事件参考
slug: Web/Events
translation_of: Web/Events
---
[事件](/zh-CN/docs/Learn/JavaScript/Building_blocks/Events)的触发用于通知“对变化感兴趣”的代码以影响代码的执行。这些事件可能来自用户的交互(例如:使用鼠标或调整窗口大小)、底层环境状态的改变(例如:电池电量不足或操作系统的媒体事件)和其它的情况。

Expand Down
Original file line number Diff line number Diff line change
@@ -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
---
## 总言

Expand Down
7 changes: 0 additions & 7 deletions files/zh-cn/web/exslt/index.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
5 changes: 0 additions & 5 deletions files/zh-cn/web/exslt/regexp/index.md
Original file line number Diff line number Diff line change
@@ -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")}}

Expand Down
1 change: 0 additions & 1 deletion files/zh-cn/web/exslt/regexp/match/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: match
slug: Web/EXSLT/regexp/match
translation_of: Web/EXSLT/regexp/match
---
{{ XsltRef() }}

Expand Down
1 change: 0 additions & 1 deletion files/zh-cn/web/guide/ajax/getting_started/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Getting Started
slug: Web/Guide/AJAX/Getting_Started
translation_of: Web/Guide/AJAX/Getting_Started
---
{{DefaultAPISidebar("XMLHttpRequest")}}

Expand Down
1 change: 0 additions & 1 deletion files/zh-cn/web/guide/ajax/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Ajax
slug: Web/Guide/AJAX
translation_of: Web/Guide/AJAX
---
**[新手入门](/zh-CN/docs/Web/Guide/AJAX/Getting_Started)**
Ajax 简介
Expand Down
5 changes: 0 additions & 5 deletions files/zh-cn/web/guide/api/index.md
Original file line number Diff line number Diff line change
@@ -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 的完整列表。.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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") }} 元素为视频添加字幕和翻译

Expand Down
Original file line number Diff line number Diff line change
@@ -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 的其他特性。

Expand Down
8 changes: 0 additions & 8 deletions files/zh-cn/web/guide/audio_and_video_delivery/index.md
Original file line number Diff line number Diff line change
@@ -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 的媒体的各种传递机制以及与流行浏览器的兼容性的起点。

Expand Down
Original file line number Diff line number Diff line change
@@ -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
---
实时流技术经常应用在一些现场输出的转播活动,类似体育活动、演唱会和更平常的电视播放及广播节目。这通常称为流媒体,实时流就是将媒体“实时”传输到计算机和设备的过程。这是一个包含多个元素的、非常复杂且较为新生的主题,所以我们会通过这篇文章,向你介绍它并让你知道如何开始。

Expand Down
Original file line number Diff line number Diff line change
@@ -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`

Expand Down
6 changes: 0 additions & 6 deletions files/zh-cn/web/guide/css/block_formatting_context/index.md
Original file line number Diff line number Diff line change
@@ -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 }}

Expand Down
10 changes: 0 additions & 10 deletions files/zh-cn/web/guide/graphics/index.md
Original file line number Diff line number Diff line change
@@ -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")}} 属性。与此同时,你也能绘制出动态图像,或者是对图像进行巧妙处理。 这些文章可以帮助你了解如何做到这些事情。

Expand Down
6 changes: 0 additions & 6 deletions files/zh-cn/web/guide/houdini/index.md
Original file line number Diff line number Diff line change
@@ -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 功能,而无需等待它们在浏览器中本地实现。
Expand Down
7 changes: 0 additions & 7 deletions files/zh-cn/web/guide/html/constraint_validation/index.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
5 changes: 0 additions & 5 deletions files/zh-cn/web/guide/html/content_categories/index.md
Original file line number Diff line number Diff line change
@@ -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)。

Expand Down
1 change: 0 additions & 1 deletion files/zh-cn/web/guide/html/editable_content/index.md
Original file line number Diff line number Diff line change
@@ -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 事件处理程序,您可以将您的网页转换为完整且快速的富文本编辑器。本文提供了有关此功能的一些信息。
Expand Down
Original file line number Diff line number Diff line change
@@ -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 属性,该属性允许将任意元素设置为可编辑或不可编辑的(后者可阻止在可编辑环境中,对固定元素的改变)。
Expand Down
4 changes: 0 additions & 4 deletions files/zh-cn/web/guide/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
---
title: Web 开发者指南
slug: Web/Guide
tags:
- Web
- 指南
translation_of: Web/Guide
---
**这些文章提供了如何使用特定 Web 技术和 API 的指南信息。**

Expand Down
Original file line number Diff line number Diff line change
@@ -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 开发,这些链接都能帮助你。至少,立刻我们就能在这儿看到很多链接。
Expand Down
1 change: 0 additions & 1 deletion files/zh-cn/web/guide/mobile/index.md
Original file line number Diff line number Diff line change
@@ -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)感兴趣。

Expand Down
7 changes: 0 additions & 7 deletions files/zh-cn/web/guide/parsing_and_serializing_xml/index.md
Original file line number Diff line number Diff line change
@@ -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 的常见任务。

Expand Down
1 change: 0 additions & 1 deletion files/zh-cn/web/guide/performance/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: 优化和性能
slug: Web/Guide/Performance
translation_of: Web/Guide/Performance
---
对于开发现代化的 Web 应用和网站来说,让内容良好地展现尤为重要。换句话说就是让你的 Web 应用和网站能快速高效地展现给用户,这包括能高效地运行在强运算能力的桌面电脑上以及运算能力较弱的移动设备上。目前一些工具可以用来检测网站或者博客的性能,主要是下列这些:

Expand Down
6 changes: 0 additions & 6 deletions files/zh-cn/web/guide/woff/index.md
Original file line number Diff line number Diff line change
@@ -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)及用户私有数据结构,其中包括了自定义空间,允许厂家和经销商在需要时提供许可证。
Expand Down

0 comments on commit cc943ac

Please sign in to comment.