Skip to content

Commit fad5984

Browse files
committed
[css-cascade] Add the Cascade 4 dfn tags for origin/style sheet, and do some light rewrapping.
1 parent 3a31f69 commit fad5984

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

css-cascade-3/Overview.bs

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -659,22 +659,26 @@ Cascading Origins</h3>
659659
CSS defines three core <a>origins</a>:
660660

661661
<dl>
662-
<dt id='cascade-origin-author'>Author
662+
<dt><dfn export id='cascade-origin-author' lt="author origin|author style sheet">Author Origin</dfn>
663663
<dd>
664-
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.
664+
The author specifies style sheets for a source document
665+
according to the conventions of the document language.
666+
For instance, in HTML,
667+
style sheets may be included in the document or linked externally.
665668

666-
<dt id='cascade-origin-user'>User
669+
<dt><dfn export id='cascade-origin-user' lt="user origin|user style sheet">User Origin</dfn>
667670
<dd>
668671
The user may be able to specify style information for a particular document.
669672
For example, the user may specify a file that contains a style sheet
670673
or the user agent may provide an interface that generates a user style sheet
671674
(or behaves as if it did).
672675

673-
<dt id='cascade-origin-ua'>User agent
676+
<dt><dfn export id='cascade-origin-ua' lt="user agent origin|ua origin|user agent style sheet|ua style sheet">User Agent Origin</dfn>
674677
<dd>
675678
Conforming user agents must apply a default style sheet
676679
(or behave as if they did).
677-
A user agent's default style sheet should present the elements of the document language in ways that satisfy general presentation expectations for the document language
680+
A user agent's default style sheet should present the elements of the document language
681+
in ways that satisfy general presentation expectations for the document language
678682
(e.g., for visual browsers, the EM element in HTML is presented using an italic font).
679683
See e.g. the <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/rendering.html#the-css-user-agent-style-sheet-and-presentational-hints">HTML user agent style sheet</a>. [[HTML5]]
680684
</dl>

0 commit comments

Comments
 (0)