From: "mame (Yusuke Endoh)" Date: 2012-11-03T21:02:22+09:00 Subject: [ruby-core:48803] [ruby-trunk - Bug #7110][Assigned] CGI: Add support for HTML5
tag Issue #7110 has been updated by mame (Yusuke Endoh). Status changed from Open to Assigned xibbar, are you willing to include this in 2.0.0? If so, please commit it ASAP, before preview2 (planned at 1 Dec.) at the latest. -- Yusuke Endoh ---------------------------------------- Bug #7110: CGI: Add support for HTML5
tag https://bugs.ruby-lang.org/issues/7110#change-32293 Author: stomar (Marcus Stollsteimer) Status: Assigned Priority: Normal Assignee: xibbar (Takeyuki Fujioka) Category: lib Target version: 2.0.0 ruby -v: ruby 2.0.0dev (2012-09-28 trunk 37049) [i686-linux] =begin These patches add the
tag to CGI's HTML generation methods, finalizing the support of HTML5, see #6637. Note that the old CGI#header method is renamed to CGI#http_header. CGI#header now generates a HTML5 header element. =end -- http://bugs.ruby-lang.org/