We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed9567 commit 077d5aaCopy full SHA for 077d5aa
1 file changed
src/html/elements/ins_del.zig
@@ -31,10 +31,18 @@ pub const ins: Element = .{
31
pub const del: Element = .{
32
.tag = .del,
33
.model = .{
34
- .categories = .none,
35
- .content = .{ .flow = true },
+ .categories = .{
+ .flow = true,
36
+ .phrasing = true,
37
+ },
38
+ .content = .transparent,
39
40
+ .meta = .{
41
+ .categories_superset = .{
42
43
44
45
},
- .meta = .{ .categories_superset = .none },
46
.attributes = .static,
47
.content = .model,
48
.desc =
0 commit comments