details-display-none-summary-3.html (339B)
1 <!DOCTYPE html> 2 <!-- Any copyright is dedicated to the Public Domain. 3 - http://creativecommons.org/publicdomain/zero/1.0/ --> 4 5 <html> 6 <body> 7 <details open> 8 <summary style="display: none;">summary (display: none)</summary> 9 <summary>summary 2</summary> 10 <p>This is the details.</p> 11 </details> 12 </body> 13 </html>