diff --git a/draft.html b/draft.html index 5800d66..7b80cbd 100644 --- a/draft.html +++ b/draft.html @@ -12,7 +12,8 @@ i { font-style: normal; } body { - background-image: none; + background-image: url('http://www.w3.org/StyleSheets/TR/logo-unofficial.png'); + max-width: 60em; margin-left: auto; margin-right: auto; } .hidden { @@ -279,7 +280,7 @@

2.2. Token property declaration to reference, by the mean of a provider and an unique name, a token stream called the provided value and, optionally, - provides a second token stream called the fallback + provides a second token stream called the fallback value.

If a declaration, once all token stream references are substituted in, is invalid, then the declaration is invalid @@ -626,7 +627,7 @@

3.3. Parent's Property reference the value that a property has on the parent element, rather than on the element itself. This can be accomplished with the ‘$parent()’ notation:

-

The ‘parentprovider +

The ‘parentprovider allows to reference properties applying on the parent of the element the property it is declared in applies, if such parent exists. If it doesn't, then the referenced token stream is invalid.