lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 08127f1 028/156: Add symbolic constant for th


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 08127f1 028/156: Add symbolic constant for the "valign" HTML attribute
Date: Tue, 30 Jan 2018 17:22:00 -0500 (EST)

branch: master
commit 08127f16e50e6ed119f42ac55b172a2297fcc5a9
Author: Vadim Zeitlin <address@hidden>
Commit: Vadim Zeitlin <address@hidden>

    Add symbolic constant for the "valign" HTML attribute
    
    It will be used to specify tables layout in the upcoming commits.
---
 html.cpp | 1 +
 html.hpp | 1 +
 2 files changed, 2 insertions(+)

diff --git a/html.cpp b/html.cpp
index 6fef268..95a68a9 100644
--- a/html.cpp
+++ b/html.cpp
@@ -37,6 +37,7 @@ extern attribute const cellspacing  ("cellspacing");
 extern attribute const colspan      ("colspan");
 extern attribute const nowrap       ("nowrap");
 extern attribute const size         ("size");
+extern attribute const valign       ("valign");
 extern attribute const width        ("width");
 
 } // namespace attr
diff --git a/html.hpp b/html.hpp
index d81036a..552651b 100644
--- a/html.hpp
+++ b/html.hpp
@@ -293,6 +293,7 @@ extern attribute const cellspacing;
 extern attribute const colspan;
 extern attribute const nowrap;
 extern attribute const size;
+extern attribute const valign;
 extern attribute const width;
 
 } // namespace attr



reply via email to

[Prev in Thread] Current Thread [Next in Thread]