Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Issue in: /getting-started/your-first-multi-screen-site/content.html #47

Closed
stevefaulkner opened this issue May 1, 2014 · 4 comments
Closed

Comments

@stevefaulkner
Copy link

table example uses <td> for col headers should use <th> http://www.w3.org/html/wg/drafts/html/master/tabular-data.html#the-th-element

<tr>
<th>Age Index</th>
<th>Receptive Quotient</th>
<th>Happiness</th>
</tr>

@PaulKinlan
Copy link
Contributor

It is actullay the wrong table data too.. will sort asap.

@stevefaulkner
Copy link
Author

suggest showing example using <caption> element http://www.w3.org/html/wg/drafts/html/master/tabular-data.html#the-caption-element

@PaulKinlan
Copy link
Contributor

Will fix too. thanks for spotting that.

@PaulKinlan PaulKinlan added the bug label May 1, 2014
PaulKinlan added a commit that referenced this issue May 1, 2014
Removes figcaption #47
@PaulKinlan
Copy link
Contributor

Fixed with: 9440d9a

PaulKinlan pushed a commit that referenced this issue May 1, 2014
* 'develop' of github.com:PaulKinlan/WebDocs: (22 commits)
  Changes td to th #47. Removes figcaption #47
  Fixes #15 - The padding on the top caused the line break to cover the title link below it, doesn't seem to make any visual difference
  Cache busting icon requests
  Reenable chevron, stop font generation
  Another change to deploy cahce
  changing expiry
  Update README.md
  Update README.md
  Final changes to app.yaml for x-origin fonts
  Final changes to app.yaml for x-origin fonts
  more fixes to fix access-control headers
  making a small change to appengine config
  Fixing more appengine issues
  removing project.yaml references
  Temporary fix for #13, and others
  Update index.markdown
  Add launch status to the README
  Update index.markdown
  Update README.md
  Elaborate README
  ...
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants