0
I Use This!
Inactive

Commits : Listings

Analyzed 22 days ago. based on code collected 23 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Hide pointer when element not pointable. More... almost 13 years ago
SC 1.3.1: Typo, caption is an element not an attribute. More... almost 13 years ago
SC 2.2.5: typo. More... almost 13 years ago
- More defaults fixes - Techniques links now have a hover effect to better distinguish them when there are several More... almost 13 years ago
Merge branch 'master' of github.com:squizlabs/HTML_CodeSniffer More... almost 13 years ago
1. Replace ellipsis UTF-8 character, as it would break on pages marked ISO-8859-1 etc. 2. SC 4.1.2: Tighter checking of valid ID for "for" checking. Added an error if it is not a valid CSS selector, which would cause the test to break. More... almost 13 years ago
This pointer code seems to work and is required for elements at the very top of the page, so putting it back in. If any issues are found, they'll need to be fixed instead of commenting it back out again. More... almost 13 years ago
Merge branch 'master' of github.com:squizlabs/HTML_CodeSniffer More... almost 13 years ago
A whole bunch of resets and explicit declarations to prevent page designs from affecting the CS elements More... almost 13 years ago
For some reason the notices were being selected by default. Changed to just errors and warnings again. More... almost 13 years ago
SC 4.1.2: Work around invalid IDs for labels. More... almost 13 years ago
Merge branch 'master' of github.com:squizlabs/HTML_CodeSniffer More... almost 13 years ago
SC 4.1.2: - Where a name attribute is used to create an in-page anchor instead of id (the old method), provide a different message. - Now does not check for "for" attributes in role/state/value checks if the id attribute is present but empty. More... almost 13 years ago
- Fixed the webkit issue where the home lineage item was not clickable - Re compressed the main PNG sprite due to additional icons in previous commits More... almost 13 years ago
SC 4.1.2: If an empty <a name="xxx"></a> link is used, treat like that name attribute is same as ID. Previously showing "completely empty" error - using the name attribute for in-page anchors was the old way of doing it, as per using IDs now. More... almost 13 years ago
1. Copy to clipboard removed. It's a security risk and browsers seem to be removing support, rather than adding it. 2. Fixed disabled mode of Point To button, and based the disabling on computed style and other methods already used to determine whether pointable or not. More... almost 13 years ago
SC 4.1.2: Better wording for missing value messages, particularly where filled using Element content, or Option Selected. More... almost 13 years ago
1. Fix checkbox sliders in IE8. 2. Fix display of code snippet section in IE8 - it doesn't support W3C's textContent, so use nodeValue instead. 3. Expose isPointable function to pointer. Intention is to disable the point-to button if element can't be pointed to. More... almost 13 years ago
Don't point if it's the document being referenced. Fixes an IE8 error when pointing because there is no style property on the document. More... almost 13 years ago
- New container styles for sectioning Issue Details from Code Snippets - New code snippet styles - New copy to clipboard button icon - CSS to hide the new lineage 'home' text but the webkit issue of an unclickable link is not yet resolved More... almost 13 years ago
Merge branches 'master' and 'master' of https://github.com/squizlabs/HTML_CodeSniffer More... almost 13 years ago
1. "Home" text on the home page icon. 2. "Issue" prefix reinstated to issue number in detail mode More... almost 13 years ago
1. Show error/warning/notice settings changes are now persistent. .. Default is still as before, notices only selected if there are zero erors and warnings. .. One display change: where a type of error does not exist but the "show" settings are on, the checkbox will appear on, but disabled. Previously it was also forced unchecked. 2. Fix cursor on some disabled styles. More... almost 13 years ago
Added next/prev buttons into a button group. More... almost 13 years ago
Detailed issue changes: .. Add disabled status for detailed next/prev buttons. .. Removed Point-To button from header as it now lives in Code Snippet section. More... almost 13 years ago
Fixed summary messages like "X errors,"; "X errors, , X notices"; ", X notices". Move commas to the divider used, so they only get added when there is something to divide. More... almost 13 years ago
1. Code Snippet changes: ... Code snippet pre/post text (was showing null because was printing null sibling node instead of actual text). ... Added strong tag to the actual offending code. ... Add header row with "Code Snippet" header and point-to-element + copy to clipboard buttons (not yet doing anything). 2. Main part of the detailed issue text now wrapped in a div. More... almost 13 years ago
I like this wording better More... almost 13 years ago
Fixed product name in auditor title and made issue links open in a new window More... almost 13 years ago
- new and improved image sprite, compressed and with 2px gap between all images to support webkits fuzzy zoom of elements - all new styles to support the new lineage structure - new styles for close icon - removed a lot of now redundant styles More... almost 13 years ago