@@ -411,54 +411,24 @@ Emphasis Mark Skip: the 'text-emphasis-skip' property</h3>
411411 <p class="issue"> This section is under brainstorming.
412412 It's also not yet clear if this property is needed quite yet, despite differences in desired behavior among publications.
413413
414- <table class="propdef">
415- <tbody>
416- <tr>
417- <th> Name:</th>
418- <td> <dfn>text-emphasis-skip</dfn> </td>
419- </tr>
420- <tr>
421- <th> Value:</th>
422- <td> spaces ||
423- punctuation ||
424- symbols ||
425- narrow
426- </td>
427- </tr>
428- <tr>
429- <th> Initial:</th>
430- <td> spaces punctuation
431- </tr>
432- <tr>
433- <th> Applies to:</th>
434- <td> all elements</td>
435- </tr>
436- <tr>
437- <th> Inherited:</th>
438- <td> yes</td>
439- </tr>
440- <tr>
441- <th> Percentages:</th>
442- <td> N/A</td>
443- </tr>
444- <tr>
445- <th> Media:</th>
446- <td> visual</td>
447- </tr>
448- <tr>
449- <th> Computed value:</th>
450- <td> as specified</td>
451- </tr>
452- </tbody>
453- </table>
414+ <pre class="propdef">
415+ Name : text-emphasis-skip
416+ Value : spaces || punctuation || symbols || narrow
417+ Initial : spaces punctuation
418+ Applies to : all elements
419+ Inherited : yes
420+ Percentages : N/A
421+ Media : visual
422+ Computed value : as specified
423+ </pre>
454424
455425 This property describes for which characters marks are drawn.
456426 The values have following meanings:
457427
458428 <dl for=text-emphasis-skip type=value>
459429 <dt> <dfn>spaces</dfn>
460430 <dd>
461- Skip <a href="https://www.w3.org/TR/css-text/#word-separator">Word separators</a> or characters
431+ Skip <a href="https://www.w3.org/TR/css-text/#word-separator">word separators</a> or other <a> characters</a>
462432 belonging to the Unicode separator category (Z*).
463433 (But note that emphasis marks <em> are</em> drawn for a space
464434 that combines with any combining characters.)
@@ -469,8 +439,8 @@ Emphasis Mark Skip: the 'text-emphasis-skip' property</h3>
469439 Punctuation in this definition includes characters belonging to
470440 the Unicode Pc, Pd, Ps, Pe, Pi, or Pf categories.
471441 It also includes characters where the Unicode category is Po and
472- the Sentence_Break property [[!UAX29]] of the Unicode database
473- [[!UAX44]] is ATerm, Close, SContinue, or STerm.
442+ the <code> Sentence_Break</code> property [[!UAX29]] of the Unicode database
443+ [[!UAX44]] is <code> ATerm</code> , <code> Close</code> , <code> SContinue</code> , or <code> STerm</code> .
474444
475445 <dt> <dfn>symbols</dfn>
476446 <dd> Skip symbols.
0 commit comments