Add "unstable" class to unstable items

This also removes the events from the sidebar.  These are repeated on the main page and only add unnecessary length to the sidebar.
This commit is contained in:
Tim Schaub
2014-08-22 17:28:50 -06:00
parent 787688ef33
commit ecaedff890
5 changed files with 8 additions and 36 deletions

View File

@@ -21,7 +21,7 @@
var setter = prop.readonly ? 'no' : 'yes';
?>
<tr>
<tr class="<?js= prop.stability !== 'stable' ? 'unstable' : '' ?>">
<td class="name"><code><?js= prop.name ?></code></td>
<td class="type">
<?js if (prop.type && prop.type.names) {?>