HTMLHeadElement
接口包含一个文档的描述信息(或者称作元信息)这类对象继承了HTMLElement
接口的全部属性和方法。
属性
继承了父对象HTMLElement
的属性。
HTMLHeadElement.profile
- 空格隔开的一个或多个用于表示元信息URI的
DOMString
。
方法
没有特殊的方法; 继承了父对象 HTMLElement
的方法。
规范
规范 | 状态 | 注释 |
---|---|---|
WHATWG HTML Living Standard HTMLHeadElement |
Living Standard | 相对于上一个版本HTML5.1没有修改 |
HTML5.1 HTMLHeadElement |
Working Draft | 相对于HTML5没有修改。 |
HTML5 HTMLHeadElement |
Recommendation | 删除了下列属性: profile . |
Document Object Model (DOM) Level 2 HTML Specification HTMLHeadElement |
Recommendation | 相对于 Document Object Model (DOM) Level 1 Specification没有修改。 |
Document Object Model (DOM) Level 1 Specification HTMLHeadElement |
Recommendation | 最初定义。 |
浏览器兼容性
特性 | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
基本支持 | (Yes) | 1.0 (1.7 or earlier) | (Yes) | (Yes) | (Yes) |
profile |
未实现 | (Yes) 未实现 7.0 |
未实现 | 未实现 | 未实现 |
特性 | Android | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
基本支持 | (Yes) | 1.0 (1.0) | (Yes) | (Yes) | (Yes) |
profile |
未实现 | (Yes) 未实现 7.0 |
未实现 | 未实现 | 未实现 |
另见
- 对应的HTML 元素是根据
<head>
实现。