Skip to content

Commit

Permalink
Add types for ArrayBuffer, DataView and typed array objects.
Browse files Browse the repository at this point in the history
  • Loading branch information
heycam committed Oct 4, 2014
1 parent 8b3efe9 commit 631316b
Show file tree
Hide file tree
Showing 6 changed files with 717 additions and 95 deletions.
3 changes: 3 additions & 0 deletions WebIDL.css
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,9 @@ iframe {
#distinguishable-table td {
text-align: center;
}
#distinguishable-table th:first-child {
white-space: nowrap;
}
.matrix {
border-collapse: collapse;
margin-left: auto;
Expand Down
2 changes: 1 addition & 1 deletion WebIDL.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<xsl:variable name='id' select='concat("idl-", translate(., " ", "-"))'/>
<xsl:variable name='def' select='//*[@id=$id]'/>
<xsl:choose>
<xsl:when test='not(ancestor::h:a) and $def'>
<xsl:when test='not(ancestor::h:a) and not(@id) and $def'>
<a class='idltype' href='#{$id}'><xsl:apply-templates select='node()'/></a>
</xsl:when>
<xsl:otherwise>
Expand Down
419 changes: 375 additions & 44 deletions index.html

Large diffs are not rendered by default.

Loading

0 comments on commit 631316b

Please sign in to comment.