Open cirocosta opened 9 years ago
yabrowser is waiting for this. Currently:
yahtml::HTMLDriver htmldriver;
yacss::CSSDriver cssdriver;
const char* html_source =
"<body>"
"<h1></h1>"
"<h2></h2>"
"huehue <strong>brbr</strong> huehue"
"</body>";
const char* css_source =
"body, h1, h2 { display: block; }"
"strong { display: inline; }";
htmldriver.parse_source(html_source);
cssdriver.parse_source(css_source);
ASSERT_EQ(htmldriver.result + cssdriver.result, 0);
won't pass
http://www.w3.org/TR/CSS2/visuren.html#anonymous-block-level