Skip to content

Commit

Permalink
Merge branch 'master' into rules_server_Jan_22
Browse files Browse the repository at this point in the history
  • Loading branch information
ErickRenteria authored Jan 30, 2024
2 parents 16c0d96 + a089cfd commit 7bf7b00
Show file tree
Hide file tree
Showing 45 changed files with 1,319 additions and 439 deletions.
24 changes: 24 additions & 0 deletions accessibility-checker-extension/src/assets/OGkeys/enterOG.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions accessibility-checker-extension/src/assets/OGkeys/escOG.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions accessibility-checker-extension/src/assets/OGkeys/left_rightOG.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions accessibility-checker-extension/src/assets/OGkeys/shiftOG.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions accessibility-checker-extension/src/assets/OGkeys/spaceOG.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions accessibility-checker-extension/src/assets/OGkeys/tabOG.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions accessibility-checker-extension/src/assets/OGkeys/up_downOG.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions accessibility-checker-extension/src/assets/left_right.svg
8 changes: 8 additions & 0 deletions accessibility-checker-extension/src/assets/space.svg
2 changes: 1 addition & 1 deletion accessibility-checker-extension/src/html/quickGuideAC.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<title>IBM Accessibility Checker quick guide</title>
<title>Quick guide - IBM Accessibility Checker</title>
</head>
<body>
<div id="pageapp-root"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ export default class KCMOverviewScreen extends React.Component<IKCMOverviewScree

<div style={{marginBottom:"1rem"}}>
Not all keyboard accessibility issues are detectable with this tool, manual testing is required.
Refer to the <a className="link" href={chrome.runtime.getURL("quickGuideAC.html")} target="_blank">quick guide</a> for more information.
Refer to the <a className="link" href={chrome.runtime.getURL("quickGuideAC.html")} target="_blank">Quick guide</a> for more information.
</div>

<div style={{marginBottom:"1rem"}}>
You can turn off connecting lines in <a className="link" href={chrome.runtime.getURL("options.html")} target="_blank">options</a> and read more in the <a className="link" href={chrome.runtime.getURL("usingAC.html")} target="_blank">user guide</a>.
You can turn off connecting lines in <a className="link" href={chrome.runtime.getURL("options.html")} target="_blank">options</a> and read more in the <a className="link" href={chrome.runtime.getURL("usingAC.html")} target="_blank">User guide</a>.
</div>

</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,18 @@ export default class SplashScreen extends React.Component<ISplashScreenProps, IS
<Column sm={{span: 4}} md={{span: 4}} lg={{span: 4}}>
<h2>
<div className="title">IBM <span style={{ fontWeight: 600 }}>Accessibility</span></div>
<div className="subtitle">Equal Access Accessibility Checker</div>
<div className="subtitle">Equal Access Toolkit: Accessibility Checker</div>
<div className="version">Version {displayVersion()}</div>
</h2>
<div className="description">
This extension helps you identify accessibility issues and understand how to fix them. Use the <span style={{ fontWeight: 600 }}>'Accessibility Checker' tab in
the {BrowserDetection.isChrome()?"Elements":"Inspector" } panel</span> to locate your issues in the code and on the page.<br /><br />
These automated tests don't catch all issues. Complete your accessibility assessment with
a <a className="link" href="https://www.ibm.com/able/toolkit/develop/overview/#unit-testing" target="_blank">quick unit test for accessibility</a><span> </span>
or follow the <a className="link" href="https://www.ibm.com/able/toolkit/verify/overview"target="_blank">full accessibility test process</a>.<br /><br />
Learn how to design, build and test for accessibility with the <a className="link" href="https://ibm.com/able/toolkit" target="_blank">IBM Equal Access Toolkit</a>.
These automated tests don't catch all issues. Complete your accessibility assessment
with <a className="link" href="https://www.ibm.com/able/toolkit/develop/overview/#unit-testing" target="_blank">developer unit testing</a><span> </span>
and follow all the <a className="link" href="https://www.ibm.com/able/toolkit/verify/overview"target="_blank">steps in the Verify phase</a>.<br /><br />
Learn how to design, build and test for accessibility with the <a className="link" href="https://ibm.com/able/toolkit" target="_blank">IBM Equal Access Toolkit</a>.<br /><br />
For bite-sized guidance, see the <a className="link" href={chrome.runtime.getURL("quickGuideAC.html")} target="_blank" rel="noopener noreferred">Quick guide</a>.<br /><br />
For more in-depth guidance, see the <a className="link" href={chrome.runtime.getURL("usingAC.html")} target="_blank" rel="noopener noreferred">User guide</a>.
</div>
</Column>
<Column sm={{span: 4}} md={{span: 4}} lg={{span: 4}}>
Expand Down
Loading

0 comments on commit 7bf7b00

Please sign in to comment.