/[suikacvs]/markup/html/whatpm/Whatpm/ContentChecker.pm
Suika

Diff of /markup/html/whatpm/Whatpm/ContentChecker.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.107 by wakaba, Sat Dec 13 04:49:04 2008 UTC revision 1.108 by wakaba, Sat Aug 22 09:05:32 2009 UTC
# Line 329  our $IsInHTMLInteractiveContent = sub { Line 329  our $IsInHTMLInteractiveContent = sub {
329    ## Whatpm::ContentChecler::HTML for the list of all (conditionally    ## Whatpm::ContentChecler::HTML for the list of all (conditionally
330    ## or permanently) interactive content.    ## or permanently) interactive content.
331    
332      ## The variable name is not good, since this method also returns
333      ## true for non-interactive content as long as the element cannot be
334      ## interactive content.
335    
336    if ($nsuri eq $HTML_NS and ($ln eq 'video' or $ln eq 'audio')) {    if ($nsuri eq $HTML_NS and ($ln eq 'video' or $ln eq 'audio')) {
337      return $el->has_attribute_ns (undef, 'controls');      return $el->has_attribute_ns (undef, 'controls');
338    } elsif ($nsuri eq $HTML_NS and $ln eq 'menu') {    } elsif ($nsuri eq $HTML_NS and $ln eq 'menu') {

Legend:
Removed from v.1.107  
changed lines
  Added in v.1.108

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24