Skip to content

Commit

Permalink
Merge branch 'master' into build
Browse files Browse the repository at this point in the history
  • Loading branch information
ericf committed Nov 28, 2011
2 parents cf7632d + 249c2c8 commit 8bbf64b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/widget/docs/index.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Although instantiable and usable by itself, it is designed to be extended to cre
specific user interaction patterns.</p>

<p>The `Widget` class extends <a href="{{apiDocs}}/Base.html">`Base`</a>. Therefore it provides
the same `Attribute`, `Event.Provider` and `Plugin.Host` support as `<a href="../base/index.html#extendbase">Base</a>` does.
the same `Attribute`, `Event.Provider` and `Plugin.Host` support as <a href="../base/index.html#extendbase">`Base`</a> does.

<p>It adds the following core functionality:</p>

Expand Down Expand Up @@ -428,7 +428,7 @@ where multiple class name rules, like `.yui3-menu.yui3-hidden` are not well supp
<p>
However, providing an IE6-compatible format requires each widget to ship with the CSS rules defined for each of its states.
Of the state-based rules above, all widgets will definitely end up providing a "yui3-[widgetname]-hidden" implementation to control visibility.
Whether or not CSS rules for the the other two states are provided is usually a function of whether or not the widget needs special UI handled for the "disabled" and "focused" states.
Whether or not CSS rules for the other two states are provided is usually a function of whether or not the widget needs special UI handled for the "disabled" and "focused" states.
</p>

<h3 id="uievents">Default UI Events</h3>
Expand Down

0 comments on commit 8bbf64b

Please sign in to comment.