mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 16:14:12 +01:00
Improve autocommands.xml formatting.
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
pages not matching the following regular expression. If the
|
||||
<em>-javascript</em> (short name <em>-js</em>) option is given,
|
||||
<oa>cmd</oa> is interpreted as JavaScript code. Otherwise, it is
|
||||
interpreted as an ex command.
|
||||
interpreted as an Ex command.
|
||||
</p>
|
||||
|
||||
<note>
|
||||
|
||||
@@ -35,9 +35,9 @@
|
||||
<dt><title></dt> <dd>The page, bookmark or download title.</dd>
|
||||
<dt><doc></dt> <dd>The document for which the event occurred. Only for <em>DOMLoad</em>, <em>PageLoad</em> and <em>PageLoadPre</em>.</dd>
|
||||
<dt><tab></dt> <dd>The tab in which the event occurred. Only for <em>DOMLoad</em>, <em>PageLoad</em> and <em>PageLoadPre</em>.</dd>
|
||||
<dt><tags></dt> <dd>The tags applied to <url>. Only for <em>BookmarkAdd</em>.</dd>
|
||||
<dt><tags></dt> <dd>The tags applied to <em><url></em>. Only for <em>BookmarkAdd</em>.</dd>
|
||||
<dt><keyword></dt><dd>The keywords applied to the bookmark. Only for <em>BookmarkAdd</em>.</dd>
|
||||
<dt><icon></dt> <dd>The icon associated with <url>. Only for <em>BookmarkAdd</em>.</dd>
|
||||
<dt><icon></dt> <dd>The icon associated with <em><url></em>. Only for <em>BookmarkAdd</em>.</dd>
|
||||
<dt><size></dt> <dd>The size of a downloaded file. Only for <em>DownloadPost</em>.</dd>
|
||||
<dt><file></dt> <dd>The target destination of a download. Only for <em>DownloadPost</em>.</dd>
|
||||
<dt><state></dt> <dd>The new fullscreen state. Only for <em>Fullscreen</em>.</dd>
|
||||
|
||||
@@ -32,12 +32,12 @@
|
||||
<dt><doc></dt> <dd>The document for which the event occurred. Only for <em>DOMLoad</em>, <em>PageLoad</em> and <em>PageLoadPre</em>.</dd>
|
||||
<dt><tab></dt> <dd>The tab in which the event occurred. Only for <em>DOMLoad</em>, <em>PageLoad</em> and <em>PageLoadPre</em>.</dd>
|
||||
<dt><changed></dt> <dd>The name of the property that has changed. Only for <em>BookmarkChange</em>.</dd>
|
||||
<dt><tags></dt> <dd>The tags applied to <url>. Only for <em>Bookmark*</em>.</dd>
|
||||
<dt><tags></dt> <dd>The tags applied to <em><url></em>. Only for <em>Bookmark*</em>.</dd>
|
||||
<dt><keyword></dt> <dd>The keywords applied to the bookmark. Only for <em>BookmarkChange</em>, <em>BookmarkRemove</em>.</dd>
|
||||
<dt><icon></dt> <dd>The icon associated with <url>. Only for <em>Bookmark*</em>.</dd>
|
||||
<dt><icon></dt> <dd>The icon associated with <em><url></em>. Only for <em>Bookmark*</em>.</dd>
|
||||
<dt><size></dt> <dd>The size of a downloaded file. Only for <em>DownloadPost</em>.</dd>
|
||||
<dt><file></dt> <dd>The target destination of a download. Only for <em>DownloadPost</em>.</dd>
|
||||
<dt><state></dt> <dd>The new state. Only for "Fullscreen" and <em>PrivateMode</em>.</dd>
|
||||
<dt><state></dt> <dd>The new state. Only for <em>Fullscreen</em> and <em>PrivateMode</em>.</dd>
|
||||
<dt><name></dt> <dd>The name of the item. Only for <em>ColorScheme</em> and <em>Sanitize</em>.</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user