openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
H
HTML_CodeSniffer
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
22 days
ago. based on code collected
23 days
ago.
Jan 30, 2024 — Jan 30, 2025
Showing page 17 of 23
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Hide pointer when element not pointable.
Luke Wright
More...
almost 13 years ago
SC 1.3.1: Typo, caption is an element not an attribute.
Luke Wright
More...
almost 13 years ago
SC 2.2.5: typo.
Luke Wright
More...
almost 13 years ago
- More defaults fixes - Techniques links now have a hover effect to better distinguish them when there are several
Danny Peters
More...
almost 13 years ago
Merge branch 'master' of github.com:squizlabs/HTML_CodeSniffer
Luke Wright
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.
Luke Wright
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.
Greg Sherwood
More...
almost 13 years ago
Merge branch 'master' of github.com:squizlabs/HTML_CodeSniffer
Luke Wright
More...
almost 13 years ago
A whole bunch of resets and explicit declarations to prevent page designs from affecting the CS elements
Danny Peters
More...
almost 13 years ago
For some reason the notices were being selected by default. Changed to just errors and warnings again.
Luke Wright
More...
almost 13 years ago
SC 4.1.2: Work around invalid IDs for labels.
Luke Wright
More...
almost 13 years ago
Merge branch 'master' of github.com:squizlabs/HTML_CodeSniffer
Luke Wright
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.
Luke Wright
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
Danny Peters
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.
Luke Wright
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.
Luke Wright
More...
almost 13 years ago
SC 4.1.2: Better wording for missing value messages, particularly where filled using Element content, or Option Selected.
Luke Wright
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.
Luke Wright
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.
Luke Wright
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
Danny Peters
More...
almost 13 years ago
Merge branches 'master' and 'master' of https://github.com/squizlabs/HTML_CodeSniffer
Danny Peters
More...
almost 13 years ago
1. "Home" text on the home page icon. 2. "Issue" prefix reinstated to issue number in detail mode
Luke Wright
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.
Luke Wright
More...
almost 13 years ago
Added next/prev buttons into a button group.
Luke Wright
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.
Luke Wright
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.
Luke Wright
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.
Luke Wright
More...
almost 13 years ago
I like this wording better
Greg Sherwood
More...
almost 13 years ago
Fixed product name in auditor title and made issue links open in a new window
Greg Sherwood
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
Danny Peters
More...
almost 13 years ago
←
1
2
…
13
14
15
16
17
18
19
20
21
22
23
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree