You are here

property Quail_api_allGuideline::$tests in Quail API 8

Same name and namespace in other branches
  1. 7 includes/quail_api_guidelines.inc \Quail_api_allGuideline::tests

File

includes/quail_api_guidelines.inc, line 32
Contains quail guideline class objects for the quail api.

Class

Quail_api_allGuideline
All known tests are performed here, except for the removed tests.

Code

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',
);