Jauge tolerance
This commit is contained in:
@@ -73,6 +73,7 @@ attlist.field &=
|
||||
| "text"
|
||||
| "time"
|
||||
| "timedelta"
|
||||
| "tolerance_gauge"
|
||||
| "url"
|
||||
}?
|
||||
attlist.field &= attribute fill { "0" | "1" }?
|
||||
@@ -122,6 +123,12 @@ attlist.field &= attribute symbol { text }?
|
||||
attlist.field &= [a:defaultValue = "1"] attribute grouping { "0" | "1" }?
|
||||
attlist.field &= [a:defaultValue = "square"] attribute border { "square" | "circle" | "rounded" }?
|
||||
attlist.field &= attribute loading { "lazy" | "eager" }?
|
||||
attlist.field &= attribute min { text }?
|
||||
attlist.field &= attribute max { text }?
|
||||
attlist.field &= attribute min_field { text }?
|
||||
attlist.field &= attribute max_field { text }?
|
||||
attlist.field &= attribute center { text }?
|
||||
attlist.field &= attribute digits { text }?
|
||||
image = element image { attlist.image, empty }
|
||||
attlist.image &= attribute name { text }
|
||||
attlist.image &= [a:defaultValue = "icon"] attribute type { "icon" | "url" }?
|
||||
|
||||
Reference in New Issue
Block a user