Re: VOTE CONCLUSION - was: 2 resolutions, please vote

On 23 Nov 2011, at 05:10, Nathan wrote:

> Henry Story wrote:
>> On 22 Nov 2011, at 23:11, Stéphane Corlosquet wrote:
>>> 
>>> On Tue, Nov 22, 2011 at 4:50 PM, Henry Story <henry.story@bblfish.net> wrote:
>>> My bigger problem is how to show this in the WebID spec.
>>> 
>>> I just wrote the Turtle version with the hexBinary format in the bblfish branch if hg. You will see that it then just is one very very long line. How do we present this in the spec in such a way to not mislead people into thinking the string is split, but without having them need to scroll 3 screens to the right?
>>> 
>>> pre.example {
>>>  overflow:auto;
>>> }
>> No I tried many of these obvious variations.
> 
> do try/use:
> 
>  pre.example {
>    word-wrap: break-word;
>  }

Does not work, there are no breaks in this word to break.

Here is the html

<pre class="example" style="word-wrap: break-word;">
 @prefix : &lt;http://www.w3.org/ns/auth/cert#&gt; .
 @prefix xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt; .
 @prefix foaf: &lt;http://xmlns.com/foaf/0.1/&gt; .
 @prefix bob: &lt;https://bob.example/profile#&gt; .

 bob:me a foaf:Person;
   foaf:name "Joe";
   :key [ a :RSAPublicKey;
     :modulus "00cb24ed85d64d794b69c701c186acc059501e856000f661c93204d8380e07191c5c8b368d2ac32a428acb970398664368dc2a867320220f755e99ca2eecdae62e8d15fb58e1b76ae59cb7ace8838394d59e7250b449176e51a494951a1c366c6217d8768d682dde78dd4d55e613f8839cf275d4c8403743e7862601f3c49a6366e12bb8f498262c3c77de19bce40b32f89ae62c3780f5b6275be337e2b3153ae2ba72a9975ae71ab724649497066b660fcf774b7543d980952d2e8586200eda4158b014e75465d91ecf93efc7ac170c11fc7246fc6ded79c37780000ac4e079f671fd4f207ad770809e0e2d7b0ef5493befe73544d8e1be3dddb52455c61391a1"^^xsd:hexBinary;
     :exponent 65537 ;
     ] .
</pre>



> 
> best, nathan

Social Web Architect
http://bblfish.net/

Received on Wednesday, 23 November 2011 09:13:59 UTC