Border and Padding Shorthand Tests - p. Border and Padding Shorthand Tests In this example, padding and border properties are specified using absolute properties: padding-left, padding-right, padding-top, and padding-bottom, etc. According to the specification, a request for the absolute (top, bottom, left, right) versions of these properties should use the relative ones if they are specified. In this example, padding and border properties are specified using shorthand properties: padding, border-width, border-color. According to the specification, a request for the absolute (top, bottom, left, right) versions of these properties should use the relative ones if they are specified. In this example, padding and border properties are specified using writing-mode relative properties: padding-before, padding-after, padding-start, and padding-end, etc. According to the specification, a request for the absolute (top, bottom, left, right) versions of these properties should use the relative ones if they are specified. In this example, padding and border properties are specified using shorthand and writing-mode relative properties: padding-before, padding-after, padding-start, and padding-end, etc. According to the specification, a request for the absolute (top, bottom, left, right) versions of these properties should use the relative ones if they are specified.