<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>21578</bug_id>
          
          <creation_ts>2013-04-04 13:38:31 +0000</creation_ts>
          <short_desc>non space break entity</short_desc>
          <delta_ts>2013-04-04 20:21:52 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML.next</product>
          <component>default</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>WORKSFORME</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>enhancement</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Claude Warren">claude</reporter>
          <assigned_to name="This bug has no owner yet - up for the taking">dave.null</assigned_to>
          <cc>mike</cc>
    
    <cc>robin</cc>
          
          <qa_contact name="HTML WG Bugzilla archive list">public-html-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>85554</commentid>
    <comment_count>0</comment_count>
    <who name="Claude Warren">claude</who>
    <bug_when>2013-04-04 13:38:31 +0000</bug_when>
    <thetext>I would like to see a non-space-break entity.  Consider it the inverse of the non-break-space entity.  Basically it provides a hint to the render engine that a line break may be inserted if necessary.

Consider the text &quot;something/anotherthing&quot; if the space to render the tag is narrower than the text it will be rendered as per overflow.

now, consider &amp;nspb; (non space break) entity. &quot;something/&amp;nspb;anotherthing&quot; would normally render as &quot;something/anotherthing&quot; but in cases where the text is too wide to fit in the space the render engine can insert a space after the slash effectively rendering it as if it were written: &quot;something/ anotherthing&quot;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>85560</commentid>
    <comment_count>1</comment_count>
    <who name="Robin Berjon">robin</who>
    <bug_when>2013-04-04 14:30:27 +0000</bug_when>
    <thetext>EDITOR&apos;S RESPONSE: This is an Editor&apos;s Response to your comment. If you are
satisfied with this response, please change the state of this bug to CLOSED. If
you have additional information and would like the Editor to reconsider, please
reopen this bug. If you would like to escalate the issue to the full HTML
Working Group, please add the TrackerRequest keyword to this bug, and suggest
title and text for the Tracker Issue; or you may create a Tracker Issue
yourself, if you are able to do so. For more details, see this document:

   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Accepted
Change Description: none
Rationale: Unless I&apos;m mistaken, what you&apos;re looking for is U+00AD (SHY), which is available as &amp;shy;. If no break is needed at that location, it doesn&apos;t render; if a break is needed then it breaks and renders a hyphen.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>85565</commentid>
    <comment_count>2</comment_count>
    <who name="Claude Warren">claude</who>
    <bug_when>2013-04-04 15:04:15 +0000</bug_when>
    <thetext>Very close and I can see using that is several places, thank you for pointing it out.  But what I was looking for was a break with no other notation (no hyphen)  In my previous example

&quot;something/&amp;shy;anotherthing&quot; would render as 

something/-
anotherthing

what I am looking for is 

something/
anotherthing</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>85566</commentid>
    <comment_count>3</comment_count>
    <who name="Robin Berjon">robin</who>
    <bug_when>2013-04-04 15:07:52 +0000</bug_when>
    <thetext>(In reply to comment #2)
&gt; Very close and I can see using that is several places, thank you for
&gt; pointing it out.  But what I was looking for was a break with no other
&gt; notation (no hyphen)  In my previous example

In that case you want U+200B zero width space (HTML: &amp;#8203;).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>85580</commentid>
    <comment_count>4</comment_count>
    <who name="Claude Warren">claude</who>
    <bug_when>2013-04-04 20:21:52 +0000</bug_when>
    <thetext>Exactly what I was looking for</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>