Baseline support #317

Closed
woehrl01 wants to merge 33 commits from baseline-support into master
14 changed files with 1021 additions and 3 deletions
Showing only changes of commit 3b20c24fa3 - Show all commits

View File

@@ -3,19 +3,19 @@
<div style="width: 50px; height: 20px;"></div>
</div>
<div id="align_baseline_child" style="width: 100px; height: 100px; flex-direction:row; background-color:red; align-items: baseline;">
<div style="width: 50px; height: 50px;background-color:green"></div>
<div style="width: 50px; height: 20px;background-color:green">
<div style="width: 50px; height: 10px;background-color:yellow"></div>
<div id="align_baseline_child" style="width: 100px; height: 100px; flex-direction:row; align-items: baseline;">
<div style="width: 50px; height: 50px;"></div>
<div style="width: 50px; height: 20px;">
<div style="width: 50px; height: 10px;"></div>
</div>
</div>
<div id="align_baseline_double_nested_child" style="width: 100px; height: 100px; flex-direction:row; background-color:red; align-items: baseline;">
<div style="width: 50px; height: 50px;background-color:green">
<div style="width: 50px; height: 20px;background-color:yellow"></div>
<div id="align_baseline_double_nested_child" style="width: 100px; height: 100px; flex-direction:row; align-items: baseline;">
<div style="width: 50px; height: 50px;">
<div style="width: 50px; height: 20px;"></div>
</div>
<div style="width: 50px; height: 20px;background-color:green">
<div style="width: 50px; height: 15px;background-color:yellow"></div>
<div style="width: 50px; height: 20px;">
<div style="width: 50px; height: 15px;"></div>
</div>
</div>