We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
<math>
1 parent 6726262 commit 63283a1Copy full SHA for 63283a1
1 file changed
src/html/elements/math.zig
@@ -14,11 +14,17 @@ const AttributeSet = Attribute.AttributeSet;
14
pub const math: Element = .{
15
.tag = .math,
16
.model = .{
17
- .categories = .{ .flow = true },
+ .categories = .{
18
+ .flow = true,
19
+ .phrasing = true,
20
+ },
21
.content = .none,
22
},
23
.meta = .{
- .categories_superset = .{ .flow = true },
24
+ .categories_superset = .{
25
26
27
28
29
.attributes = .static,
30
.content = .model,
0 commit comments