Skip to content

Commit

Permalink
[e] (0) Add some notes to clarify why this algorithm says what it does
Browse files Browse the repository at this point in the history
Affected topics: Rendering

git-svn-id: http://svn.whatwg.org/webapps@7380 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 19, 2012
1 parent 674b7ec commit 9dd38f6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -98258,7 +98258,8 @@ <h4 id=tables><span class=secno>14.3.9 </span>Tables</h4>
classified as a percentage), is expected to have a <a href=#presentational-hints title="presentational hints">presentational hint</a> setting the
element's 'white-space' property to 'normal', overriding the rule in
the CSS block above that sets it to 'nowrap'.</p>

<!-- http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1793 -->
<!-- note that the "rules for parsing dimension values" can't return 0, if the value is "0" they treat it as an error -->


<h4 id=form-controls><span class=secno>14.3.10 </span>Form controls</h4>
Expand Down
3 changes: 2 additions & 1 deletion index
Original file line number Diff line number Diff line change
Expand Up @@ -98258,7 +98258,8 @@ table {
classified as a percentage), is expected to have a <a href=#presentational-hints title="presentational hints">presentational hint</a> setting the
element's 'white-space' property to 'normal', overriding the rule in
the CSS block above that sets it to 'nowrap'.</p>

<!-- http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1793 -->
<!-- note that the "rules for parsing dimension values" can't return 0, if the value is "0" they treat it as an error -->


<h4 id=form-controls><span class=secno>14.3.10 </span>Form controls</h4>
Expand Down
3 changes: 2 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -113619,7 +113619,8 @@ table {
title="presentational hints">presentational hint</span> setting the
element's 'white-space' property to 'normal', overriding the rule in
the CSS block above that sets it to 'nowrap'.</p>

<!-- http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1793 -->
<!-- note that the "rules for parsing dimension values" can't return 0, if the value is "0" they treat it as an error -->


<h4>Form controls</h4>
Expand Down

0 comments on commit 9dd38f6

Please sign in to comment.