Skip to content

Commit a0d43b4

Browse files
committed
upd
1 parent 9585462 commit a0d43b4

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

src/SUMMARY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
- [ActionScript 3](./overview/relation/as3.md)
99
- [JavaScript](./overview/relation/javascript.md)
1010
- [Java](./overview/relation/java.md)
11-
- [XML capabilities](./overview/xml-capabilities.md)
12-
- [Whack](./overview/xml-capabilities/whack.md)
11+
- [XML](./overview/xml.md)
12+
- [Whack XML](./overview/xml/whack.md)
1313
- [WhackDS](./overview/whackds.md)
1414
- [Tooling](./overview/tooling.md)
1515
- [Access control namespaces](./overview/access-control.md)

src/overview/relation/mxml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,5 @@ Unlike with React.js, there is built-in support for linking style sheets in a Wh
115115
```
116116

117117

118-
[More on style sheets](../xml-capabilities/whack.md#linking-cascading-style-sheets)
118+
[More on style sheets](../xml/whack.md#linking-cascading-style-sheets)
119119

src/overview/relation/reactjs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,4 @@ Unlike with React.js, there is built-in support for linking style sheets in a Wh
169169
```
170170

171171

172-
[More on style sheets](../xml-capabilities/whack.md#linking-cascading-style-sheets)
172+
[More on style sheets](../xml/whack.md#linking-cascading-style-sheets)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# XML capabilities
1+
# XML
22

33
The ShockScript language includes XML capabilities.
44

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Whack
1+
# Whack XML
22

33
This section describes XML features specifically when applied as WhackDS nodes.
44

@@ -100,6 +100,8 @@ package com.fun.components {
100100
}
101101
```
102102

103+
The `extend` attribute may be used to include externally loaded styles as well.
104+
103105
## Specifying inline styles
104106

105107
Use `s:n={v}` attributes as a shortcut to `style={{ ..., n: v }}`.

0 commit comments

Comments
 (0)