property Quail_api_wcag1aaGuideline::$tests in Quail API 8
Same name and namespace in other branches
- 7 includes/quail_api_guidelines.inc \Quail_api_wcag1aaGuideline::tests
File
- includes/
quail_api_guidelines.inc, line 306 - Contains quail guideline class objects for the quail api.
Class
- Quail_api_wcag1aaGuideline
- WCAG 1.0 Level AA Guideline.
Code
var $tests = array(
'imgHasAlt',
'imgNonDecorativeHasAlt',
'imgImportantNoSpacerAlt',
'imgHasLongDesc',
'imgAltIsSameInText',
'aLinksToSoundFilesNeedTranscripts',
'aLinksToMultiMediaRequireTranscript',
'appletContainsTextEquivalentInAlt',
'frameRelationshipsMustBeDescribed',
'inputImageHasAlt',
'inputImageAltIdentifiesPurpose',
'areaHasAltValue',
'areaAltIdentifiesDestination',
'areaLinksToSoundFile',
'objectTextUpdatesWhenObjectChanges',
'objectContentUsableWhenDisabled',
'objectLinkToMultimediaHasTextTranscript',
'objectMustHaveTitle',
'objectMustHaveValidTitle',
'objectMustContainText',
'objectWithClassIDHasNoText',
'imageMapServerSide',
'imgNotReferredToByColorAlone',
'appletsDoneUseColorAlone',
'objectDoesNotUseColorAlone',
'scriptsDoNotUseColorAlone',
'tableDataShouldHaveTh',
'cssDocumentMakesSenseStyleTurnedOff',
'documentContentReadableWithoutStylesheets',
'objectTextUpdatesWhenObjectChanges',
'objectWithClassIDHasNoText',
'appletContainsTextEquivalent',
'objectContentUsableWhenDisabled',
'objectUIMustBeAccessible',
'imgGifNoFlicker',
'appletsDoNotFlicker',
'objectDoesNotFlicker',
'scriptsDoNotFlicker',
'appletUIMustBeAccessible',
'objectInterfaceIsAccessible',
'scriptUIMustBeAccessible',
'imgWithMapHasUseMap',
'framesHaveATitle',
'frameTitlesDescribeFunction',
'imgWithMathShouldHaveMathEquivalent',
'documentValidatesToDocType',
'basefontIsNotUsed',
'fontIsNotUsed',
'headerH1',
'headerH2',
'headerH3',
'headerH4',
'headerH1Format',
'headerH2Format',
'headerH3Format',
'headerH4Format',
'headerH5Format',
'headerH6Format',
'menuNotUsedToFormatText',
'listNotUsedForFormatting',
'blockquoteNotUsedForIndentation',
'tableLayoutDataShouldNotHaveTh',
'framesetMustHaveNoFramesSection',
'noframesSectionMustHaveTextEquivalent',
'blinkIsNotUsed',
'marqueeIsNotUsed',
'documentMetaNotUsedWithTimeout',
'documentAutoRedirectNotUsed',
'aLinksDontOpenNewWindow',
'areaDontOpenNewWindow',
'textareaLabelPositionedClose',
'passwordLabelIsNearby',
'checkboxLabelIsNearby',
'fileLabelIsNearby',
'radioLabelIsNearby',
'frameRelationshipsMustBeDescribed',
'inputTextHasLabel',
'selectHasAssociatedLabel',
'textareaHasAssociatedLabel',
'passwordHasLabel',
'checkboxHasLabel',
'radioHasLabel',
'aLinksMakeSenseOutOfContext',
'aSuspiciousLinkText',
'documentTitleNotEmpty',
'documentTitleIsShort',
'documentTitleIsNotPlaceholder',
'documentTitleDescribesDocument',
'svgContainsTitle',
'cssTextHasContrast',
'headersHaveText',
);