Skip to content

[css-ui] Fix all current bikeshed warnings #17

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 5 commits into from
Apr 10, 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-ui] remove extraneous quotes
  • Loading branch information
frivoal committed Apr 9, 2015
commit e02388c3558dcf53391597a35bb7f85098c1bcb7
2 changes: 1 addition & 1 deletion css-ui/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ to allow the user to adjust only the height of the element.</dd>

Currently it is possible to control the appearance of the scrolling mechanism (if any)
on an element using the 'overflow' property
(e.g. '<code class="lang-css">overflow: scroll</code>' vs. '<code class="lang-css">overflow: hidden</code>' etc.).
(e.g. <code class="lang-css">overflow: scroll</code> vs. <code class="lang-css">overflow: hidden</code> etc.).
The purpose of the 'resize' property
is to also allow control over the appearance and function of the resizing mechanism
(e.g. a resize box or widget) on the element.
Expand Down
2 changes: 1 addition & 1 deletion css-ui/Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -2094,7 +2094,7 @@ <h3 class="heading settled" data-level="5.1" id="resize"><span class="secno">5.1

<p>Currently it is possible to control the appearance of the scrolling mechanism (if any)
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
(e.g. '<code class="lang-css">overflow: scroll</code>' vs. '<code class="lang-css">overflow: hidden</code>' etc.).
(e.g. <code class="lang-css">overflow: scroll</code> vs. <code class="lang-css">overflow: hidden</code> etc.).
The purpose of the <a class="property" data-link-type="propdesc" href="#propdef-resize">resize</a> property
is to also allow control over the appearance and function of the resizing mechanism
(e.g. a resize box or widget) on the element.</p>
Expand Down