- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 10 Jun 2009 13:26:04 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/tests/validation/full/valid In directory hutz:/tmp/cvs-serv9321 Added Files: rp.html rp.xhtml Log Message: initial add --- NEW FILE: rp.xhtml --- <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>rp element</title> </head> <body> <ruby>文字列<rp> (reading: </rp><rt>もじれつ</rt><rp>) </rp></ruby> </body> </html> --- NEW FILE: rp.html --- <!DOCTYPE html> <html> <head><meta charset="UTF-8"> <title>rp element</title> </head> <body> <ruby>文字列<rp> (reading: </rp><rt>もじれつ</rt><rp>) </rp></ruby> </body> </html>
Received on Wednesday, 10 June 2009 13:26:09 UTC