NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 896 - <summary> is required when <details> is used
<summary> is required when <details> is used
Status: RESOLVED FIXED
Product: Validator.nu
Classification: Unclassified
Component: General
HEAD
All All
: P2 normal
Assigned To: Michael[tm] Smith
http://www.whatwg.org/specs/web-apps/...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-02-03 11:12 CET by Mathias Bynens
Modified: 2012-02-03 12:15 CET (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Michael[tm] Smith 2012-02-03 12:06:54 CET
You do understand correctly, yes. My fault that it's not checking it correctly; 2 years ago I made this change:

https://bitbucket.org/validator/syntax/changeset/0e21140dc318#chg-relaxng/applications.rnc


        details.inner =
-               (       legend.elem
+               (       summary.elem?
                ,       common.inner.flow 
                )

Will fix it right now.
Comment 2 Michael[tm] Smith 2012-02-03 12:15:12 CET
https://bitbucket.org/validator/syntax/changeset/7dbad8edfb8d

Thanks for catching this and taking time to report it.