Skip to content

Commit eefffcf

Browse files
authored
docs(dom/css): fix text (#273)
1 parent 2092d3b commit eefffcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/dom/css.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -401,9 +401,9 @@ myStyleSheet instanceof StyleSheet // true
401401

402402
注意,`disabled`属性只能在 JavaScript 脚本中设置,不能在 HTML 语句中设置。
403403

404-
**(2)Stylesheet.href**
404+
**(2)StyleSheet.href**
405405

406-
`Stylesheet.href`返回样式表的网址。对于内嵌样式表,该属性返回`null`。该属性只读。
406+
`StyleSheet.href`返回样式表的网址。对于内嵌样式表,该属性返回`null`。该属性只读。
407407

408408
```javascript
409409
document.styleSheets[0].href

0 commit comments

Comments
 (0)