Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiplier and backward selector problem #6

Open
rstacruz opened this issue Dec 8, 2009 · 1 comment
Open

Multiplier and backward selector problem #6

rstacruz opened this issue Dec 8, 2009 · 1 comment
Labels

Comments

@rstacruz
Copy link
Owner

rstacruz commented Dec 8, 2009

As reported via email by Michal. Report quoted below.

if you type:
li*2>dd>dt>a>img<<dl

it produces:

 <li>
     <dd>
         <dt>
             <a href="">
                 <img src="" alt="" />
             </a>
         </dt>
         <dl></dl>
     </dd>
 </li>
 <li>
     <dd>
         <dt>
             <a href="">
                 <img src="" alt="" />
             </a>
         </dt>
     </dd>
 </li>

Note the lack of <dl/> tag in second <li/>

@ghost
Copy link

ghost commented Mar 2, 2015

I think what will benefit multiplication is fixing parentheses behavior. Instead of simply grouping, it implicitly assumes a <div> or skips the first element. For example, p (h1 + h2) produces <p></p><h2></h2> instead of the expected <p><h1/><h2/></p>.

I'm still kinda wet behind the ears with Python, so I don't know where I would begin hacking on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant