| Index: chrome/common/extensions/docs/templates/private/event.html
|
| diff --git a/chrome/common/extensions/docs/templates/private/event.html b/chrome/common/extensions/docs/templates/private/event.html
|
| index db0b114d5b7085efe558be3d31b09fb9e130aa9a..edf20b85deb74a3eaa6e8922a88e226989d2268b 100644
|
| --- a/chrome/common/extensions/docs/templates/private/event.html
|
| +++ b/chrome/common/extensions/docs/templates/private/event.html
|
| @@ -1,6 +1,6 @@
|
| {{#event}}
|
| <div>
|
| - <h4 id="{{id}}">{{name}}</h4>
|
| + <h3 id="{{id}}">{{name}}</h3>
|
| {{+partials.warning_deprecated item:event/}}
|
| <div class="description">
|
| {{?description}}<p>
|
| @@ -23,29 +23,31 @@
|
| api:api/}}
|
| </div>
|
| {{?conditions}}
|
| - <h4>Supported conditions</h4>
|
| + <h4 title="">Supported conditions</h4>
|
| <ul>
|
| {{#c:conditions}}<div><li>{{+partials.ref_link link:c/}}</li></div>{{/}}
|
| </ul>
|
| {{/conditions}}
|
| {{?actions}}
|
| - <h4>Supported actions</h4>
|
| + <h4 title="">Supported actions</h4>
|
| <ul>
|
| {{#a:actions}}<div><li>{{+partials.ref_link link:a/}}</li></div>{{/}}
|
| </ul>
|
| {{/actions}}
|
| {{/supportsRules}}
|
| {{?filters}}
|
| - <h4>Filters</h4>
|
| + <h4 title="">Filters</h4>
|
| <dl>
|
| - {{#f:filters +partials.parameter_full parameter:f/}}
|
| + {{#f:filters +partials.parameter_full parameter:f
|
| + parentName:name
|
| + hideParamTOC:true /}}
|
| </dl>
|
| {{/filters}}
|
| {{?supportsListeners}}
|
| {{+partials.function function:byName.addListener
|
| parentName:name
|
| api:api
|
| - parentId:id/}}
|
| + hideParamTOC:true /}}
|
| {{/supportsListeners}}
|
| </div>
|
| </div>
|
|
|