You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that the vector Text nodes should only be used as the last field of a struct (because possible positons for text node should be known). Alternatively, you can make non-vector separate fields with correct position in the struct definition.
181
181
182
182
### Empty Elements (Self-Closing) Definition
183
-
* Use `sc"name"` to define a self-closing (empty) element (e.g. `<rest />`)
183
+
* Use `empty"name"` to define an empty (self-closing) element (e.g. `<rest />`)
0 commit comments