You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p class=issue>XSL uses a different list of <a href="http://www.w3.org/TR/2006/CR-xsl11-20060220/#common-hyphenation-properties">properties</a>. Reuse of these properties has been considered.
<p>Using super-script glyphs is optional; UAs may also scale and position
2114
2123
other glyphs for use in footnote calls.
2115
2124
2116
-
<p class=issue>There are three things this could mean: (a) this implies the use of a font feature if the font has that feature (b) this implies that the counter is translated into the unicode characters (c) the issue of accessing font features should be
better to replace it with a quotation character. The 'text-replace'
2318
2323
property offers a way to perform the replacement in the style sheet.
2319
2324
2320
-
<p>This property only applies to batch processors.
2321
-
2322
-
<!--
2323
2325
<pclass='issue'>It this something CSS should do? Some think it's OK to use CSS for non-stylistic purposes, some think this <em>is</em> is a stylistic purpose, and some think this is not stylistic and should therefore be kept outside of CSS.
<p>This property is evaluated after the 'content' property, and before
2444
2444
'text-transform'.
2445
2445
2446
-
<p>This property is applied after the 'white-space' property.
2447
-
2448
-
<divclass="example">
2449
-
<p>Consider this CSS code:
2450
-
<pre>
2451
-
p { text-replace: "Soviet Union" "Russia"; }
2452
-
</pre>
2453
-
2454
-
2455
-
<p>Text replacements would occur in both these paragraphs:
2456
-
2457
-
<pre>
2458
-
<p>Hello Soviet Union!</p>
2459
-
<p>Hello Soviet
2460
-
Union!</p>
2461
-
</pre>
2462
-
</div>
2463
-
2464
-
2465
-
<divclass="example">
2466
-
<p>Consider this CSS code:
2467
-
<pre>
2468
-
p {
2469
-
text-replace: "Soviet Union" "Russia";
2470
-
white-space: pre;
2471
-
}
2472
-
</pre>
2473
-
2474
-
<p>Due to the preservation of white space, a text replacement would
2475
-
only occur in the first of these paragraphs:
2476
-
2477
-
<pre>
2478
-
<p>Hello Soviet Union!</p>
2479
-
<p>Hello Soviet
2480
-
Union!</p>
2481
-
</pre>
2482
-
</div>
2483
-
2484
2446
<pclass="note">This property is very powerful and must be used with
2485
2447
great care. The purpose of this property is to beautify the
2486
2448
presentation of text when changing the source document is
2487
2449
impractical.
2488
2450
2489
-
2490
2451
<divclass=issue>
2491
2452
2453
+
<p>This property has raised some discussions. Some people think it's much powerful, other thinks it's too weak. Some think it doesn't belong in CSS at all.
2454
+
2492
2455
<p>One weakness is that it is not able to perform a the commonly requested task of replacing pairs of double quotes with proper quote marks. One way of addressing this would be to add support for regular expressions. For example:
can record information about the resolution of images. This
2533
2493
information can be helpful when determining the actual size of the
2534
2494
image in the formatting process. However, the information can also be
2535
-
wrong, in which case it should be ignored. The 'image-resolution'
2536
-
property is introduced to determine the correct resolution of images.
2495
+
wrong, in which case it should be ignored. The 'image-resolution' and
2496
+
'background-image-resolution' properties are introduced to determine
2497
+
the correct resolution of images.
2537
2498
2538
2499
<tableclass=propdef>
2539
2500
<tr>
@@ -2547,7 +2508,7 @@ <h2>Image resolution</h2>
2547
2508
<td>normal
2548
2509
<tr>
2549
2510
<td><em>Applies to:</em>
2550
-
<td>replaced elements and background images
2511
+
<td>replaced elements <spanclass=issue>and background images?</span>
2551
2512
<tr>
2552
2513
<td><em>Inherited:</em>
2553
2514
<td>yes
@@ -2559,7 +2520,7 @@ <h2>Image resolution</h2>
2559
2520
<td>visual
2560
2521
<tr>
2561
2522
<td><em>Computed value:</em>
2562
-
<td>a <dpi>value
2523
+
<td>as specified value <spanclass=issue>(or, should it be only one value?)</span>
2563
2524
</table>
2564
2525
2565
2526
<p>This property accepts either a single value, or a comma-separated
@@ -2568,7 +2529,7 @@ <h2>Image resolution</h2>
2568
2529
<dl>
2569
2530
<dt>normal
2570
2531
2571
-
<dd>The resolution of the image is unknown, and UAs must not use the
2532
+
<dd>The resolution of the image is unknown, and UAs should not use the
2572
2533
resolution found in the image. Instead, the image resolution will be
2573
2534
found by making image pixels equivalent to CSS pixels.
2574
2535
@@ -2685,7 +2646,7 @@ <h2>Image resolution</h2>
2685
2646
-->
2686
2647
2687
2648
2688
-
<!--
2649
+
2689
2650
2690
2651
<divclass="issue">
2691
2652
<p>Should there be a way of setting width, height, resolution on images that are referenced by a URL in the style sheet? E.g.,
@@ -2697,7 +2658,6 @@ <h2>Image resolution</h2>
2697
2658
</div>
2698
2659
2699
2660
2700
-
2701
2661
<tableclass=propdef>
2702
2662
<tr>
2703
2663
<td><em>Name:</em>
@@ -2729,7 +2689,6 @@ <h2>Image resolution</h2>
2729
2689
2730
2690
<p>As 'image-resolution', except that it describes the resolution of the element's background image.
2731
2691
2732
-
-->
2733
2692
2734
2693
<h2>Page marks and bleed area</h2>
2735
2694
@@ -2781,7 +2740,7 @@ <h2>Page marks and bleed area</h2>
2781
2740
<tableclass=propdef>
2782
2741
<tr>
2783
2742
<td><em>Name:</em>
2784
-
<td><dfn>bleed</dfn>
2743
+
<td><dfn>page-bleed</dfn>
2785
2744
<tr>
2786
2745
<td><em>Value:</em>
2787
2746
<td><length>
@@ -2981,8 +2940,6 @@ <h2>Bookmarks</h2>
2981
2940
2982
2941
<h2>CMYK colors</h2>
2983
2942
2984
-
<pclass=issue>PDF can hold two types of CMYK values: device-specific and color-profile-specific. In the latter case, we may need to point to a color profile.
2985
-
2986
2943
<p>Printers do not use RGB colors, they (often) use CMYK: cyan,
2987
2944
magenta, yellow and black. A new functional value allows style sheets
2988
2945
to express CMYK colors.
@@ -2996,10 +2953,6 @@ <h2>CMYK colors</h2>
2996
2953
<p>The values representing the colors are between ''0'' and ''1''.
2997
2954
Values outside this range are clipped.
2998
2955
2999
-
<p>Unless a color profile is specified, the cmyk() value refers to
3000
-
device-specific colors. A future version of this specifiction will
3001
-
describe how to link to color profiles.
3002
-
3003
2956
<p>It is not expected that screen-centric user agents support CMYK
3004
2957
colors and it is therefore important that existing CSS color values can
3005
2958
be combined with CMYK colors.
@@ -3018,6 +2971,8 @@ <h2>CMYK colors</h2>
3018
2971
3019
2972
<h2>Creating paged presentations</h2>
3020
2973
2974
+
<pclass=issue>This part is still at the brainstorming stage.
2975
+
3021
2976
<p>Printed publications are paged, while screen-based presentations of
3022
2977
web pages are most often presented in a continous manner with a
3023
2978
scrollbar on the side. There are reasons to believe that screen-based
@@ -3331,7 +3286,6 @@ <h2>Page floats</h2>
3331
3286
width calculations are vice versa.
3332
3287
3333
3288
3334
-
3335
3289
<h2>Advanced multi-column layout</h2>
3336
3290
3337
3291
<p>In paged media, it is common for figures, captions, images, and
0 commit comments