Skip to content

Commit 3121141

Browse files
namusyakanigeltao
authored andcommittedApr 17, 2018
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 <namusyaka@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Nigel Tao <nigeltao@golang.org>
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

+3-1
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",

‎html/atom/table.go

+552-548
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎html/atom/table_test.go

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.