Bug 1898214 - Implement min/max-derived sizing for <input type=number>. r=smaug
See https://github.com/whatwg/html/issues/10390 for the spec issue. Differential Revision: https://phabricator.services.mozilla.com/D212545
This commit is contained in:
@@ -1537,6 +1537,7 @@ class HTMLInputElement final : public TextControlElement,
|
||||
bool mHasPatternAttribute : 1;
|
||||
|
||||
private:
|
||||
Maybe<int32_t> GetNumberInputCols() const;
|
||||
static void ImageInputMapAttributesIntoRule(MappedDeclarationsBuilder&);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user