Skip to content

Commit 3121141

Browse files
namusyakanigeltao
authored andcommitted
html/atom: add atom.Rb and atom.Rtc
Updates golang/go#23071 Change-Id: I07aae04757e83a3a03681a2ce92e4cab194ef64a Reviewed-on: https://go-review.googlesource.com/107198 Run-TryBot: Kunpei Sakai <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Nigel Tao <[email protected]>
1 parent a35a21d commit 3121141

File tree

3 files changed

+557
-549
lines changed

3 files changed

+557
-549
lines changed

html/atom/gen.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ func (t *table) push(i uint32, depth int) bool {
306306

307307
// The lists of element names and attribute keys were taken from
308308
// https://html.spec.whatwg.org/multipage/indices.html#index
309-
// as of the "HTML Living Standard - Last Updated 18 September 2017" version.
309+
// as of the "HTML Living Standard - Last Updated 16 April 2018" version.
310310

311311
// "command", "keygen" and "menuitem" have been removed from the spec,
312312
// but are kept here for backwards compatibility.
@@ -701,6 +701,8 @@ var extra = []string{
701701
"plaintext",
702702
"prompt",
703703
"public",
704+
"rb",
705+
"rtc",
704706
"spacer",
705707
"strike",
706708
"svg",

0 commit comments

Comments
 (0)