Skip to content

Commit 2d6577d

Browse files
authored
Merge pull request #586 from amlitzer/doc-fixes
PageLoadPre only supports <url>
2 parents bfaf385 + 4affe08 commit 2d6577d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

muttator/locale/en-US/autocommands.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
<dl tag="autocommand-args" replace="autocommand-args">
2828
<dt>&lt;url></dt> <dd>The URL against which the event was selected.</dd>
2929
<dt>&lt;title></dt> <dd>The page, bookmark or download title.</dd>
30-
<dt>&lt;doc></dt> <dd>The document for which the event occurred. Only for <em>DOMLoad</em>, <em>PageLoad</em> and <em>PageLoadPre</em>.</dd>
31-
<dt>&lt;tab></dt> <dd>The tab in which the event occurred. Only for <em>DOMLoad</em>, <em>PageLoad</em> and <em>PageLoadPre</em>.</dd>
30+
<dt>&lt;doc></dt> <dd>The document for which the event occurred. Only for <em>DOMLoad</em> and <em>PageLoad</em>.</dd>
31+
<dt>&lt;tab></dt> <dd>The tab in which the event occurred. Only for <em>DOMLoad</em> and <em>PageLoad</em>.</dd>
3232
<dt>&lt;size></dt> <dd>The size of a downloaded file. Only for <em>DownloadPost</em>.</dd>
3333
<dt>&lt;file></dt> <dd>The target destination of a download. Only for <em>DownloadPost</em>.</dd>
3434
<dt>&lt;name></dt> <dd>The name of the item. Only for <em>ColorScheme</em> and <em>Sanitize</em>.</dd>

vimperator/locale/en-US/autocommands.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
<dl tag="autocommand-args" replace="autocommand-args">
2828
<dt>&lt;url></dt> <dd>The URL against which the event was selected.</dd>
2929
<dt>&lt;title></dt> <dd>The page, bookmark or download title.</dd>
30-
<dt>&lt;doc></dt> <dd>The document for which the event occurred. Only for <em>DOMLoad</em>, <em>PageLoad</em> and <em>PageLoadPre</em>.</dd>
31-
<dt>&lt;tab></dt> <dd>The tab in which the event occurred. Only for <em>DOMLoad</em>, <em>PageLoad</em> and <em>PageLoadPre</em>.</dd>
30+
<dt>&lt;doc></dt> <dd>The document for which the event occurred. Only for <em>DOMLoad</em> and <em>PageLoad</em>.</dd>
31+
<dt>&lt;tab></dt> <dd>The tab in which the event occurred. Only for <em>DOMLoad</em> and <em>PageLoad</em>.</dd>
3232
<dt>&lt;tags></dt> <dd>The tags applied to &lt;url>. Only for <em>BookmarkAdd</em>.</dd>
3333
<dt>&lt;keyword></dt> <dd>The keywords applied to the bookmark. Only for <em>BookmarkAdd</em>.</dd>
3434
<dt>&lt;icon></dt> <dd>The icon associated with &lt;url>. Only for <em>BookmarkAdd</em>.</dd>

vimperator/locale/ja/autocommands.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
<dl tag="autocommand-args" replace="autocommand-args">
2828
<dt>&lt;url></dt> <dd>イベントが適用された URL です。</dd>
2929
<dt>&lt;title></dt> <dd>ページ、ブックマークのタイトルもしくはダウンロードしたファイル名です。</dd>
30-
<dt>&lt;doc></dt> <dd>イベントが発生したドキュメントです。<em>DOMLoad</em>, <em>PageLoad</em> と <em>PageLoadPre</em> 専用です。</dd>
31-
<dt>&lt;tab></dt> <dd>イベントが発生したタブです。<em>DOMLoad</em>, <em>PageLoad</em> と <em>PageLoadPre</em> 専用です。</dd>
30+
<dt>&lt;doc></dt> <dd>イベントが発生したドキュメントです。<em>DOMLoad</em> と <em>PageLoad</em> 専用です。</dd>
31+
<dt>&lt;tab></dt> <dd>イベントが発生したタブです。<em>DOMLoad</em> と <em>PageLoad</em> 専用です。</dd>
3232
<dt>&lt;tags></dt> <dd>&lt;url> につけられたタグ名です。 <em>BookmarkAdd</em> 専用です。</dd>
3333
<dt>&lt;keyword></dt> <dd>ブックマークにつけられたキーワードです。<em>BookmarkAdd</em> 専用です。</dd>
3434
<dt>&lt;icon></dt> <dd>&lt;url> に関連づけられたアイコンです。 <em>BookmarkAdd</em> 専用です。</dd>

0 commit comments

Comments
 (0)