#Repo : libdom
#sURL : https://github.com/Achal-Aggarwal/libdom.git
#sRef : tokeniser-update
#SHA1 : 9b99072314bd652bfc26791a200a592f8cf1cd44
#Land : master
#link : https://github.com/Achal-Aggarwal/libdom/tree/add-div


#Description
This patch adds div element with align as specialized attribute in the dom and 
include its test.

Achal-Aggarwal (1):
  Implementing div element and adding corresponding test.

 Makefile                                           |   1 +
 include/dom/dom.h                                  |   1 +
 include/dom/html/html_div_element.h                |  16 +++
 src/html/Makefile                                  |   5 +-
 src/html/TODO                                      |   2 +-
 src/html/html_div_element.c                        | 153 +++++++++++++++++++++
 src/html/html_div_element.h                        |  45 ++++++
 src/html/html_document.c                           |   4 +
 ...vElement01.xml.notimpl => HTMLDivElement01.xml} |   0
 9 files changed, 224 insertions(+), 3 deletions(-)
 rename test/testcases/tests/level1/html/{HTMLDivElement01.xml.notimpl => 
HTMLDivElement01.xml} (100%)

-- 
1.8.3.2


Reply via email to