Bug 1370835 - Match new standard for span IDL property; r=mystor
https://github.com/whatwg/html/issues/2705 https://github.com/whatwg/html/pull/2734 MozReview-Commit-ID: 7Sso9sO8f7y
This commit is contained in:
@@ -27,8 +27,7 @@ public:
|
||||
}
|
||||
void SetSpan(uint32_t aSpan, ErrorResult& aError)
|
||||
{
|
||||
uint32_t span = aSpan ? aSpan : 1;
|
||||
SetUnsignedIntAttr(nsGkAtoms::span, span, 1, aError);
|
||||
SetUnsignedIntAttr(nsGkAtoms::span, aSpan, 1, aError);
|
||||
}
|
||||
|
||||
void GetAlign(DOMString& aAlign)
|
||||
|
||||
Reference in New Issue
Block a user