Merged
Conversation
As Master is going to be used for code refactoring work (for a potential 3.0), the 2.0 branch has been created to separate bug fixes for the current code.
updated the gruntfile accordingly. 2. Added a getDocumentType function to the utils, which will return a text string of the (best guess of) the document type we're working on.
correctly. Currently doesn't handle aliased html doctypes, such as "<html:html xmlns:html="...">".
Since this is now the official method of building HTML_CodeSniffer, moving this up to the top where it should belong, rather than hiding. Thanks again to Steven Miller (@yargalot on Github) for the initial contribution of the gruntfile.
Finalises the "how do you build" question (squizlabs#81).
It's specifically considered obsolete in HTML5, so now we have getDocumentType(), use it to exclude that recommendation if we are in HTML5 or XHTML5 mode. Covers WCAG2 Success Criterion 1.3.1. Fixes issue squizlabs#161.
Slight change to the visual look, as I've selected white text on grey to fit in with the rest of the auditor applet. This should fix issue squizlabs#128.
The additional information for the WCAG tests will now show the Success Criterion rather than the Principle, and will link to the appropriate SC in the main www.w3.org/TR/WCAG20 document (which will put you right next to the supplementary "How To Meet" and "Understanding" documents). To make room for this, instead of the additional information being a mini-table, the name will be on a different line. (This also allows "Success Criterion" to fit in full.) This will resolve issue squizlabs#142.
Just needed the top to be registered. Fixes squizlabs#153.
This is the "combine but not minify" option for development and debugging purposes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.