Skip to content

Commit 8fa7c8f

Browse files
committed
[css-backgrounds-4] Add issue for border-parts.
1 parent 92e8cee commit 8fa7c8f

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

css-backgrounds-4/Overview.bs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,14 @@ Partial borders</h2>
166166

167167
<p>CSS borders traditionally cover an entire border edge. Sometimes,
168168
however, it can be useful to hide some parts of the border.
169-
Here are two proposals for doing this.
169+
170+
<p class="issue">
171+
Here are two proposals for doing this:
172+
the second one is from GCPM, the first one is an attempt to recast it more readably.
173+
The names are terrible, known problem, proposals accepted.
174+
There is a problem with conceiving this as clipping:
175+
if you have dotted borders, you want whole dots always, not parts of dots.
176+
So it should be a drawing limit, not a clip.
170177

171178
<h3 id="partial-borders">
172179
Partial Borders: the 'border-limit' property</h3>

css-backgrounds-4/Overview.html

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,14 @@ <h2 class="heading settled heading" data-level=4 id=partial-borders0><span class
243243

244244
<p>CSS borders traditionally cover an entire border edge. Sometimes,
245245
however, it can be useful to hide some parts of the border.
246-
Here are two proposals for doing this.
246+
247+
<p class=issue id=issue-32661c58><a class=self-link href=#issue-32661c58></a>
248+
Here are two proposals for doing this:
249+
the second one is from GCPM, the first one is an attempt to recast it more readably.
250+
The names are terrible, known problem, proposals accepted.
251+
There is a problem with conceiving this as clipping:
252+
if you have dotted borders, you want whole dots always, not parts of dots.
253+
So it should be a drawing limit, not a clip.
247254

248255
<h3 class="heading settled heading" data-level=4.1 id=partial-borders><span class=secno>4.1 </span><span class=content>
249256
Partial Borders: the <a class=property data-link-type=propdesc href=#propdef-border-limit title=border-limit>border-limit</a> property</span><a class=self-link href=#partial-borders></a></h3>
@@ -788,6 +795,14 @@ <h2 class="no-num heading settled" id=issues-index><span class=content>Issues In
788795
Add a <span class=css data-link-type=maybe title=cubic-bezier()>cubic-bezier()</span> function for random other shapes?
789796
Or some other functions?
790797

791-
<a href=#issue-05846e60></a></div><div class=issue>Should these properties be simplified to only accept <code>normal | [ &lt;length&gt; | &lt;percentage&gt; ] +</code>?
798+
<a href=#issue-05846e60></a></div><div class=issue>
799+
Here are two proposals for doing this:
800+
the second one is from GCPM, the first one is an attempt to recast it more readably.
801+
The names are terrible, known problem, proposals accepted.
802+
There is a problem with conceiving this as clipping:
803+
if you have dotted borders, you want whole dots always, not parts of dots.
804+
So it should be a drawing limit, not a clip.
805+
806+
<a href=#issue-32661c58></a></div><div class=issue>Should these properties be simplified to only accept <code>normal | [ &lt;length&gt; | &lt;percentage&gt; ] +</code>?
792807

793808
<a href=#issue-14d9ac8f></a></div></div>

0 commit comments

Comments
 (0)