Skip to content

Commit 8453bab

Browse files
committed
[css-will-change] Use real markup.
1 parent ea97589 commit 8453bab

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

css-will-change/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Hinting at Future Behavior: the 'will-change' property</h2>
218218
For example, browsers often “cache” rendering of elements over time,
219219
because most things don't change very often,
220220
or only change their position.
221-
However, if an element *does* change its contents regularly,
221+
However, if an element <em>does</em> change its contents regularly,
222222
producing and maintaining this cache is a waste of time.
223223
A browser might take this value as a signal to cache less aggressively on the element,
224224
or avoid caching at all and just continually re-render the element from scratch.

css-will-change/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</p>
5555
<h1 class="p-name no-ref" id=title>CSS Will Change Module Level 1</h1>
5656
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
57-
<span class=dt-updated><span class=value-title title=20140613>13 June 2014</span></span></span></h2>
57+
<span class=dt-updated><span class=value-title title=20140614>14 June 2014</span></span></span></h2>
5858
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-will-change/>http://dev.w3.org/csswg/css-will-change/</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/css-will-change/>http://www.w3.org/TR/css-will-change/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css-will-change/>http://dev.w3.org/csswg/css-will-change/</a>
5959
<dt>Feedback:</dt>
6060
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-will-change%5D%20feedback">www-style@w3.org</a>
@@ -322,7 +322,7 @@ <h2 class="heading settled heading" data-level=2 id=will-change><span class=secn
322322
For example, browsers often “cache” rendering of elements over time,
323323
because most things don’t change very often,
324324
or only change their position.
325-
However, if an element *does* change its contents regularly,
325+
However, if an element <em>does</em> change its contents regularly,
326326
producing and maintaining this cache is a waste of time.
327327
A browser might take this value as a signal to cache less aggressively on the element,
328328
or avoid caching at all and just continually re-render the element from scratch.

0 commit comments

Comments
 (0)