diff --git a/specification.html b/specification.html index f3263f9..7fa4d2b 100644 --- a/specification.html +++ b/specification.html @@ -1250,8 +1250,6 @@
References
//this sets the width of the children of each parent element //to the width of whichever is currently the widest child width: ref(max width of *); - //which is equivalent to - width: ref(max width of @these); }

Normally if several elements, which don't share the same value for the referenced property, are matched by the inner selector, the reference, expecting only one value, will return nothing. Setting modifiers or using certain reference objects as the selector permit to bypass this rule.

parent
@@ -1443,7 +1441,7 @@ 

1.6.91.7 Objects

Objects have a hierarchy, in which objects can descend from others, hence inheriting all the properties defined in their owner. This enables great flexibility and modularization of the code.

Objects can be set to be of a certain type, placing an object type immediately after the at sign, or automatically deriving it from the context. It is followed by whitespace, and optionally an object name and more optional whitespace, followed by a block. Inside the block, its properties are defined.

-
+

1.7.1 Object dot notation