Skip to content

Commit ab62911

Browse files
author
Jihye Hong
committed
[css-round-display] Add additional description of polar-origin property
1 parent 43d548f commit ab62911

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

css-round-display/Overview.bs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,9 +345,8 @@ Figure 6B might be the result of
345345
<h3 id="polar-origin-property">The 'polar-origin' property</h3>
346346
<p>
347347
The 'polar-origin' property sets a point of origin for polar coordinate system.
348-
<br>
349-
In conventional coordinate system, the origin of coordinate system implicitly set to upper left corner of the containing block. According to the origin, not only elements are positioned within the containing block but also prope
350-
기존 방식은 origin이 암시적으로(implicitly) containing block의 left-top으로 셋팅이 되어있고, 해당 origin을 기준으로 엘리먼트가 배치되고 display, margin, padding 등의 property들도 이러한 배경하에 동작을 했다. 하지만 polar좌표계에서는 이러한 origin이 기존의 left-top이 아닌 center로 명시되는 것이 합리적이며, 이 값은 필요에 따라 변경 가능한 상황이 발생할 수 있다.
348+
<br><br>
349+
Not only elements are positioned within the containing block according to the origin but also properties such as display, margin, and padding are affected by the origin. In conventional coordinate system, the origin of coordinate system implicitly set to upper left corner of the containing block. But in polar coordinates, it is general to specify the point of origin as the center point of the containing block. Also, there would be a situation that the other point in the containing block area need to be the origin.
351350
</p>
352351
<pre class='propdef'>
353352
Name: polar-origin

css-round-display/Overview.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<div class="head">
5656
<p data-fill-with="logo"><a class="logo" href="http://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/Icons/w3c_home" width="72"> </a> </p>
5757
<h1 class="p-name no-ref" id="title">CSS Round Display Level 1</h1>
58-
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2015-11-09">9 November 2015</time></span></h2>
58+
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2015-11-10">10 November 2015</time></span></h2>
5959
<div data-fill-with="spec-metadata">
6060
<dl>
6161
<dt>This version:
@@ -503,8 +503,7 @@ <h3 class="heading settled" data-level="6.1" id="position-property"><span class=
503503
</div>
504504
</div>
505505
<h3 class="heading settled" data-level="6.2" id="polar-origin-property"><span class="secno">6.2. </span><span class="content">The <a class="property" data-link-type="propdesc" href="#propdef-polar-origin">polar-origin</a> property</span><a class="self-link" href="#polar-origin-property"></a></h3>
506-
<p> The <a class="property" data-link-type="propdesc" href="#propdef-polar-origin">polar-origin</a> property sets a point of origin for polar coordinate system. <br> In conventional coordinate system, the origin of coordinate system implicitly set to upper left corner of the containing block. According to the origin, not only elements are positioned within the containing block but also prope
507-
기존 방식은 origin이 암시적으로(implicitly) containing block의 left-top으로 셋팅이 되어있고, 해당 origin을 기준으로 엘리먼트가 배치되고 display, margin, padding 등의 property들도 이러한 배경하에 동작을 했다. 하지만 polar좌표계에서는 이러한 origin이 기존의 left-top이 아닌 center로 명시되는 것이 합리적이며, 이 값은 필요에 따라 변경 가능한 상황이 발생할 수 있다. </p>
506+
<p> The <a class="property" data-link-type="propdesc" href="#propdef-polar-origin">polar-origin</a> property sets a point of origin for polar coordinate system. <br><br> Not only elements are positioned within the containing block according to the origin but also properties such as display, margin, and padding are affected by the origin. In conventional coordinate system, the origin of coordinate system implicitly set to upper left corner of the containing block. But in polar coordinates, it is general to specify the point of origin as the center point of the containing block. Also, there would be a situation that the other point in the containing block area need to be the origin. </p>
508507
<table class="definition propdef" data-link-for-hint="polar-origin">
509508
<tbody>
510509
<tr>

0 commit comments

Comments
 (0)