class Quail_api_allGuideline in Quail API 7
Same name and namespace in other branches
- 8 includes/quail_api_guidelines.inc \Quail_api_allGuideline
All known tests are performed here, except for the removed tests.
This is intended to be used on html snippets only, not an entire document.
Hierarchy
- class \Quail_api_allGuideline extends \quailGuideline
Expanded class hierarchy of Quail_api_allGuideline
File
- includes/
quail_api_guidelines.inc, line 31 - Contains quail guideline class objects for the quail api.
View source
class Quail_api_allGuideline extends quailGuideline {
var $tests = array(
'aLinksDontOpenNewWindow',
'aLinksMakeSenseOutOfContext',
'aLinksToMultiMediaRequireTranscript',
'aLinksToSoundFilesNeedTranscripts',
'aMustContainText',
'aSuspiciousLinkText',
'appletContainsTextEquivalent',
'appletContainsTextEquivalentInAlt',
'appletProvidesMechanismToReturnToParent',
'appletUIMustBeAccessible',
'appletsDoNotFlicker',
'appletsDoneUseColorAlone',
'areaAltIdentifiesDestination',
'areaAltRefersToText',
'areaDontOpenNewWindow',
'areaHasAltValue',
'areaLinksToSoundFile',
'basefontIsNotUsed',
'blinkIsNotUsed',
'blockquoteNotUsedForIndentation',
'blockquoteUseForQuotations',
'bodyActiveLinkColorContrast',
'bodyColorContrast',
'bodyLinkColorContrast',
'bodyVisitedLinkColorContrast',
'boldIsNotUsed',
'checkboxHasLabel',
'checkboxLabelIsNearby',
'cssTextHasContrast',
'documentAbbrIsUsed',
'documentAcronymsHaveElement',
'documentAllColorsAreSet',
'documentAutoRedirectNotUsed',
'documentIDsMustBeUnique',
'documentIsWrittenClearly',
'documentLangIsISO639Standard',
'documentMetaNotUsedWithTimeout',
'documentReadingDirection',
'documentTitleDescribesDocument',
'documentTitleIsNotPlaceholder',
'documentTitleIsShort',
'documentTitleNotEmpty',
'documentVisualListsAreMarkedUp',
'embedHasAssociatedNoEmbed',
'embedProvidesMechanismToReturnToParent',
'fileHasLabel',
'fileLabelIsNearby',
'fontIsNotUsed',
'formDeleteIsReversable',
'formErrorMessageHelpsUser',
'formHasGoodErrorMessage',
'formWithRequiredLabel',
'frameRelationshipsMustBeDescribed',
'frameSrcIsAccessible',
'frameTitlesDescribeFunction',
'framesHaveATitle',
'framesetMustHaveNoFramesSection',
'headerH1',
'headerH1Format',
'headerH2',
'headerH2Format',
'headerH3',
'headerH3Format',
'headerH4',
'headerH4Format',
'headerH5Format',
'headerH6Format',
'headersHaveText',
'headersUseToMarkSections',
'iIsNotUsed',
'imgAltEmptyForDecorativeImages',
'imgAltIsDifferent',
'imgAltIsSameInText',
'imgAltIsTooLong',
'imgAltNotEmptyInAnchor',
'imgAltNotPlaceHolder',
'imgGifNoFlicker',
'imgHasAlt',
'imgHasLongDesc',
'imgImportantNoSpacerAlt',
'imgMapAreasHaveDuplicateLink',
'imgNonDecorativeHasAlt',
'imgNotReferredToByColorAlone',
'imgWithMapHasUseMap',
'inputCheckboxRequiresFieldset',
'inputDoesNotUseColorAlone',
'inputElementsDontHaveAlt',
'inputImageAltIdentifiesPurpose',
'inputImageAltIsNotFileName',
'inputImageAltIsNotPlaceholder',
'inputImageAltIsShort',
'inputImageHasAlt',
'inputImageNotDecorative',
'inputTextHasLabel',
'inputTextHasValue',
'labelMustBeUnique',
'labelMustNotBeEmpty',
'listNotUsedForFormatting',
'marqueeIsNotUsed',
'objectDoesNotFlicker',
'objectDoesNotUseColorAlone',
'objectInterfaceIsAccessible',
'objectLinkToMultimediaHasTextTranscript',
'objectMustContainText',
'objectProvidesMechanismToReturnToParent',
'objectShouldHaveLongDescription',
'objectTextUpdatesWhenObjectChanges',
'pNotUsedAsHeader',
'passwordHasLabel',
'passwordLabelIsNearby',
'preShouldNotBeUsedForTabularLayout',
'radioHasLabel',
'radioLabelIsNearby',
'radioMarkedWithFieldgroupAndLegend',
'scriptInBodyMustHaveNoscript',
'scriptOndblclickRequiresOnKeypress',
'scriptOnmousedownRequiresOnKeypress',
'scriptOnmousemove',
'scriptOnmouseoutHasOnmouseblur',
'scriptOnmouseoverHasOnfocus',
'scriptOnmouseupHasOnkeyup',
'scriptUIMustBeAccessible',
'scriptsDoNotFlicker',
'scriptsDoNotUseColorAlone',
'selectDoesNotChangeContext',
'selectHasAssociatedLabel',
'svgContainsTitle',
'tabIndexFollowsLogicalOrder',
'tableCaptionIdentifiesTable',
'tableComplexHasSummary',
'tableDataShouldHaveTh',
'tableIsGrouped',
'tableLayoutDataShouldNotHaveTh',
'tableLayoutHasNoCaption',
'tableLayoutHasNoSummary',
'tableLayoutMakesSenseLinearized',
'tableSummaryDescribesTable',
'tableSummaryDoesNotDuplicateCaption',
'tableSummaryIsEmpty',
'tableUseColGroup',
'tableUsesCaption',
'tableWithBothHeadersUseScope',
'tableWithMoreHeadersUseID',
'tabularDataIsInTable',
'textareaHasAssociatedLabel',
'textareaLabelPositionedClose',
);
}