00001 <?php
00024
00028 class Wcag1aaGuideline extends quailGuideline{
00029
00033 var $tests = array(
00034 'imgHasAlt',
00035 'imgNonDecorativeHasAlt',
00036 'imgImportantNoSpacerAlt',
00037 'imgHasLongDesc',
00038 'imgAltIsSameInText',
00039 'aLinksToSoundFilesNeedTranscripts',
00040 'aLinksToMultiMediaRequireTranscript',
00041 'appletContainsTextEquivalentInAlt',
00042 'frameRelationshipsMustBeDescribed',
00043 'inputImageHasAlt',
00044 'inputImageAltIdentifiesPurpose',
00045 'areaHasAltValue',
00046 'areaAltIdentifiesDestination',
00047 'areaLinksToSoundFile',
00048 'objectTextUpdatesWhenObjectChanges',
00049 'objectContentUsableWhenDisabled',
00050 'objectLinkToMultimediaHasTextTranscript',
00051 'objectMustHaveTitle',
00052 'objectMustHaveValidTitle',
00053 'objectMustContainText',
00054 'objectWithClassIDHasNoText',
00055 'imageMapServerSide',
00056 'imgNotReferredToByColorAlone',
00057 'appletsDoneUseColorAlone',
00058 'objectDoesNotUseColorAlone',
00059 'scriptsDoNotUseColorAlone',
00060 'documentWordsNotInLanguageAreMarked',
00061 'tableDataShouldHaveTh',
00062 'cssDocumentMakesSenseStyleTurnedOff',
00063 'documentContentReadableWithoutStylesheets',
00064 'objectTextUpdatesWhenObjectChanges',
00065 'objectWithClassIDHasNoText',
00066 'appletContainsTextEquivalent',
00067 'objectContentUsableWhenDisabled',
00068 'objectUIMustBeAccessible',
00069 'imgGifNoFlicker',
00070 'appletsDoNotFlicker',
00071 'objectDoesNotFlicker',
00072 'scriptsDoNotFlicker',
00073 'appletUIMustBeAccessible',
00074 'objectInterfaceIsAccessible',
00075 'scriptUIMustBeAccessible',
00076 'imgWithMapHasUseMap',
00077 'framesHaveATitle',
00078 'frameTitlesDescribeFunction',
00079 'imgWithMathShouldHaveMathEquivalent',
00080 'documentValidatesToDocType',
00081 'basefontIsNotUsed',
00082 'fontIsNotUsed',
00083 'headerH1',
00084 'headerH2',
00085 'headerH3',
00086 'headerH4',
00087 'headerH1Format',
00088 'headerH2Format',
00089 'headerH3Format',
00090 'headerH4Format',
00091 'headerH5Format',
00092 'headerH6Format',
00093 'menuNotUsedToFormatText',
00094 'listNotUsedForFormatting',
00095 'blockquoteNotUsedForIndentation',
00096 'tableLayoutDataShouldNotHaveTh',
00097 'framesetMustHaveNoFramesSection',
00098 'noframesSectionMustHaveTextEquivalent',
00099 'blinkIsNotUsed',
00100 'marqueeIsNotUsed',
00101 'documentMetaNotUsedWithTimeout',
00102 'documentAutoRedirectNotUsed',
00103 'aLinksDontOpenNewWindow',
00104 'areaDontOpenNewWindow',
00105 'textareaLabelPositionedClose',
00106 'passwordLabelIsNearby',
00107 'checkboxLabelIsNearby',
00108 'fileLabelIsNearby',
00109 'radioLabelIsNearby',
00110 'frameRelationshipsMustBeDescribed',
00111 'inputTextHasLabel',
00112 'selectHasAssociatedLabel',
00113 'textareaHasAssociatedLabel',
00114 'passwordHasLabel',
00115 'checkboxHasLabel',
00116 'radioHasLabel',
00117 'aLinksMakeSenseOutOfContext',
00118 'aSuspiciousLinkText',
00119 'documentHasTitleElement',
00120 'documentTitleNotEmpty',
00121 'documentTitleIsShort',
00122 'documentTitleIsNotPlaceholder',
00123 'documentTitleDescribesDocument',
00124 'svgContainsTitle',
00125 'cssTextHasContrast',
00126 'headersHaveText',
00127 );
00128 }