From 310fd066e91f454b990372ffa30e803cc8120975 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 12:56:40 +0100 Subject: unslug zh-cn: move --- .../conflicting/web/guide/html/html5/index.html | 169 +++++++++++++++++++++ files/zh-cn/conflicting/web/guide/index.html | 96 ++++++++++++ .../zh-cn/conflicting/web/guide/mobile/index.html | 18 +++ 3 files changed, 283 insertions(+) create mode 100644 files/zh-cn/conflicting/web/guide/html/html5/index.html create mode 100644 files/zh-cn/conflicting/web/guide/index.html create mode 100644 files/zh-cn/conflicting/web/guide/mobile/index.html (limited to 'files/zh-cn/conflicting/web/guide') diff --git a/files/zh-cn/conflicting/web/guide/html/html5/index.html b/files/zh-cn/conflicting/web/guide/html/html5/index.html new file mode 100644 index 0000000000..3759db3097 --- /dev/null +++ b/files/zh-cn/conflicting/web/guide/html/html5/index.html @@ -0,0 +1,169 @@ +--- +title: HTML5 & friends thematic classification +slug: Web/Guide/HTML/HTML5/HTML5_Thematic_Classification +translation_of: Web/Guide/HTML/HTML5 +translation_of_original: Web/Guide/HTML/HTML5/HTML5_Thematic_Classification +--- +

这个页面提供了有关HTML5的主题链接,有些链接一般与HTML5关联但实际上并不是HTML标准,为了方便这些内容也被整理到这里。

+

HTML

+

Audio 和 video

+
+ Firefox 3.5引入对HTML5<audio>和<video>元素的支持,提供向HTML文档轻松嵌入媒体资源的能力。参考:在 Firefox 中使用audio和video
+
+  
+

Canvas

+

<Canvas>是HTML新元素,可以用于通过脚本(常用 JavaScript)绘制图像,例如,它可以用来绘制图表,合成照片甚至实现动画。

+

参考:

+ +

WebGL (独立规范)

+
+ webGL WebGL brings 3D graphics to the Web by introducing an API that closely conforms to OpenGL ES 2.0 and can be used in HTML5 {{ HTMLElement("canvas") }} elements.
+
+ Reference: WebGL
+

Inline SVG and MathML

+
+ HTML5 parsing liberates MathML and SVG from XML and makes them available in the main file format of the Web.
+
+ Reference:
+ + +
+ Link relations complement the <a> tag and specify why you're pointing to another page.
+
+ Reference:
+

Web forms

+
+ Form elements and attributes in HTML5 provide a greater degree of semantic mark-up than HTML4 and remove a great deal of the need for tedious scripting and styling that was required in HTML4.
+
+ Reference:
+ +

Microformats (separate specification)

+
+ Microformats allow web sites to provide semantic data to the browser in order to make it possible to present summaries of the information on a page without having to know how to parse the document itself.
+
+ Reference: Using microformats
+
+ See also: http://www.microformats.org
+

Semantic tags

+
+ The HTML5 specification brings several new elements to web developers allowing them to describe the structure of a web document with a standard semantics.
+
+ Reference:
+ +

JavaScript (separate specifications)

+

Client-Side Storage

+
+ Firefox supports the HTML 5 specification for offline caching of web applications' resources and offline storage of data.
+
+ Reference:
+ +

IndexedDB

+
+ IndexedDB is an evolving web standard for the storage of significant amounts of structured data in the browser and for high performance searches on this data using indexes.
+
+ Reference: IndexedDB
+

Web workers (separate specification)

+
+ Workers provide a simple means for web content to run scripts in background threads.  Once created, a worker can send messages to the spawning task by posting messages to an event handler specified by the creator.
+
+ Reference: Using web workers
+

New events

+
+ In order to build a good offline-capable web application, you need to know when your application is actually offline. Incidentally, you also need to know when your application has returned to an online status again.
+
+ Reference: Online and offline events
+

Drag and drop

+
+ Firefox and other Mozilla applications support a number of features for handling drag and drop. This allows you the user to click and hold the mouse button down over an element, drag it to another location, and release the mouse button to drop the element there.
+
+ Reference: Drag and Drop
+

Protocol handler

+
+

It's fairly common to find web pages link to resources using non-http protocols. You can think of this as a desktop-based protocol handler.

+

Reference: Web-based protocol handler

+

Geolocation

+
+
+ The Geolocation API allows the user to provide their location to web applications if they so desire.  For privacy reasons, the user is asked to confirm permission to report location information.
+
+ Reference: Using geolocation
+
+ See also: Geolocation Specification
+
+

Focus attributes

+
+ The focus atributes let a script understand if an element has the focus of the user and then act accordingly.
+ +        
+

CSS (separate specifications)

+

New CSS selectors

+
+ The following page shows the CSS3 support in Firefox and the new elements for HTML5.
+
+ Reference: Mozilla CSS support chart
+

Typography

+

The following pages show some of the typography attributes introduced by CSS3.

+
+ Text wrap:
+ +

Layout

+
+ Columns:
+ +

Visual

+
+ The following pages show some of the visual attributes introduced by CSS3.
+ +

Dynamic effects

+
+ CSS also introduces dynamic effects:
+ +

{{ languages( { "ja": "ja/HTML/HTML5/HTML5_Thematic_Classification"} ) }}

diff --git a/files/zh-cn/conflicting/web/guide/index.html b/files/zh-cn/conflicting/web/guide/index.html new file mode 100644 index 0000000000..ef8d7dac56 --- /dev/null +++ b/files/zh-cn/conflicting/web/guide/index.html @@ -0,0 +1,96 @@ +--- +title: Web 开发 +slug: Web_Development +translation_of: Web/Guide +translation_of_original: Web_Development +--- +

Web 开发 包括开发网站和Web应用程序的方方面面。

+

在本文中,您将学到创建从简单到复杂的Web站点、使用最新Web技术的高度互动的网站。

+ + + + + + + +
+

文档主题

+

技术

+
+
+ Web 开发介绍
+
+ 一份介绍怎样开发进行Web开发的指南。
+
+ HTML
+
+ 超文本标记语言是创建网页和其他显示在浏览器的文档的基础语言。
+
+ CSS
+
+ 层叠样式表的强大功能能使您在 Web 上安排布局和页面设计。
+
+ JavaScript
+
+ JavaScript 是最常用的 Web 应用程序开发的脚本语言;它也用于开发基于 Mozilla 的软件。
+
+ DOM
+
+ 文档对象模型是一个 HTML 和 XML 文档的 API,其提供了一个结构化的文档表示以供修改它的可见表示。
+
+ AJAX
+
+ AJAX(异步的 JavaScript 与 XML 技术)并非一种技术,而是这两种技术的组合应用;通过 JavaScript 和其他时髦的 Web 技术共同创建动态 Web 应用程序。
+
+ XHTML
+
+ 可扩展的超文本标记语言是一个基于 XML 的类 HTML 语言,同 HTML 相比其语法更加严格。
+
+ SVG
+
+ 可缩放矢量图形是一个描述二维矢量图形的 XML 标记语言。
+
+

策略

+
+
+ Web 标准
+
+ 了解如何使你的网站或者应用程序通过开放 Web 标准,兼容最大多数用户的访问。
+
+ 响应性 Web 设计
+
+ 使用 CSS 在所有硬件平台上呈现相同内容,从手机到宽屏、高分辨率的桌面显示器。
+
+ 编写向前兼容的网站
+
+ 建立即使浏览器更新也不会出现问题的网站的最佳实践。
+
+ 移动 Web 开发
+
+ 通过一些与面向桌面浏览器开发完全不同的独特方法,来开发面向移动设备的网站。
+
+ Mozilla Web 开发者常见问题解答
+
+ Web开发者经常提的一些问题。当然还有答案喽!
+
+

查看更多...

+
+

社区

+ +

工具

+ +

查看更多...

+
+

 

+

{{ languages( { "de": "de/Webentwicklung", "en": "en/Web_Development","es": "es/Desarrollo_Web", "fr": "fr/D\u00e9veloppement_Web", "it": "it/Sviluppo_Web", "ja": "ja/Web_Development", "pl": "pl/Programowanie_WWW" } ) }}

diff --git a/files/zh-cn/conflicting/web/guide/mobile/index.html b/files/zh-cn/conflicting/web/guide/mobile/index.html new file mode 100644 index 0000000000..ac53f993c1 --- /dev/null +++ b/files/zh-cn/conflicting/web/guide/mobile/index.html @@ -0,0 +1,18 @@ +--- +title: 移动 Web 开发 +slug: Web_Development/Mobile +tags: + - Mobile + - NeedsTranslation + - TopicStub + - Web Development +translation_of: Web/Guide/Mobile +translation_of_original: Web_Development/Mobile +--- +

开发能在移动设备上浏览的网站需要一些方法来确保网站在移动设备上可以如同在桌面浏览器上一样正常运作。以下的文章介绍了部分方法:

+ -- cgit v1.2.3-54-g00ecf