Bug 591737 - Implement toggling open details by mouse click. r=bz

This commit is contained in:
Ting-Yu Lin
2016-01-20 23:20:42 +08:00
parent ab025bc613
commit b707636623
3 changed files with 51 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
namespace mozilla {
namespace dom {
class HTMLDetailsElement;
// HTMLSummaryElement implements the <summary> tag, which is used as a summary
// or legend of the <details> tag. Please see the spec for more information.
@@ -30,6 +31,8 @@ public:
nsresult Clone(NodeInfo* aNodeInfo, nsINode** aResult) const override;
nsresult PostHandleEvent(EventChainPostVisitor& aVisitor) override;
// Return true if this is the first summary element child of a details or the
// default summary element generated by DetailsFrame.
bool IsMainSummary() const;