Ciprian Vieru <[email protected]> writes: > This patch includes suport for tags new to HTML5: video (src and poster > attributes), audio (src and poster attributes) and source (src attribute).
thanks for the patch, just two comments: > diff --git a/ChangeLog b/ChangeLog > index 62c36d4..e07ea41 100644 > --- a/ChangeLog > +++ b/ChangeLog > @@ -1,3 +1,7 @@ > +2013-06-19 Ciprian Vieru <[email protected]> > + > + * support for video, audio and source tags can you please use the same format used for other entries? Specifying what you have added/removed and the scope of these changes? Also, could you please send the patch using "git format-patch" instead of a diff file. -- Giuseppe
