From 97dedcfe824d0d37df8929bfb82bc61f36ea6339 Mon Sep 17 00:00:00 2001 From: Aurelio De Rosa Date: Mon, 6 May 2019 15:13:04 +0100 Subject: [PATCH] Document optional includeMargin argument Fixes gh-1107 --- entries/outerHeight.xml | 3 +++ entries/outerWidth.xml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/entries/outerHeight.xml b/entries/outerHeight.xml index e1caaf55..09aa255e 100644 --- a/entries/outerHeight.xml +++ b/entries/outerHeight.xml @@ -53,6 +53,9 @@ $( "p:last" ).text( A number representing the number of pixels, or a number along with an optional unit of measure appended (as a string). + + A Boolean indicating whether to new value should account for the element's margin. + 1.8.0 diff --git a/entries/outerWidth.xml b/entries/outerWidth.xml index 4e613cc1..cfb07bc8 100644 --- a/entries/outerWidth.xml +++ b/entries/outerWidth.xml @@ -53,6 +53,9 @@ $( "p:last" ).text( A number representing the number of pixels, or a number along with an optional unit of measure appended (as a string). + + A Boolean indicating whether to new value should account for the element's margin. + 1.8.0