diff options
Diffstat (limited to 'html-test/ref/Bug4.html')
| -rw-r--r-- | html-test/ref/Bug4.html | 22 | 
1 files changed, 12 insertions, 10 deletions
diff --git a/html-test/ref/Bug4.html b/html-test/ref/Bug4.html index 94d3fdb2..40d9ee7b 100644 --- a/html-test/ref/Bug4.html +++ b/html-test/ref/Bug4.html @@ -39,16 +39,18 @@  	>Bug4</p  	></div        ><div id="synopsis" -      ><p id="control.syn" class="caption expander" onclick="toggleSection('syn')" -	>Synopsis</p -	><ul id="section.syn" class="hide" onclick="toggleSection('syn')" -	><li class="src short" -	  ><a href="#" -	    >foo</a -	    > :: <a href="#" -	    >Int</a -	    ></li -	  ></ul +      ><details id="syn" +	><summary +	  >Synopsis</summary +	  ><ul class="details-toggle" data-details-id="syn" +	  ><li class="src short" +	    ><a href="#" +	      >foo</a +	      > :: <a href="#" +	      >Int</a +	      ></li +	    ></ul +	  ></details  	></div        ><div id="interface"        ><h1  | 
