Skip to content

Commit 0eaedda

Browse files
committed
[css2] Issue 151
from http://wiki.csswg.org/spec/css2.1 --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403044
1 parent f8c621b commit 0eaedda

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

css2/cascade.src

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: cascade.src,v 2.69 2010-08-06 19:42:21 bbos Exp $ -->
3+
<!-- $Id: cascade.src,v 2.70 2010-10-05 19:29:02 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Assigning property values, Cascading, and Inheritance</TITLE>
66
</HEAD>
@@ -463,8 +463,11 @@ readonly, rel, rev, rowspan, scheme, scope, selected, shape, span,
463463
src, standby, start, style, summary, title, type (except on LI, OL and
464464
UL elements), usemap, value, valuetype, version.
465465

466-
<P>For other languages, all document language-based styling should be
467-
handled in the user agent style sheet.
466+
<P>For other languages, all document language-based styling must be
467+
translated to the corresponding CSS and either enter the cascade at
468+
the user agent level or, as with HTML presentational hints, be treated
469+
as author level rules with a specificity of zero placed at the start
470+
of the author style sheet.
468471

469472
<div class="example">
470473

0 commit comments

Comments
 (0)