Skip to content

Commit 6985f30

Browse files
committed
Blog: Update post.
1 parent a9a7171 commit 6985f30

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mobile-web/html5-scorecard-the-good-the-bad-and-the-ugly-in-ios7.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ In our own testing, we discovered a number of additional bugs in the iOS 7 runti
6363

6464
* CSS Animations will sometimes fire before implicit z-indexes have been calculated, resulting in incorrect z layering during an animation.
6565

66-
* CSS 动画有时会在隐式的 `z-index` 被计算之前启动,这导致动画期间图层的堆叠不正确。
66+
* CSS 动画启动时,隐式的 `z-index` 并不会被计算,这导致动画期间图层的堆叠不正确。
67+
68+
(译注:“隐式的 `z-index`”是指定位元素未明确设置 `z-index` 的情况。)
6769

6870
* Scripts running within Web Workers are not suspended unless either the originating page is explicitly killed, or the Safari process is explicitly terminated. Neither switching to another tab, nor minimizing Safari, nor turning off the screen seem to stop Worker execution. This is a serious issue that allows any web page to drain the battery of an iOS 7 device and slow down performance of the whole system without a user alert.
6971

0 commit comments

Comments
 (0)