Skip to content
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

Made some initial changes to test new styles #522

Merged
merged 7 commits into from Nov 20, 2015
Merged

Made some initial changes to test new styles #522

merged 7 commits into from Nov 20, 2015

Commits on Nov 12, 2015

  1. Made some initial changes to test new styles

    Simple changes to load the new stylesheets and
    implement some basic changes that make them work.
    
    To enable in your respec document, set
    
        useExperimentalStyles: true,
    
    in your Respec Configuration area.
    
    In response to issue #520.
    halindrome committed Nov 12, 2015
    2 Configuration menu
    Copy the full SHA
    88b2dc2 View commit details
    Browse the repository at this point in the history
  2. Changed wrapper on toc back to section

    I had mistakenly had it default to 'div'.
    halindrome committed Nov 12, 2015
    Configuration menu
    Copy the full SHA
    0ab38fb View commit details
    Browse the repository at this point in the history
  3. Fixed the logo background.

    halindrome committed Nov 12, 2015
    Configuration menu
    Copy the full SHA
    56a64e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2015

  1. Ensured aria role for toc is added to nav

    Noticed that PR #499 changed the role to navigation.  This
    PR changes the wrapper for TOCs to nav when using the new
    experimental style sheets.  Added code to support both of these.
    However, note that when using an nav element, the role of
    navigation may be superfluous.  Opinion @stevefaulkner ?
    halindrome committed Nov 13, 2015
    Configuration menu
    Copy the full SHA
    98290f1 View commit details
    Browse the repository at this point in the history
  2. Added TOC link at bottom of document

    This is to mirror changes in the experimental
    stylesheet, and is only present with the useExperimentalStyles
    configuration parameter is true.
    halindrome committed Nov 13, 2015
    Configuration menu
    Copy the full SHA
    fa05da5 View commit details
    Browse the repository at this point in the history
  3. Set additional class on webidl containers

    If using useExperimentalStyles, then set the class
    of def on idl containers so that new styles are brought in.
    halindrome committed Nov 13, 2015
    Configuration menu
    Copy the full SHA
    71acd2a View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2015

  1. Addressed some comments

    Better support for new styles in notes, examples, and webidl
    
    Fixed some code style issues as per @marcoscaceres
    
    WebIDL integration with styles is not yet ideal, but will give a decent
    idea of what it might look like.
    halindrome committed Nov 17, 2015
    1 Configuration menu
    Copy the full SHA
    c280e33 View commit details
    Browse the repository at this point in the history