文章标签:Reference

  1. 1
  2. 2

找到 127 篇文档

  • Mozilla/Add-ons/Plugins/Reference The articles below describe each of the APIs related to NPAPI plugins.
  • Mozilla/Add-ons/WebExtensions/API/runtime 该模块提供关于附加组件以及运行环境的信息。
  • Mozilla/Add-ons/WebExtensions/API/tabs 与浏览器标签系统进行交互。
  • Mozilla/Add-ons/WebExtensions/API/webNavigation Add event listeners for the various stages of a navigation. A navigation consists of a frame in ...
  • Mozilla/Add-ons/WebExtensions/API/webRequest Add event listeners for the various stages of making an HTTP request. The event listener ...
  • Mozilla/Tech/XUL/Attribute/align
  • Web/API/AbstractWorker/onerror AbstractWorker 接口的 onerror 特性是一个事件句柄,在 Worker 的 error 事件触发并冒泡时执行。
  • Web/API/Client The Client interface of the ServiceWorker API represents the scope of a service worker client. A ...
  • Web/API/CloseEvent CloseEvent 会在连接关闭时发送给使用 WebSockets 的客户端. 它在 WebSocket 对象的 onclose 事件监听器中使用.
  • Web/API/CSS_Object_Model CSS Object Model 是一组允许用JavaScript操纵CSS的API。 它是既DOM和HTML API之后,又一个操纵CSS的接口,从而能够动态地读取和修改CSS样式。
  • Web/API/DedicatedWorkerGlobalScope 该 DedicatedWorkerGlobalScope 对象(也就是 Worker 全局作用域)可以通过 self 关键字来访问 ...
  • Web/API/Document/alinkColor 返回或设置文档体内的活动链接的颜色。mousedown和mouseup事件之间的时间在一个链接是有效的。
  • Web/API/Document/createElementNS 创建一个具有指定的命名空间URI和限定名称的元素。
  • Web/API/Document/documentElement Document.documentElement 是一个会返回文档对象( document )的根 元素 的只读属性(如HTML文档的 html 元素)。
  • Web/API/DocumentOrShadowRoot The DocumentOrShadowRoot interface of the Shadow DOM API provides APIs that are shared between ...
  • Web/API/Element/attributes Element.attributes 属性返回该元素所有属性节点的一个实时集合。该集合是一个 NamedNodeMap 对象,不是一个数组,所以它没有 数组 的方法,其包含的 属性 ...
  • Web/API/ExtendableEvent The ExtendableEvent interface extends the lifetime of the install and activate events dispatched ...
  • Web/API/File 文件( File) 接口提供有关文件的信息,并允许网页中的 JavaScript 访问其内容。
  • Web/API/Geolocation/getCurrentPosition Geolocation.getCurrentPosition() 方法用来获取设备当前位置。
  • Web/API/GlobalEventHandlers/onclick onclick 属性返回当前元素的 click 事件句柄代码。
  • Web/API/GlobalFetch 当发生网络错误时, fetch() 的promise对象会返回一个 TypeError ...
  • Web/API/HTMLDialogElement HTMLDialogElement 接口提供操作 dialog 元素的方法.。此接口的方法和属性继承自 HTMLElement 接口。
  • Web/API/HTMLElement/blur blur 方法用来移除当前元素所获得的键盘焦点.
  • Web/API/HTMLInputElement The HTMLInputElement interface provides special properties and methods (beyond the regular ...
  • Web/API/IntersectionObserver IntersectionObserver接口 (从属于 Intersection Observer API )为开发者提供了一种可以异步监听目标元素与其祖先或视窗( viewport ...
  • Web/API/MessagePort The MessagePort interface of the Channel Messaging API represents one of the two ports of a ...
  • Web/API/NavigatorLanguage NavigatorLanguage 包含涉及导航( Navigator )的语言特性的方法和属性。
  • Web/API/Node/nodeType 只读属性 Node.nodeType 表示的是该节点的类型。
  • Web/API/PaymentAddress The PaymentAddress interface of the Payment Request API stores address information.
  • Web/API/PerformanceEntry The PerformanceEntry object encapsulates a single performance metric that is part of the ...
  • Web/API/PositionOptions PositionOptions 是一个作为 Geolocation.getCurrentPosition() 方法 以及 Geolocation.watchPosition() ...
  • Web/API/PushManager The PushManager interface of the Push API provides a way to receive notifications from ...
  • Web/API/PushMessageData The PushMessageData interface of the Push API provides methods which let you retrieve the push ...
  • Web/API/Request/Request Request() 构造器创建一个新的 Request 对象。
  • Web/API/Response Fetch API 的Response接口呈现了对一次请求的响应数据
  • Web/API/ServiceWorkerContainer ServiceWorkerContainer 接口为 service worker提供一个容器般的功能,包括对service worker的注册,卸载 ,更新和访问service ...
  • Web/API/ServiceWorkerRegistration The ServiceWorkerRegistration interface of the ServiceWorker API represents the service worker ...
  • Web/API/ShadowRoot Shadow DOM API的 ShadowRoot 接口是一个DOM子树的根节点, 它与文档的主DOM树分开渲染。
  • Web/API/Storage 作为 Web Storage API 的接口, Storage 提供了访问特定域名下的会话存储(session storage)或本地存储(local ...
  • Web/API/UIEvent UIEvent 接口表示简单的用户界面事件。
  • Web/API/WebGLRenderingContext/bindFramebuffer WebGL API 的 WebGLRenderingContext.bindFramebuffer() 方法将给定的 WebGLFramebuffer 绑定到目标。
  • Web/API/WebGLRenderingContext/bindRenderbuffer WebGL API 的 WebGLRenderingContext.bindRenderbuffer() 方法将给定的 WebGLRenderbuffer 绑定到一个目标,它必须是 ...
  • Web/API/WebGLRenderingContext/bindTexture WebGL API 的 WebGLRenderingContext.bindTexture() 方法将给定的 WebGLTexture 绑定到目标(绑定点)。
  • Web/API/WebGLRenderingContext/blendColor WebGL API 的 WebGLRenderingContext.blendColor() 方法用于设置源和目标混合因子。
  • Web/API/WebGLRenderingContext/blendEquation WebGL API 的 WebGLRenderingContext.blendEquation() 方法用于将RGB混合方程和阿尔法混合方程设置为单个方程。
  • Web/API/Window/caches 只读属性 Window.caches 返回一个与当前源相关联的 CacheStorage 对象。 这个对象完善了 service worker 所需的功能 ...
  • Web/API/Window/dialogArguments dialogArguments 属性返回传递到 {domxref ("窗口中的 showModalDialog ()}}" 方法的参数。这使您可以确定在创建模式对话框时指定的参数。
  • Web/API/Window/location window.location 只读属性,返回一个 Location 对象,其中包含有关文档当前位置的信息。
  • Web/API/Window/onhashchange 当 一个窗口的 哈希 改变时就会触发 hashchange 事件 (查看 location.hash )。
  • Web/API/Window/scrollY 返回文档在垂直方向已滚动的像素值。
  • Web/API/Window/top 返回窗口体系中的最顶层窗口的引用。
  • Web/API/WindowClient The WindowClient interface of the ServiceWorker API represents the scope of a service worker ...
  • Web/API/WindowEventHandlers WindowEventHandlers mixin describes the event handlers common to several interfaces like Window, ...
  • Web/API/WindowTimers WindowTimers 接口包含了四个用来设定和清除定时器的实用方法。
  • Web/API/Worker/Worker Worker() 构造函数创建一个 Worker 对象,该对象执行指定的URL脚本。这个脚本必须遵守 同源策略 。
  • Web/API/WorkerGlobalScope The WorkerGlobalScope interface of the Web Workers API is an interface representing the scope of ...
  • Web/API/XMLHttpRequest XMLHttpRequest 是一个API, 它为客户端提供了在客户端和服务器之间传输数据的功能。它提供了一个通过 URL ...
  • Web/API/XMLHttpRequest/open XMLHttpRequest.open() 方法创建一个请求。这个方法仅限于Javascript代码中,在native中创建一个请求,请使用 openRequest() 。
  • Web/API/XMLHttpRequest/setRequestHeader XMLHttpRequest.setRequestHeader() 是设置HTTP请求头部的方法。此方法必须在 open() 方法和 send() ...
  • Web/CSS/:enabled CSS 伪类 :enabled 表示任何启用的(enabled)元素。如果一个元素能够被激活(如选择、点击或接受文本输入)或获取焦点,则该元素是启用的。元素还有一个禁用的状态(disabled ...
  • Web/CSS/:fullscreen css伪类 :fullscreen应用于当前处于全屏显示模式的元素。 它不仅仅选择顶级元素,还包括所有已显示的栈内元素。
  • Web/CSS/@media @media CSS at-rule 将一组嵌套语句关联在由大括号分隔的CSS块中,使用由 media query 定义的一个条件。@media ...
  • Web/CSS/@viewport The @viewport CSS at-rule contains a set of nested descriptors in a CSS block that is delimited ...
  • Web/CSS/animation CSS animation 属性是如下属性的一个简写属性形式: animation-name , animation-duration , animation-timing-function ...
  • Web/CSS/animation-delay animation-delay CSS 属性定义动画于何时开始,即从动画应用在元素上到动画开始的这段时间的长度。
  • Web/CSS/animation-direction animation-direction CSS 属性指示动画是否反向播放,它通常在简写属性 animation 中设定
  • Web/CSS/animation-duration animation-duration 属性指定一个动画周期的时长。
  • Web/CSS/animation-fill-mode animation-fill-mode 这个 CSS 属性用来指定在动画执行之前和之后如何给动画的目标应用样式。
  • Web/CSS/animation-name animation-name 属性指定应用的一系列动画,每个名称代表一个由 @keyframes 定义的动画序列。
  • Web/CSS/animation-timing-function CSS animation-timing-function属性定义CSS动画在每一动画周期中执行的节奏。 可能值为一或多个 timing-function 。
  • Web/CSS/Attribute_selectors CSS 属性选择器 通过已经存在的属性名或属性值匹配元素。
  • Web/CSS/background-attachment 如果指定了 background-image ,那么 background-attachment 决定背景是在视口中固定的还是随包含它的区块滚动的。
  • Web/CSS/background-clip background-clip 设置元素的背景(背景图片或颜色)是否延伸到边框下面。
  • Web/CSS/background-color CSS 属性中的 background-color 会设置元素的背景色, 属性的值为颜色值或关键字"transparent"二者选其一.
  • Web/CSS/background-image CSS background-image 属性用于为一个元素设置一个或者多个背景图像。图像在绘制时,以z方向堆叠的方式进行。先指定的图像会在之后指定的图像上面绘制。因此指定的第一个图像最接近用户。
  • Web/CSS/background-position background-position 指定背景图片的初始位置。
  • Web/CSS/border-image border-image CSS属性允许在元素的边框上绘制图像 。这使得绘制复杂的外观组件更加简单,也不用在某些情况下使用九宫格了。使用 border-image 时,其将会替换掉 ...
  • Web/CSS/border-image-outset border-image-outset属性定义边框图像可超出边框盒的大小。
  • Web/CSS/border-image-repeat border-image-repeat 定义图片如何填充边框。或为单个值,设置所有的边框;或为两个值,分别设置水平与垂直的边框。
  • Web/CSS/border-image-width border-image-width 定义图像边框宽度。假如border-image-width大于已指定的 border-width ,那么它将向内部(padding/content)扩展.
  • Web/CSS/box-sizing box-sizing 属性用于更改用于计算元素宽度和高度的默认的 CSS 盒子模型 。可以使用此属性来模拟不正确支持CSS盒子模型规范的浏览器的行为。
  • Web/CSS/CSS_Animations CSS Animations 是CSS的一个模块,它定义了如何用关键帧来随时间推移对CSS属性的值进行动画处理。关键帧动画的行为可以通过指定它们的持续时间,它们的重复次数以及它们如何重复来控制。
  • Web/CSS/CSS_Colors CSS Colors 是 CSS 的一个模块,用于处理颜色、颜色类型和透明度。
  • Web/CSS/CSS_Logical_Properties CSS 逻辑属性 是 CSS 的一个模块,其能够映射到物理属性来控制布局( CSS Logical Properties is a module of CSS that defines ...
  • Web/CSS/flex-shrink CSS flex-shrink 属性指定了 flex 元素的收缩规则。flex 元素仅在默认宽度之和大于容器的时候才会发生收缩,其收缩的大小是依据 flex-shrink 的值。
  • Web/CSS/justify-content CSS justify-content 属性定义了浏览器如何分配顺着父容器主轴的弹性元素之间及其周围的空间。
  • Web/CSS/Reference 使用此 CSS 参考 页面以浏览按 字母索引 的所有标准的 CSS 属性、 伪类 、 伪元素 、 数据类型 、以及 @规则 。你也可以浏览 按类型排列的 CSS 选择器 列表和 CSS ...
  • Web/CSS/touch-action CSS属性 touch-action 用于指定某个给定的区域是否允许用户操作,以及如何响应用户操作(比如浏览器自带的划动、缩放等)。
  • Web/CSS/transform-function transform-function CSS数据类型表示应用到一个该元素上的一个函数,以便修改它。通常,这种变换可以由矩阵表示,并且可以使用每个点上的矩阵乘法来确定所得到的图像。
  • Web/Events/animationend animationend 事件会在一个 CSS 动画完成时触发(不包括完成前就已终止的情况,例如元素变得不可见或者动画从元素中移除)。
  • Web/Events/animationstart animationstart 事件会在 CSS 动画开始时触发。 如果有 animation-delay 延时,事件会在延迟时效过后立即触发。为负数的延时时长会致使事件被触发时事件的 ...
  • Web/Events/mousemove 当指针设备( 通常指鼠标 )在元素上移动时, mousemove 事件被触发。
  • Web/Events/paste 向一个选中区域粘贴剪切板内容的时候,会触发粘贴事件。
  • Web/HTML/Element 这一页列出了所有的 HTML elements ( 元素)。元素按功能分类,以帮助你轻松地寻找元素 。尽管本文是为新手写的,但我们希望它能帮到所有人。
  • Web/HTML/Element/a HTML a 元素  (或锚元素) 创建一个到其他网页,文件,同一页面内的位置,电子邮件地址或任何其他URL的超链接。
  • Web/HTML/Element/bdi HTML bdi 元素 (双向隔离元素) 会隔离可能以不同方向进行格式化的外部文本。
  • Web/HTML/Element/bdo bdo 元素 ( HTML双向覆盖元素 )用于覆盖当前文本的朝向,它使得字符按给定的方向排列。
  • Web/HTML/Element/figure HTML figure 元素 代表一段独立的内容 , 经常与说明(caption) figcaption 配合使用 , 并且作为一个独立的引用单元。当它属于主体(main ...
  • Web/HTML/Element/hr HTML hr 元素 ...
  • Web/HTML/Element/ol HTML ol 元素 表示多个有序列表项,通常渲染为有带编号的列表。
  1. 1
  2. 2