Skip to content

Commit e02388c

Browse files
committed
[css-ui] remove extraneous quotes
1 parent 88a43cf commit e02388c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-ui/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ to allow the user to adjust only the height of the element.</dd>
538538

539539
Currently it is possible to control the appearance of the scrolling mechanism (if any)
540540
on an element using the 'overflow' property
541-
(e.g. '<code class="lang-css">overflow: scroll</code>' vs. '<code class="lang-css">overflow: hidden</code>' etc.).
541+
(e.g. <code class="lang-css">overflow: scroll</code> vs. <code class="lang-css">overflow: hidden</code> etc.).
542542
The purpose of the 'resize' property
543543
is to also allow control over the appearance and function of the resizing mechanism
544544
(e.g. a resize box or widget) on the element.

css-ui/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2094,7 +2094,7 @@ <h3 class="heading settled" data-level="5.1" id="resize"><span class="secno">5.1
20942094

20952095
<p>Currently it is possible to control the appearance of the scrolling mechanism (if any)
20962096
on an element using the <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css-overflow-3/#propdef-overflow">overflow</a> property
2097-
(e.g. '<code class="lang-css">overflow: scroll</code>' vs. '<code class="lang-css">overflow: hidden</code>' etc.).
2097+
(e.g. <code class="lang-css">overflow: scroll</code> vs. <code class="lang-css">overflow: hidden</code> etc.).
20982098
The purpose of the <a class="property" data-link-type="propdesc" href="#propdef-resize">resize</a> property
20992099
is to also allow control over the appearance and function of the resizing mechanism
21002100
(e.g. a resize box or widget) on the element.</p>

0 commit comments

Comments
 (0)