Skip to content

Florian/text decor skip #26

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

Merged
merged 7 commits into from
Jun 9, 2015
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
[css-text-decor] Change the initial value of text-decoration-skip
  • Loading branch information
frivoal committed Jun 4, 2015
commit 2b96fce8b70457a5bb04b151833ea9de5045e6a1
15 changes: 9 additions & 6 deletions css-text-decor-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ by adding the ''trailing-spaces'' value.
<pre class="propdef">
Name: text-decoration-skip
Value: ''none'' | [ ''objects'' || [ ''spaces'' | [ ''leading-spaces'' || ''trailing-space'' ] ] || ''ink'' || ''edges'' || ''box-decoration'' ]
Initial: objects
Initial: objects leading-spaces trainling-spaces
Applies to: all elements
Inherited: yes
Percentages: N/A
Expand All @@ -50,6 +50,10 @@ by adding the ''trailing-spaces'' value.
Animatable: no
</pre>

Note: The initial value is different
from the one specified at the previous level,
which was only ''text-decoration-skip: objects''.

Issue: Add final level 3 content

<dl dfn-type=value dfn-for=text-decoration-skip>
Expand All @@ -76,11 +80,10 @@ by adding the ''trailing-spaces'' value.
when located at the end of the line.
</dl>

Issue: Should ''object trailing-spaces'' be the initial value instead of just ''object''?
Should the initial value be auto,
defined so that that it can vary between
''object'' and ''object trailing-spaces''
depending on properties like 'white-space', 'word-wrap', 'word-break' etc?
The following addition are made to the default UA stylesheet for HTML:
<pre><code class="lang-css">
ins, del { text-decoration-skip: objects; }
</code></pre>

<h2 id=temp>Rescued L3 Brainstorming: Ignore For Now</h2>

Expand Down
Loading