More report work, added polyfills for localStorage, getElementsByClassName, DOM4 events. Untested so far though.

This commit is contained in:
WrinklyNinja
2013-05-13 08:55:12 +01:00
parent a261ca9de6
commit b434412aa3
8 changed files with 3160 additions and 28 deletions
+1 -4
View File
@@ -198,10 +198,7 @@ This documentation is a work in progress, covering an application that is also s
<li>The <var>name</var> is the actual Bash Tag name.
<li>The <var>condition</var> decides if the Tag is to be suggested or not. It functions as for files and messages.
</ul>
<p>A few Bash Tags are used by BOSS in its load order error checking:
<ul>
<li>If an active mod has the <code>Deactivate</code> tag applied (not merely suggested), an error message will be displayed for it.
<li>If a plugin's masters are missing, an error message will be displayed for it. Filter patches are special mods designed for use with a Bashed Patch that do not require all their masters to be present, and so any plugin with the <code>Filter</code> tag applied and missing masters will not cause any errors to be displayed.
<p>If a plugin's masters are missing, an error message will be displayed for it. Filter patches are special mods designed for use with a Bashed Patch that do not require all their masters to be present, and so any plugin with the <code>Filter</code> tag applied and missing masters will not cause any errors to be displayed.
</table>