Skip to content

Commit b8a1100

Browse files
committed
[css-cascade] Add 'author style sheet' and 'user style sheet' too.
1 parent cecc026 commit b8a1100

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-cascade/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -752,11 +752,11 @@ Cascading Origins</h3>
752752
CSS defines three core <a>origins</a>:
753753

754754
<dl>
755-
<dt><dfn export id='cascade-origin-author'>Author Origin</dfn>
755+
<dt><dfn export id='cascade-origin-author' lt="author origin|author style sheet">Author Origin</dfn>
756756
<dd>
757757
The author specifies style sheets for a source document according to the conventions of the document language. For instance, in HTML, style sheets may be included in the document or linked externally.
758758

759-
<dt><dfn export id='cascade-origin-user'>User Origin</dfn>
759+
<dt><dfn export id='cascade-origin-user' lt="user origin|user style sheet">User Origin</dfn>
760760
<dd>
761761
The user may be able to specify style information for a particular document.
762762
For example, the user may specify a file that contains a style sheet

0 commit comments

Comments
 (0)