axr / specification

This is where we work on the specification for AXR
spec.axrproject.org
13 stars 0 forks source link

The content property #76

Closed Mouvedia closed 11 years ago

Mouvedia commented 12 years ago
content: @content {
order: content | string | children, …, …;
string: <string>[, <object>];
};

content: "string here";
//would be equivalent to
content: @{
order: string, children;
string: "string here";
}

related to #74

Mouvedia commented 11 years ago
#new @text { <string> }