Hyphen not accepted in property name of attribute
The hyphen in property name
data-toggle
is not accepted in attributes of a template.buttonGroup[data-toggle="buttons-radio"]{ ... }
This is because Id doesnt allow this char.
From WebDSL-UI.sdf:
Submitted by Elmer van Chastelet on 20 November 2012 at 14:51Id ":" PropertyValue -> PropertyAssignment {cons("PropertyAssignment")} Id ":=" PropertyValue -> PropertyAssignment {cons("PropertyAssignment")} Id "=" PropertyValue -> PropertyAssignment {cons("PropertyAssignment")}
Issue Log
On 20 November 2012 at 15:55 Elmer van Chastelet commented:
Fixed in r5511
On 20 November 2012 at 15:55 Elmer van Chastelet closed this issue.
Log in to post comments