Skip to content

Commit 0657d1d

Browse files
committed
[css-background-4] Add an issue about syntax for background-position-x and background-position-y.
1 parent 2c43850 commit 0657d1d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

css-backgrounds-4/Overview.bs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
8686

8787
Issue: This section is still being worked out. The tricky thing is making all the start/end keywords work sanely.
8888

89+
<p class="issue" id="issue-x-y-val-pct-len">The Value lines below don't allow &lt;percentage&gt; and &lt;length&gt; values to be specified on their own. This disagrees with existing implementations.
90+
8991
<pre class='propdef'>
9092
Name: background-position-x
9193
Value: [ center | [ left | right | x-start | x-end ]? [ <var>&lt;percentage&gt;</var> | <var>&lt;length&gt;</var> ]? ]#

css-backgrounds-4/Overview.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ <h3 class="heading settled" data-level="2.1" id="the-background-position"><span
243243
<p class="issue" id="issue-f4a1aeb0"><a class="self-link" href="#issue-f4a1aeb0"></a> Specify what happens to set of properties that are not set. Maybe they’re just not set?</p>
244244
<h4 class="heading settled" data-level="2.1.1" id="background-position-longhands"><span class="secno">2.1.1. </span><span class="content"> Background Positioning Longhands: the <a class="property" data-link-type="propdesc" href="#propdef-background-position-x" id="ref-for-propdef-background-position-x-2">background-position-x</a>, <a class="property" data-link-type="propdesc" href="#propdef-background-position-y" id="ref-for-propdef-background-position-y-2">background-position-y</a>, <a class="property" data-link-type="propdesc" href="#propdef-background-position-inline" id="ref-for-propdef-background-position-inline-2">background-position-inline</a>, and <a class="property" data-link-type="propdesc" href="#propdef-background-position-block" id="ref-for-propdef-background-position-block-2">background-position-block</a> properties</span><a class="self-link" href="#background-position-longhands"></a></h4>
245245
<p class="issue" id="issue-67389536"><a class="self-link" href="#issue-67389536"></a> This section is still being worked out. The tricky thing is making all the start/end keywords work sanely.</p>
246+
<p class="issue" id="issue-x-y-val-pct-len"><a class="self-link" href="#issue-x-y-val-pct-len"></a>The Value lines below don’t allow &lt;percentage> and &lt;length> values to be specified on their own. This disagrees with existing implementations. </p>
246247
<table class="def propdef" data-link-for-hint="background-position-x">
247248
<tbody>
248249
<tr>
@@ -1271,6 +1272,7 @@ <h2 class="no-num no-ref heading settled" id="issues-index"><span class="content
12711272
<div class="issue"> Specify the value assignment in more detail. Should expand just like Level 3.<a href="#issue-e752f96e"></a></div>
12721273
<div class="issue"> Specify what happens to set of properties that are not set. Maybe they’re just not set?<a href="#issue-f4a1aeb0"></a></div>
12731274
<div class="issue"> This section is still being worked out. The tricky thing is making all the start/end keywords work sanely.<a href="#issue-67389536"></a></div>
1275+
<div class="issue">The Value lines below don’t allow &lt;percentage> and &lt;length> values to be specified on their own. This disagrees with existing implementations. <a href="#issue-x-y-val-pct-len"></a></div>
12741276
<div class="issue"> For <a class="css" data-link-type="maybe" href="#valdef-corner-shape-scoop">scoop</a> and <a class="css" data-link-type="maybe" href="#valdef-corner-shape-notch">notch</a>, how do the color/style/width transitions work?
12751277
Do they transition once in the middle, or alternate to match the topness/sideness of that segment of the border? <a href="#issue-7e3f29b5"></a></div>
12761278
<div class="issue"> Add a <a class="css" data-link-type="maybe" href="https://drafts.csswg.org/css-transitions-1/#funcdef-transition-timing-function-cubic-bezier">cubic-bezier()</a> function for random other shapes?

0 commit comments

Comments
 (0)