-
Notifications
You must be signed in to change notification settings - Fork 0
/
syntax-test.v1.html
108 lines (90 loc) · 1.75 KB
/
syntax-test.v1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<template
bindable=""
role=""
replaceable
part=""
replace-part="">
<require
from=""
as=""
content="">
</require>
<router-view
name=""
layout-view=""
layout-view-model=""
swap-order="">
</router-view>
<compose
view-model=""
view=""
model.bind="">
</compose>
<input
attach-focus
model.bind=""
matcher.bind=""
attach-focus.bind=""/>
<select
attach-focus
model.bind=""
matcher.bind=""
attach-focus.bind="">
</select>
<let
to-binding-context
property=""
property.bind="">
</let>
<a
download=""
router-ignore=""
data-router-ignore=""
href.bind="">
</a>
<ux-dialog>
<ux-dialog-header></ux-dialog-header>
<ux-dialog-body></ux-dialog-body>
<ux-dialog-footer></ux-dialog-footer>
</ux-dialog>
<div
style="width: 1px; height: 1px;"
style='width: 1px; height: 1px;'
css="width: ${ test }px; height: ${ test }px;"
css='width: ${ test }px; height: ${ test }px;'
css="background-image: url('https://source.unsplash.com/random/${ w > 0 ? w : '50' }x${ h > 0 ? h : '50' }/?wallpapers');"
css='background-image: url("https://source.unsplash.com/random/${ w > 0 ? w : "50" }x${ h > 0 ? h : "50" }/?wallpapers");'
ref=""
element.ref=""
attribute-name.ref=""
view-model.ref=""
view.ref=""
controller.ref=""
property.bind=""
property.two-way=""
property.one-way=""
property.to-view=""
property.from-view=""
property.one-time=""
function.call=""
change.trigger=""
change.delegate=""
change.capture=""
repeat.for=""
virtual-repeat.for=""
infinite-scroll-next=""
infinite-scroll-next.call=""
else
if.bind=""
show.bind=""
with.bind=""
as-element=""
view-spy
compile-spy
t=""
i18n=""
data-src=""
t-params.bind="">
${ test }
</div>
</template>