Skip to content

Commit d811406

Browse files
author
Koji Ishii
committed
[css-ruby] autohiding is disabled if ruby-merge: collapse <https://lists.w3.org/Archives/Public/www-style/2015Feb/0354.html>
1 parent 3fbb558 commit d811406

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

css-ruby/Overview.bs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -572,10 +572,11 @@ Autohiding Base-identical Annotations</h3>
572572
</div>
573573

574574
<p>When the computed value of 'ruby-merge' is ''collapse'',
575-
then all annotations and bases for that segment are compared
576-
(rather than just each annotation and its base individually)
577-
and the annotation for the entire segment
578-
is either hidden or shown as appropriate.
575+
the autohiding is disabled.
576+
When the computed value of 'ruby-merge' is ''auto'',
577+
the user agent may decide whether to autohide or not,
578+
but it is recommended to autohide if the algorithm the user agent chose
579+
produces the results similar to ''separate'' would produce.
579580

580581
<p>The content comparison for this auto-hiding behavior
581582
takes place prior to white space collapsing ('white-space') and text transformation ('text-transform')

0 commit comments

Comments
 (0)