Skip to content

Commit

Permalink
[e] (0) remove the guidance that implies that em/strong are more impo…
Browse files Browse the repository at this point in the history
…rtant than i/b/mark

git-svn-id: http://svn.whatwg.org/webapps@1352 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 7, 2008
1 parent bea0754 commit 404baed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
10 changes: 3 additions & 7 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -33706,15 +33706,11 @@ at the first element with the given ID must be treated as if it was cloned and r
elements

<dd>
<p>UAs should offer a way for the user to mark text as having <a
href="#em" title=em>stress emphasis</a> and as being <a href="#strong"
title=strong>important</a>, and may offer the user the ability to mark
text and paragraphs with other semantics.</p>
<p>UAs should offer the user the ability to mark text and paragraphs with
semantics that HTML can express.</p>

<p>UAs should similarly offer a way for the user to insert empty semantic
elements (such as, again, <code><a href="#em">em</a></code>, <code><a
href="#strong">strong</a></code>, and others) to subsequently fill by
entering text manually.</p>
elements to subsequently fill by entering text manually.</p>

<p>UAs should also offer a way to remove those semantics from marked up
text, and to remove empty semantic element that have been inserted.</p>
Expand Down
11 changes: 4 additions & 7 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -31165,15 +31165,12 @@ at the first element with the given ID must be treated as if it was cloned and r
<dt id="contenteditable-wrapSemantic">Insert, and wrap text in,
semantic elements</dt>

<dd><p>UAs should offer a way for the user to mark text as having
<span title="em">stress emphasis</span> and as being <span
title="strong">important</span>, and may offer the user the ability
to mark text and paragraphs with other semantics.</p>
<dd><p>UAs should offer the user the ability to mark text and
paragraphs with semantics that HTML can express.</p>

<p>UAs should similarly offer a way for the user to insert empty
semantic elements (such as, again, <code>em</code>,
<code>strong</code>, and others) to subsequently fill by entering
text manually.</p>
semantic elements to subsequently fill by entering text
manually.</p>

<p>UAs should also offer a way to remove those semantics from
marked up text, and to remove empty semantic element that have been
Expand Down

0 comments on commit 404baed

Please sign in to comment.