Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

height 值为百分比时增加参考对象 #150

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion properties/backgrounds/background-size.htm
Original file line number Diff line number Diff line change
Expand Up @@ -203,4 +203,4 @@ <h2>length</h2>
<script src="../../js/jquery.js"></script>
<script src="../../js/inner.js"></script>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions properties/dimension/height.htm
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h2 class="tit">取值:</h2>
<dt><a href="../../values/length/length.htm">&lt;length&gt;</a>:</dt>
<dd>用长度值来定义高度。不允许负值</dd>
<dt><a href="../../values/numeric/percentage.htm">&lt;percentage&gt;</a>:</dt>
<dd>用百分比来定义高度。不允许负值</dd>
<dd>用百分比来定义高度。百分比参照包含块高度。不允许负值</dd>
</dl>
</div>
</section>
Expand Down Expand Up @@ -156,4 +156,4 @@ <h2 class="tit">示例:</h2>
<script src="../../js/jquery.js"></script>
<script src="../../js/inner.js"></script>
</body>
</html>
</html>