What is the actual term for the following values of the quotes property? I tried searching but couldn't find anything other than IE \9 CSS hack, so please let me know the terminology and the use behind it, that would be really great.
blockquote {
background: #f9f9f9;
border-left: 10px solid #ccc;
margin: 1.5em 10px;
padding: 0.5em 10px;
quotes: "\201C""\201D""\2018""\2019";
}