处理指令:sheet 属性

ProcessingInstruction 接口的只读 sheet 属性包含与 ProcessingInstruction 关联的样式表。

xml-stylesheet 处理指令用于将样式表与 XML 文件关联起来。

关联的 StyleSheet 对象,如果没有则为 null

示例

xml
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="rule.css"?>

处理指令的 sheet 属性将返回 StyleSheet 对象,该对象描述 rule.css

规范

规范
CSS 对象模型 (CSSOM)
# dom-linkstyle-sheet

浏览器兼容性

BCD 表格仅在浏览器中加载

参见