Message
(
alt-text
, long-desc
) should not repeat the title or caption. Found exact match.
(
alt-text
, long-desc
) should not repeat the title or caption. Found exact match.
This rule REPORTS an alert when the following is TRUE:
let $ntext := local:normalize-text(.) return some $caption in preceding-sibling::caption
satisfies ( let $ncaption := local:normalize-text($caption) return ( (contains($ntext,
$ncaption) and string-length($ncaption) ge string-length(replace($ntext, '(alt(ernative|ernate)?[\s\.\-]text|(fig\.?|figure|table)[\s ]\d+[a-z]?)[\s \.:]*',
'', 'i')) ) or contains($ncaption, $ntext) ))