-
Notifications
You must be signed in to change notification settings - Fork 347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Review updated example template #168
Comments
Thanks, Matt. This is a good summary of discussion yesterday. I made two comments about the template but you answered to all very thoroughly via email. As far as we thought through potential template problems (like empty column and visual separation due to alternate row background color ) and we reviewed this as a group, I am fine with it. Thanks again for making our work to be consistent throughout the coding examples. |
Per your post to the list, I agree that we should have visual styling appropriate for the table content. I am not a css guru so I would like You, Jon, James, or Michiel to take this on. Perhaps it is easiest to have a class for this particular table. However, there is a pattern of:
I don't know how easy it is to make a selector that would identify that pattern. I also don't know how you want to style it in a way that shows that grouping of rows where we have a role row followed by one or more attribute rows and at the same time make individual rows easier to read. Who will modify examples/css/table.css? |
modified examples/coding-template/Example-Template.html. In the roles, states, and properties table, added scope attributes to all the TH elements.
Looks good to me. |
Looks good to me |
@mcking65, you said:
There are currently (after last weeks revision) two types of tables, definitions and data tables. The classes for these are |
In meeting on 3/6 there was confusion about the ARIA Roles, Properties and States. @jnurthen to come up with a few proposals for next week |
With pull request #329 by @jnurthen, we have now completed all revisions to the example template. We have at long last arrived at a template that is proven across multiple examples and seems to be acceptable to all. Thank you everyone. There are two related, outstanding issues:
Closing this issue. |
In November 21, 2016 task force meeting, we agreed:
commit 499fddd
incorporates these changes into an updated example template. Please review the comments in the
raw HTML
, not just the
rendered HTML.
Reviews requested
Changes that need to be made
The text was updated successfully, but these errors were encountered: