- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 30 Apr 2011 12:33:26 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/js In directory hutz:/tmp/cvs-serv16672/js Modified Files: jump-indexes.js Log Message: document the <u> element Index: jump-indexes.js =================================================================== RCS file: /sources/public/html5/markup/js/jump-indexes.js,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- jump-indexes.js 13 Dec 2010 08:06:46 -0000 1.13 +++ jump-indexes.js 30 Apr 2011 12:33:24 -0000 1.14 @@ -25,8 +25,8 @@ ["p", "param", "pre", "progress", "q", "rp", "rt", "ruby"], ["s", "samp", "script", "section", "select", "small", "source", "span"], ["strong", "style", "sub", "summary", "sup"], - ["table", "tbody", "td", "textarea", "tfoot", "th", "thead", "time", "title", "tr"], - ["ul", "var", "video", "wbr"], + ["table", "tbody", "td", "textarea", "tfoot", "th", "thead", "time", "title"], + [ "tr", "track", "u", "ul", "var", "video", "wbr"], ["global-attributes","index-of-terms","toc","toggle"] ];
Received on Saturday, 30 April 2011 12:33:28 UTC