- From: Anssi Kostiainen via GitHub <sysbot+gh@w3.org>
- Date: Fri, 15 May 2015 07:27:46 +0000
- To: public-web-nfc@w3.org
Thanks, the document passes the Community Group Report requirements: https://www.w3.org/community/reports/reqs/ You may want to fix the three warnings the validator reports: https://validator.nu/?doc=https%3A%2F%2Frawgit.com%2Fzolkis%2Fweb-nfc%2Fgh-pages%2Freleases%2F20150515%2Findex.html In practice, remove `border="1"` and add the following inline stylesheet to the `<head>`: ``` <style> table.simple { border: 1px solid #000; } table.simple td { border-right: 1px solid #000; } </style> ``` ... or if you're fine with the default stylesheet then just drop the `border="1"`. -- GitHub Notif of comment by anssiko See https://github.com/w3c/web-nfc/pull/21#issuecomment-102298549
Received on Friday, 15 May 2015 07:27:49 UTC