Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Fix tag balancing #23

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Fix tag balancing #23

wants to merge 4 commits into from

Commits on Oct 5, 2015

  1. refactored a misspelled var name

    adon committed Oct 5, 2015
    Configuration menu
    Copy the full SHA
    8e598d7 View commit details
    Browse the repository at this point in the history
  2. fix tag balancing logics

    - logics simplified
    - optional tags are ignored during balancing
    - ignore self-closing solidus, which is required only for foreign
    elements
    adon committed Oct 5, 2015
    Configuration menu
    Copy the full SHA
    be7e501 View commit details
    Browse the repository at this point in the history
  3. updated after reviewer's comments

    - imposed a max stack size, i.e., nested-levels
    - stack pointer is used instead of push()
    adon committed Oct 5, 2015
    Configuration menu
    Copy the full SHA
    4c0436d View commit details
    Browse the repository at this point in the history
  4. updated comments and README

    - also improved the arrayLastIndexOf to use the native
    Array.prototype.lastIndexOf if exixts
    adon committed Oct 5, 2015
    Configuration menu
    Copy the full SHA
    3701cb7 View commit details
    Browse the repository at this point in the history