Skip to content

Commit d3ec528

Browse files
committed
upd
1 parent 1dac246 commit d3ec528

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

  • src/overview/xml-capabilities

src/overview/xml-capabilities/jet.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,9 @@ This section describes XML features specifically when applied as Jet Engine's Fu
66

77
Native tags belong to the implicit `j` namespace, such as `j:Button`. The `j` namespace is not overridable.
88

9-
## “a:” attributes
9+
## Data attributes
1010

11-
`a:` attributes applied to native tags, such as `j:Button`, contribute arbitrary textual attributes to the underlying DOM element, as in:
12-
13-
```
14-
<j:Container a:x="10"></j:Container>
15-
```
11+
`data-` attributes applied to native tags, such as `j:Button`, contribute arbitrary attributes to the underlying DOM element.
1612

1713
Using a Fuse store, that attribute would be accessed as `store.v.@x`.
1814

0 commit comments

Comments
 (0)