<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Add HTML idioms to parse a list of whitespace-separated values"
   href="https://bugs.webkit.org/show_bug.cgi?id=161373">161373</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Add HTML idioms to parse a list of whitespace-separated values
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>WebKit Nightly Build
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Layout and Rendering
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>fred.wang&#64;free.fr
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>darin&#64;apple.com, simon.fraser&#64;apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>See <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Improve parsing of the menclose notation attribute value"
   href="show_bug.cgi?id=161045#c4">bug 161045 comment 4</a> where this kind of idiom was needed to parse the menclose&#64;notation attribute:

<span class="quote">&gt; The way I’d want to do this is to build a class that lets you iterate
&gt; through a StringView in this fashion with a for loop. The way C++ for loops
&gt; are written, we can make functions that return objects that use iterators
&gt; like the way we do it in StringView::codeUnits(), although the function does
&gt; not need to be a member of the StringView class. If we package it that way
&gt; then we can write the main body of this as a simple for loop; the iterators
&gt; need know nothing about addNotationFlags.
&gt; 
&gt; Could do one with isHTMLSpace built in, or one that takes a function as an
&gt; argument.</span ></pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>