I was looking at the console.dir of an element and came across a number of properties that I was not aware of, so I wanted to get clarification on the margin-block & margin-Inline properties.
Will JavaScript marginBlock always return the margin-top & margin-bottom values and marginInline always return the margin-left & margin-right properties?
Thanks in advance – CES
margin: "10px 20px 30px 40px" marginBlock: "10px 30px" marginBlockEnd: "30px" marginBlockStart: "10px" marginBottom: "30px" marginInline: "40px 20px" marginInlineEnd: "20px" marginInlineStart: "40px" marginLeft: "40px" marginRight: "20px" marginTop: "10px"