mirror of
https://github.com/classilla/tenfourfox.git
synced 2026-04-26 08:17:54 +00:00
#413: update to HTML colspan/rowspan from M1359822, plus M1271126 + M1373095 (no tests)
This commit is contained in:
@@ -37,7 +37,7 @@ public:
|
||||
}
|
||||
void SetColSpan(uint32_t aColSpan, ErrorResult& aError)
|
||||
{
|
||||
SetHTMLIntAttr(nsGkAtoms::colspan, aColSpan, aError);
|
||||
SetUnsignedIntAttr(nsGkAtoms::colspan, aColSpan, aError);
|
||||
}
|
||||
uint32_t RowSpan() const
|
||||
{
|
||||
@@ -45,7 +45,7 @@ public:
|
||||
}
|
||||
void SetRowSpan(uint32_t aRowSpan, ErrorResult& aError)
|
||||
{
|
||||
SetHTMLIntAttr(nsGkAtoms::rowspan, aRowSpan, aError);
|
||||
SetUnsignedIntAttr(nsGkAtoms::rowspan, aRowSpan, aError);
|
||||
}
|
||||
//already_AddRefed<nsDOMSettableTokenList> Headers() const;
|
||||
void GetHeaders(DOMString& aHeaders)
|
||||
|
||||
Reference in New Issue
Block a user