Quacks

The position CSS property sets how an element is positioned in a document. The top, right, bottom, and left properties determine the final location of positioned elements.

(Edge 12, Firefox 1, Safari 1, Chrome 1, IE 4, Opera 4)

Syntax: static | relative | absolute | sticky | fixed

MDN Reference

Specifies weight of glyphs in the font, their degree of blackness or stroke thickness.

(Edge 12, Firefox 1, Safari 1, Chrome 2, IE 3, Opera 3.5)

Syntax: <font-weight-absolute>{1,2}

MDN Reference

Defines the default justify-self for all items of the box, giving them the default way of justifying each box along the appropriate axis

(Edge 12, Firefox 20, Safari 9, Chrome 52, IE 11, Opera 12.1)

Syntax: normal | stretch | <baseline-position> | <overflow-position>? [ <self-position> | left | right ] | legacy | legacy && [ left | right | center ]

MDN Reference