doc/Rack.html in ruby-prof-0.13.1 vs doc/Rack.html in ruby-prof-0.14.0
- old
+ new
@@ -1,146 +1,79 @@
<!DOCTYPE html>
<html>
<head>
-<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
+<meta charset="UTF-8">
<title>module Rack - ruby-prof</title>
-<link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
+<link href="./fonts.css" rel="stylesheet">
+<link href="./rdoc.css" rel="stylesheet">
<script type="text/javascript">
var rdoc_rel_prefix = "./";
</script>
-<script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script>
-<script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script>
-<script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script>
-<script type="text/javascript" charset="utf-8" src="./js/search.js"></script>
-<script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script>
-<script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script>
+<script src="./js/jquery.js"></script>
+<script src="./js/navigation.js"></script>
+<script src="./js/search_index.js"></script>
+<script src="./js/search.js"></script>
+<script src="./js/searcher.js"></script>
+<script src="./js/darkfish.js"></script>
-<body id="top" class="module">
-<nav id="metadata">
- <nav id="home-section" class="section">
- <h3 class="section-header">
- <a href="./index.html">Home</a>
+<body id="top" role="document" class="module">
+<nav role="navigation">
+ <div id="project-navigation">
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
+ <h2>
+ <a href="./index.html" rel="home">Home</a>
+ </h2>
+
+ <div id="table-of-contents-navigation">
+ <a href="./table_of_contents.html#pages">Pages</a>
<a href="./table_of_contents.html#classes">Classes</a>
<a href="./table_of_contents.html#methods">Methods</a>
- </h3>
-</nav>
+ </div>
+</div>
-
- <nav id="search-section" class="section project-section" class="initially-hidden">
+ <div id="search-section" role="search" class="project-section initially-hidden">
<form action="#" method="get" accept-charset="utf-8">
- <h3 class="section-header">
- <input type="text" name="search" placeholder="Search" id="search-field"
+ <div id="search-field-wrapper">
+ <input id="search-field" role="combobox" aria-label="Search"
+ aria-autocomplete="list" aria-controls="search-results"
+ type="text" name="search" placeholder="Search" spellcheck="false"
title="Type to search, Up and Down to navigate, Enter to load">
- </h3>
+ </div>
+
+ <ul id="search-results" aria-label="Search Results"
+ aria-busy="false" aria-expanded="false"
+ aria-atomic="false" class="initially-hidden"></ul>
</form>
+</div>
- <ul id="search-results" class="initially-hidden"></ul>
-</nav>
-
-
- <div id="file-metadata">
- <nav id="file-list-section" class="section">
- <h3 class="section-header">Defined In</h3>
- <ul>
- <li>lib/ruby-prof/rack.rb
- </ul>
-</nav>
-
-
</div>
+
+
<div id="class-metadata">
+
</div>
-
- <div id="project-metadata">
- <nav id="fileindex-section" class="section project-section">
- <h3 class="section-header">Pages</h3>
-
- <ul>
-
- <li class="file"><a href="./LICENSE.html">LICENSE</a>
-
- <li class="file"><a href="./README_rdoc.html">README</a>
-
- <li class="file"><a href="./examples/flat_txt.html">flat</a>
-
- <li class="file"><a href="./examples/graph_txt.html">graph</a>
-
- </ul>
</nav>
- <nav id="classindex-section" class="section project-section">
- <h3 class="section-header">Class and Module Index</h3>
+<main role="main" aria-labelledby="module-Rack">
+ <h1 id="module-Rack" class="module">
+ module Rack
+ </h1>
- <ul class="link-list">
-
- <li><a href="./RubyProf.html">RubyProf</a>
-
- <li><a href="./RubyProf/AbstractPrinter.html">RubyProf::AbstractPrinter</a>
-
- <li><a href="./RubyProf/AggregateCallInfo.html">RubyProf::AggregateCallInfo</a>
-
- <li><a href="./RubyProf/CallInfo.html">RubyProf::CallInfo</a>
-
- <li><a href="./RubyProf/CallInfoPrinter.html">RubyProf::CallInfoPrinter</a>
-
- <li><a href="./RubyProf/CallInfoVisitor.html">RubyProf::CallInfoVisitor</a>
-
- <li><a href="./RubyProf/CallStackPrinter.html">RubyProf::CallStackPrinter</a>
-
- <li><a href="./RubyProf/CallTreePrinter.html">RubyProf::CallTreePrinter</a>
-
- <li><a href="./RubyProf/Cmd.html">RubyProf::Cmd</a>
-
- <li><a href="./RubyProf/DotPrinter.html">RubyProf::DotPrinter</a>
-
- <li><a href="./RubyProf/FlatPrinter.html">RubyProf::FlatPrinter</a>
-
- <li><a href="./RubyProf/FlatPrinterWithLineNumbers.html">RubyProf::FlatPrinterWithLineNumbers</a>
-
- <li><a href="./RubyProf/GraphHtmlPrinter.html">RubyProf::GraphHtmlPrinter</a>
-
- <li><a href="./RubyProf/GraphPrinter.html">RubyProf::GraphPrinter</a>
-
- <li><a href="./RubyProf/MethodInfo.html">RubyProf::MethodInfo</a>
-
- <li><a href="./RubyProf/MultiPrinter.html">RubyProf::MultiPrinter</a>
-
- <li><a href="./RubyProf/Profile.html">RubyProf::Profile</a>
-
- <li><a href="./RubyProf/ProfileTask.html">RubyProf::ProfileTask</a>
-
- <li><a href="./RubyProf/Test.html">RubyProf::Test</a>
-
- <li><a href="./RubyProf/Thread.html">RubyProf::Thread</a>
-
- <li><a href="./Rack.html">Rack</a>
-
- <li><a href="./Rack/RubyProf.html">Rack::RubyProf</a>
-
- </ul>
-</nav>
-
- </div>
-</nav>
-
-<div id="documentation">
- <h1 class="module">module Rack</h1>
-
- <div id="description" class="description">
+ <section class="description">
- </div><!-- description -->
+ </section>
<section id="5Buntitled-5D" class="documentation-section">
@@ -150,18 +83,16 @@
- <!-- Methods -->
- </section><!-- 5Buntitled-5D -->
+ </section>
+</main>
-</div><!-- documentation -->
-
-<footer id="validator-badges">
- <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
- <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.1.
- <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
+<footer id="validator-badges" role="contentinfo">
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
+ <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.0.
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
</footer>