Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

nameTypeDescription
callbackFunction

The callback function to receive web accessibility check results. The test result is returned to Boolean.

function (result) {

    // result value true: pass, false: fail
}


rulesString[]

RELEASE 2.10.3 OR ABOVE

Specifies the items to be scanned.

If an item is specified, the check item (webAccessibilityChecker.config) set in the editor is ignored. If not specified, the check item set in the editor is checked.

Inspection items:

항목설명

image-alt

이미지 대체텍스트(alt) 검사Inspect image alt text
se-custom-image-alt
se-custom-table-has-th테이블 제목 셀Inspect table title cell (th) 검사
se-custom-table-has-caption테이블 제목(caption) 검사Inspect table captions
se-custom-link-has-title-attr링크 Inspect link title 속성 검사attribute
se-custom-video-has-title-attr비디오 title 속성 검사Inspect video title attribute

frame-title

Inspect frame title 속성 검사title attribute
se-custom-iframe-has-title-attr


...