From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (75-164-228-9.ptld.qwest.net [75.164.228.9]) by hurricane.the-brannons.com (Postfix) with ESMTPSA id 9461E77AA6 for ; Fri, 29 May 2015 13:49:55 -0700 (PDT) From: chris@the-brannons.com To: Edbrowse-dev@lists.the-brannons.com References: <20150428161303.eklhad@comcast.net> Date: Fri, 29 May 2015 13:50:42 -0700 In-Reply-To: <20150428161303.eklhad@comcast.net> (Karl Dahlke's message of "Thu, 28 May 2015 16:13:03 -0400") Message-ID: <87fv6ff6ql.fsf@mushroom.localdomain> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Edbrowse-dev] soft hyphen X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 May 2015 20:49:55 -0000 I wonder if it would be worth implementing the semantics described in Wikipedia. Here they are, just for reference: The soft hyphen tells the user agent where a line break can occur. Those browsers that interpret soft hyphens must observe the following semantics. If a line is broken at a soft hyphen, a hyphen character must be displayed at the end of the first line. If a line is not broken at a soft hyphen, the user agent must not display a hyphen character. The page you linked in your original post would look great with the soft hyphens removed. Maybe just remove them for now, and consider using them as part of word-wrapping at a later date? -- Chris